/AWS1/CL_CWLRECORDFIELD¶
A structure that represents a valid record field header and whether it is mandatory.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/CWLFIELDHEADER /AWS1/CWLFIELDHEADER¶
The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.
iv_mandatory TYPE /AWS1/CWLBOOLEAN /AWS1/CWLBOOLEAN¶
If this is
true, the record field must be present in therecordFieldsparameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.
Queryable Attributes¶
name¶
The name to use when specifying this record field in a CreateDelivery or UpdateDeliveryConfiguration operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
mandatory¶
If this is
true, the record field must be present in therecordFieldsparameter provided to a CreateDelivery or UpdateDeliveryConfiguration operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MANDATORY() |
Getter for MANDATORY, with configurable default |
ASK_MANDATORY() |
Getter for MANDATORY w/ exceptions if field has no value |
HAS_MANDATORY() |
Determine if MANDATORY 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_ALLOWEDFIELDS¶
TYPES TT_ALLOWEDFIELDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLRECORDFIELD WITH DEFAULT KEY
.