/AWS1/CL_GEPSECADDRESSCOMPON00¶
Components that correspond to secondary identifiers on an address. The only component type supported currently is Unit.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_number TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
Number that uniquely identifies a secondary address.
Optional arguments:¶
iv_designator TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The designator of the secondary address component.
Example:
Apt.
Queryable Attributes¶
Number¶
Number that uniquely identifies a secondary address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBER() |
Getter for NUMBER, with configurable default |
ASK_NUMBER() |
Getter for NUMBER w/ exceptions if field has no value |
HAS_NUMBER() |
Determine if NUMBER has a value |
Designator¶
The designator of the secondary address component.
Example:
Apt.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESIGNATOR() |
Getter for DESIGNATOR, with configurable default |
ASK_DESIGNATOR() |
Getter for DESIGNATOR w/ exceptions if field has no value |
HAS_DESIGNATOR() |
Determine if DESIGNATOR 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_SECADDRESSCOMPONENTLIST¶
TYPES TT_SECADDRESSCOMPONENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GEPSECADDRESSCOMPON00 WITH DEFAULT KEY
.