/AWS1/CL_MPIPRCHSEOPTIONBADGE¶
A badge indicating a special attribute of a purchase option, such as private pricing or future dated.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_displayname TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING¶
The human-readable name of the badge.
iv_badgetype TYPE /AWS1/MPIPRCHSEOPTIONBADGETYPE /AWS1/MPIPRCHSEOPTIONBADGETYPE¶
The machine-readable type of the badge.
Queryable Attributes¶
displayName¶
The human-readable name of the badge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
badgeType¶
The machine-readable type of the badge.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BADGETYPE() |
Getter for BADGETYPE, with configurable default |
ASK_BADGETYPE() |
Getter for BADGETYPE w/ exceptions if field has no value |
HAS_BADGETYPE() |
Determine if BADGETYPE 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_PURCHASEOPTIONBADGELIST¶
TYPES TT_PURCHASEOPTIONBADGELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIPRCHSEOPTIONBADGE WITH DEFAULT KEY
.