/AWS1/CL_EKSUPDATEPARAM¶
An object representing the details of an update request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_TYPE
TYPE /AWS1/EKSUPDATEPARAMTYPE
/AWS1/EKSUPDATEPARAMTYPE
¶
The keys associated with an update request.
IV_VALUE
TYPE /AWS1/EKSSTRING
/AWS1/EKSSTRING
¶
The value of the keys submitted as part of an update request.
Queryable Attributes¶
type¶
The keys associated with an update request.
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 value of the keys submitted as part of an update request.
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_UPDATEPARAMS
¶
TYPES TT_UPDATEPARAMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EKSUPDATEPARAM WITH DEFAULT KEY
.