Skip to content

/AWS1/CL_BIIRECEIVERADDRESS

The details of the address associated with the receiver.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_addressline1 TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The first line of the address.

iv_addressline2 TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The second line of the address, if applicable.

iv_addressline3 TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The third line of the address, if applicable.

iv_districtorcounty TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The district or country the address is located in.

iv_city TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The city that the address is in.

iv_stateorregion TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The state, region, or province the address is located.

iv_countrycode TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The country code for the country the address is in.

iv_companyname TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

A unique company name.

iv_postalcode TYPE /AWS1/BIIBASICSTRING /AWS1/BIIBASICSTRING

The postal code associated with the address.


Queryable Attributes

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, if applicable.

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, if applicable.

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

DistrictOrCounty

The district or country the address is located in.

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

City

The city that the address is in.

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, region, or province the address is located.

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

CountryCode

The country code for the country the address is in.

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

CompanyName

A unique company name.

Accessible with the following methods

Method Description
GET_COMPANYNAME() Getter for COMPANYNAME, with configurable default
ASK_COMPANYNAME() Getter for COMPANYNAME w/ exceptions if field has no value
HAS_COMPANYNAME() Determine if COMPANYNAME has a value

PostalCode

The postal code associated with 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