/AWS1/CL_CFSCONFORMANCEPACKI00¶
Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_parametername TYPE /AWS1/CFSPARAMETERNAME /AWS1/CFSPARAMETERNAME¶
One part of a key-value pair.
iv_parametervalue TYPE /AWS1/CFSPARAMETERVALUE /AWS1/CFSPARAMETERVALUE¶
Another part of the key-value pair.
Queryable Attributes¶
ParameterName¶
One part of a key-value pair.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERNAME() |
Getter for PARAMETERNAME, with configurable default |
ASK_PARAMETERNAME() |
Getter for PARAMETERNAME w/ exceptions if field has no value |
HAS_PARAMETERNAME() |
Determine if PARAMETERNAME has a value |
ParameterValue¶
Another part of the key-value pair.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERVALUE() |
Getter for PARAMETERVALUE, with configurable default |
ASK_PARAMETERVALUE() |
Getter for PARAMETERVALUE w/ exceptions if field has no valu |
HAS_PARAMETERVALUE() |
Determine if PARAMETERVALUE 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_CONFORMANCEPACKINPUTPARAMS¶
TYPES TT_CONFORMANCEPACKINPUTPARAMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSCONFORMANCEPACKI00 WITH DEFAULT KEY
.