/AWS1/CL_BCETABLEPROPERTYDESC¶
The properties for the data export table.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/BCEGENERICSTRING
/AWS1/BCEGENERICSTRING
¶
The name of the table.
it_validvalues
TYPE /AWS1/CL_BCEGENERICSTRLIST_W=>TT_GENERICSTRINGLIST
TT_GENERICSTRINGLIST
¶
The valid values for the table.
iv_defaultvalue
TYPE /AWS1/BCEGENERICSTRING
/AWS1/BCEGENERICSTRING
¶
The default value for the table.
iv_description
TYPE /AWS1/BCEGENERICSTRING
/AWS1/BCEGENERICSTRING
¶
The description for the table.
Queryable Attributes¶
Name¶
The name of the table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
ValidValues¶
The valid values for the table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALIDVALUES() |
Getter for VALIDVALUES, with configurable default |
ASK_VALIDVALUES() |
Getter for VALIDVALUES w/ exceptions if field has no value |
HAS_VALIDVALUES() |
Determine if VALIDVALUES has a value |
DefaultValue¶
The default value for the table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTVALUE() |
Getter for DEFAULTVALUE, with configurable default |
ASK_DEFAULTVALUE() |
Getter for DEFAULTVALUE w/ exceptions if field has no value |
HAS_DEFAULTVALUE() |
Determine if DEFAULTVALUE has a value |
Description¶
The description for the table.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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_TABLEPROPERTYDESCLIST
¶
TYPES TT_TABLEPROPERTYDESCLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BCETABLEPROPERTYDESC WITH DEFAULT KEY
.