/AWS1/CL_SCGUSAGEINSTRUCTION¶
Additional information provided by the administrator.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/SCGINSTRUCTIONTYPE /AWS1/SCGINSTRUCTIONTYPE¶
The usage instruction type for the value.
iv_value TYPE /AWS1/SCGINSTRUCTIONVALUE /AWS1/SCGINSTRUCTIONVALUE¶
The usage instruction value for this type.
Queryable Attributes¶
Type¶
The usage instruction type for the value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Value¶
The usage instruction value for this type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_USAGEINSTRUCTIONS¶
TYPES TT_USAGEINSTRUCTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SCGUSAGEINSTRUCTION WITH DEFAULT KEY
.