/AWS1/CL_OUTADDRESS¶
Information about an address.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_contactname TYPE /AWS1/OUTCONTACTNAME /AWS1/OUTCONTACTNAME¶
The name of the contact.
iv_contactphonenumber TYPE /AWS1/OUTCONTACTPHONENUMBER /AWS1/OUTCONTACTPHONENUMBER¶
The phone number of the contact.
iv_addressline1 TYPE /AWS1/OUTADDRESSLINE1 /AWS1/OUTADDRESSLINE1¶
The first line of the address.
iv_city TYPE /AWS1/OUTCITY /AWS1/OUTCITY¶
The city for the address.
iv_stateorregion TYPE /AWS1/OUTSTATEORREGION /AWS1/OUTSTATEORREGION¶
The state for the address.
iv_postalcode TYPE /AWS1/OUTPOSTALCODE /AWS1/OUTPOSTALCODE¶
The postal code for the address.
iv_countrycode TYPE /AWS1/OUTCOUNTRYCODE /AWS1/OUTCOUNTRYCODE¶
The ISO-3166 two-letter country code for the address.
Optional arguments:¶
iv_addressline2 TYPE /AWS1/OUTADDRESSLINE2 /AWS1/OUTADDRESSLINE2¶
The second line of the address.
iv_addressline3 TYPE /AWS1/OUTADDRESSLINE3 /AWS1/OUTADDRESSLINE3¶
The third line of the address.
iv_districtorcounty TYPE /AWS1/OUTDISTRICTORCOUNTY /AWS1/OUTDISTRICTORCOUNTY¶
The district or county for the address.
iv_municipality TYPE /AWS1/OUTMUNICIPALITY /AWS1/OUTMUNICIPALITY¶
The municipality for the address.
Queryable Attributes¶
ContactName¶
The name of the contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTNAME() |
Getter for CONTACTNAME, with configurable default |
ASK_CONTACTNAME() |
Getter for CONTACTNAME w/ exceptions if field has no value |
HAS_CONTACTNAME() |
Determine if CONTACTNAME has a value |
ContactPhoneNumber¶
The phone number of the contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTPHONENUMBER() |
Getter for CONTACTPHONENUMBER, with configurable default |
ASK_CONTACTPHONENUMBER() |
Getter for CONTACTPHONENUMBER w/ exceptions if field has no |
HAS_CONTACTPHONENUMBER() |
Determine if CONTACTPHONENUMBER has a value |
AddressLine1¶
The first line of the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSLINE1() |
Getter for ADDRESSLINE1, with configurable default |
ASK_ADDRESSLINE1() |
Getter for ADDRESSLINE1 w/ exceptions if field has no value |
HAS_ADDRESSLINE1() |
Determine if ADDRESSLINE1 has a value |
AddressLine2¶
The second line of the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSLINE2() |
Getter for ADDRESSLINE2, with configurable default |
ASK_ADDRESSLINE2() |
Getter for ADDRESSLINE2 w/ exceptions if field has no value |
HAS_ADDRESSLINE2() |
Determine if ADDRESSLINE2 has a value |
AddressLine3¶
The third line of the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSLINE3() |
Getter for ADDRESSLINE3, with configurable default |
ASK_ADDRESSLINE3() |
Getter for ADDRESSLINE3 w/ exceptions if field has no value |
HAS_ADDRESSLINE3() |
Determine if ADDRESSLINE3 has a value |
City¶
The city for the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CITY() |
Getter for CITY, with configurable default |
ASK_CITY() |
Getter for CITY w/ exceptions if field has no value |
HAS_CITY() |
Determine if CITY has a value |
StateOrRegion¶
The state for the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEORREGION() |
Getter for STATEORREGION, with configurable default |
ASK_STATEORREGION() |
Getter for STATEORREGION w/ exceptions if field has no value |
HAS_STATEORREGION() |
Determine if STATEORREGION has a value |
DistrictOrCounty¶
The district or county for the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTRICTORCOUNTY() |
Getter for DISTRICTORCOUNTY, with configurable default |
ASK_DISTRICTORCOUNTY() |
Getter for DISTRICTORCOUNTY w/ exceptions if field has no va |
HAS_DISTRICTORCOUNTY() |
Determine if DISTRICTORCOUNTY has a value |
PostalCode¶
The postal code for the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTALCODE() |
Getter for POSTALCODE, with configurable default |
ASK_POSTALCODE() |
Getter for POSTALCODE w/ exceptions if field has no value |
HAS_POSTALCODE() |
Determine if POSTALCODE has a value |
CountryCode¶
The ISO-3166 two-letter country code for the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRYCODE() |
Getter for COUNTRYCODE, with configurable default |
ASK_COUNTRYCODE() |
Getter for COUNTRYCODE w/ exceptions if field has no value |
HAS_COUNTRYCODE() |
Determine if COUNTRYCODE has a value |
Municipality¶
The municipality for the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MUNICIPALITY() |
Getter for MUNICIPALITY, with configurable default |
ASK_MUNICIPALITY() |
Getter for MUNICIPALITY w/ exceptions if field has no value |
HAS_MUNICIPALITY() |
Determine if MUNICIPALITY has a value |