/AWS1/CL_FRMOUTPUT¶
The Output data type.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_outputkey TYPE /AWS1/FRMOUTPUTKEY /AWS1/FRMOUTPUTKEY¶
The key associated with the output.
iv_outputvalue TYPE /AWS1/FRMOUTPUTVALUE /AWS1/FRMOUTPUTVALUE¶
The value associated with the output.
iv_description TYPE /AWS1/FRMDESCRIPTION /AWS1/FRMDESCRIPTION¶
User defined description associated with the output.
iv_exportname TYPE /AWS1/FRMEXPORTNAME /AWS1/FRMEXPORTNAME¶
The name of the export associated with the output.
Queryable Attributes¶
OutputKey¶
The key associated with the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTKEY() |
Getter for OUTPUTKEY, with configurable default |
ASK_OUTPUTKEY() |
Getter for OUTPUTKEY w/ exceptions if field has no value |
HAS_OUTPUTKEY() |
Determine if OUTPUTKEY has a value |
OutputValue¶
The value associated with the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTVALUE() |
Getter for OUTPUTVALUE, with configurable default |
ASK_OUTPUTVALUE() |
Getter for OUTPUTVALUE w/ exceptions if field has no value |
HAS_OUTPUTVALUE() |
Determine if OUTPUTVALUE has a value |
Description¶
User defined description associated with the output.
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 |
ExportName¶
The name of the export associated with the output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTNAME() |
Getter for EXPORTNAME, with configurable default |
ASK_EXPORTNAME() |
Getter for EXPORTNAME w/ exceptions if field has no value |
HAS_EXPORTNAME() |
Determine if EXPORTNAME 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_OUTPUTS¶
TYPES TT_OUTPUTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMOUTPUT WITH DEFAULT KEY
.