Skip to content

/AWS1/CL_DMGTABLETORELOAD

Provides the name of the schema and table to be reloaded.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_SCHEMANAME TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The schema name of the table to be reloaded.

IV_TABLENAME TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The table name of the table to be reloaded.


Queryable Attributes

SchemaName

The schema name of the table to be reloaded.

Accessible with the following methods

Method Description
GET_SCHEMANAME() Getter for SCHEMANAME, with configurable default
ASK_SCHEMANAME() Getter for SCHEMANAME w/ exceptions if field has no value
HAS_SCHEMANAME() Determine if SCHEMANAME has a value

TableName

The table name of the table to be reloaded.

Accessible with the following methods

Method Description
GET_TABLENAME() Getter for TABLENAME, with configurable default
ASK_TABLENAME() Getter for TABLENAME w/ exceptions if field has no value
HAS_TABLENAME() Determine if TABLENAME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TABLELISTTORELOAD

TYPES TT_TABLELISTTORELOAD TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGTABLETORELOAD WITH DEFAULT KEY
.