/AWS1/CL_MHOWORKFLOWSTEPOUTU00¶
A structure to hold multiple values of an output.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_integervalue TYPE /AWS1/MHOINTEGER /AWS1/MHOINTEGER¶
The integer value.
iv_stringvalue TYPE /AWS1/MHOMAXSTRINGVALUE /AWS1/MHOMAXSTRINGVALUE¶
The string value.
it_listofstringvalue TYPE /AWS1/CL_MHOMAXSTRINGLIST_W=>TT_MAXSTRINGLIST TT_MAXSTRINGLIST¶
The list of string value.
Queryable Attributes¶
integerValue¶
The integer value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGERVALUE() |
Getter for INTEGERVALUE, with configurable default |
ASK_INTEGERVALUE() |
Getter for INTEGERVALUE w/ exceptions if field has no value |
HAS_INTEGERVALUE() |
Determine if INTEGERVALUE has a value |
stringValue¶
The string value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STRINGVALUE() |
Getter for STRINGVALUE, with configurable default |
ASK_STRINGVALUE() |
Getter for STRINGVALUE w/ exceptions if field has no value |
HAS_STRINGVALUE() |
Determine if STRINGVALUE has a value |
listOfStringValue¶
The list of string value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LISTOFSTRINGVALUE() |
Getter for LISTOFSTRINGVALUE, with configurable default |
ASK_LISTOFSTRINGVALUE() |
Getter for LISTOFSTRINGVALUE w/ exceptions if field has no v |
HAS_LISTOFSTRINGVALUE() |
Determine if LISTOFSTRINGVALUE has a value |