/AWS1/CL_BDDBLUEPRINTITEM¶
Blueprint Item
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_blueprintarn TYPE /AWS1/BDDBLUEPRINTARN /AWS1/BDDBLUEPRINTARN¶
blueprintArn
Optional arguments:¶
iv_blueprintversion TYPE /AWS1/BDDBLUEPRINTVERSION /AWS1/BDDBLUEPRINTVERSION¶
blueprintVersion
iv_blueprintstage TYPE /AWS1/BDDBLUEPRINTSTAGE /AWS1/BDDBLUEPRINTSTAGE¶
blueprintStage
Queryable Attributes¶
blueprintArn¶
blueprintArn
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLUEPRINTARN() |
Getter for BLUEPRINTARN, with configurable default |
ASK_BLUEPRINTARN() |
Getter for BLUEPRINTARN w/ exceptions if field has no value |
HAS_BLUEPRINTARN() |
Determine if BLUEPRINTARN has a value |
blueprintVersion¶
blueprintVersion
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLUEPRINTVERSION() |
Getter for BLUEPRINTVERSION, with configurable default |
ASK_BLUEPRINTVERSION() |
Getter for BLUEPRINTVERSION w/ exceptions if field has no va |
HAS_BLUEPRINTVERSION() |
Determine if BLUEPRINTVERSION has a value |
blueprintStage¶
blueprintStage
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLUEPRINTSTAGE() |
Getter for BLUEPRINTSTAGE, with configurable default |
ASK_BLUEPRINTSTAGE() |
Getter for BLUEPRINTSTAGE w/ exceptions if field has no valu |
HAS_BLUEPRINTSTAGE() |
Determine if BLUEPRINTSTAGE 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_BLUEPRINTITEMS¶
TYPES TT_BLUEPRINTITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDDBLUEPRINTITEM WITH DEFAULT KEY
.