Skip to content

/AWS1/CL_GDYCOUNTRY

Contains information about the country where the remote IP address is located.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_countrycode TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The country code of the remote IP address.

iv_countryname TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

The country name of the remote IP address.


Queryable Attributes

CountryCode

The country code of the remote IP 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

CountryName

The country name of the remote IP address.

Accessible with the following methods

Method Description
GET_COUNTRYNAME() Getter for COUNTRYNAME, with configurable default
ASK_COUNTRYNAME() Getter for COUNTRYNAME w/ exceptions if field has no value
HAS_COUNTRYNAME() Determine if COUNTRYNAME has a value