/AWS1/CL_OUTGETSITEADDRESSOUT¶
GetSiteAddressOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_siteid TYPE /AWS1/OUTSITEID /AWS1/OUTSITEID¶
SiteId
iv_addresstype TYPE /AWS1/OUTADDRESSTYPE /AWS1/OUTADDRESSTYPE¶
The type of the address you receive.
io_address TYPE REF TO /AWS1/CL_OUTADDRESS /AWS1/CL_OUTADDRESS¶
Information about the address.
Queryable Attributes¶
SiteId¶
SiteId
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SITEID() |
Getter for SITEID, with configurable default |
ASK_SITEID() |
Getter for SITEID w/ exceptions if field has no value |
HAS_SITEID() |
Determine if SITEID has a value |
AddressType¶
The type of the address you receive.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSTYPE() |
Getter for ADDRESSTYPE, with configurable default |
ASK_ADDRESSTYPE() |
Getter for ADDRESSTYPE w/ exceptions if field has no value |
HAS_ADDRESSTYPE() |
Determine if ADDRESSTYPE has a value |
Address¶
Information about the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESS() |
Getter for ADDRESS |