/AWS1/CL_MPISELLERINFORMATION¶
Information about a seller, including the profile identifier and display name.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sellerprofileid TYPE /AWS1/MPISELLERPROFILEID /AWS1/MPISELLERPROFILEID¶
The unique identifier of the seller profile.
iv_displayname TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING¶
The human-readable name of the seller.
Queryable Attributes¶
sellerProfileId¶
The unique identifier of the seller profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SELLERPROFILEID() |
Getter for SELLERPROFILEID, with configurable default |
ASK_SELLERPROFILEID() |
Getter for SELLERPROFILEID w/ exceptions if field has no val |
HAS_SELLERPROFILEID() |
Determine if SELLERPROFILEID has a value |
displayName¶
The human-readable name of the seller.
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 |