/AWS1/CL_CUSADDRESSDIMENSION¶
Object that segments on Customer Profile's address object.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_city TYPE REF TO /AWS1/CL_CUSPROFILEDIMENSION /AWS1/CL_CUSPROFILEDIMENSION¶
The city belonging to the address.
io_country TYPE REF TO /AWS1/CL_CUSPROFILEDIMENSION /AWS1/CL_CUSPROFILEDIMENSION¶
The country belonging to the address.
io_county TYPE REF TO /AWS1/CL_CUSPROFILEDIMENSION /AWS1/CL_CUSPROFILEDIMENSION¶
The county belonging to the address.
io_postalcode TYPE REF TO /AWS1/CL_CUSPROFILEDIMENSION /AWS1/CL_CUSPROFILEDIMENSION¶
The postal code belonging to the address.
io_province TYPE REF TO /AWS1/CL_CUSPROFILEDIMENSION /AWS1/CL_CUSPROFILEDIMENSION¶
The province belonging to the address.
io_state TYPE REF TO /AWS1/CL_CUSPROFILEDIMENSION /AWS1/CL_CUSPROFILEDIMENSION¶
The state belonging to the address.
Queryable Attributes¶
City¶
The city belonging to the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CITY() |
Getter for CITY |
Country¶
The country belonging to the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRY() |
Getter for COUNTRY |
County¶
The county belonging to the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTY() |
Getter for COUNTY |
PostalCode¶
The postal code belonging to the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTALCODE() |
Getter for POSTALCODE |
Province¶
The province belonging to the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVINCE() |
Getter for PROVINCE |
State¶
The state belonging to the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE |