Skip to content

/AWS1/CL_GDYREMOTEIPDETAILS

Contains information about the remote IP address of the connection.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_city TYPE REF TO /AWS1/CL_GDYCITY /AWS1/CL_GDYCITY

The city information of the remote IP address.

io_country TYPE REF TO /AWS1/CL_GDYCOUNTRY /AWS1/CL_GDYCOUNTRY

The country code of the remote IP address.

io_geolocation TYPE REF TO /AWS1/CL_GDYGEOLOCATION /AWS1/CL_GDYGEOLOCATION

The location information of the remote IP address.

iv_ipaddressv4 TYPE /AWS1/GDYSENSITIVESTRING /AWS1/GDYSENSITIVESTRING

The IPv4 remote address of the connection.

iv_ipaddressv6 TYPE /AWS1/GDYSENSITIVESTRING /AWS1/GDYSENSITIVESTRING

The IPv6 remote address of the connection.

io_organization TYPE REF TO /AWS1/CL_GDYORGANIZATION /AWS1/CL_GDYORGANIZATION

The ISP organization information of the remote IP address.


Queryable Attributes

City

The city information of the remote IP address.

Accessible with the following methods

Method Description
GET_CITY() Getter for CITY

Country

The country code of the remote IP address.

Accessible with the following methods

Method Description
GET_COUNTRY() Getter for COUNTRY

GeoLocation

The location information of the remote IP address.

Accessible with the following methods

Method Description
GET_GEOLOCATION() Getter for GEOLOCATION

IpAddressV4

The IPv4 remote address of the connection.

Accessible with the following methods

Method Description
GET_IPADDRESSV4() Getter for IPADDRESSV4, with configurable default
ASK_IPADDRESSV4() Getter for IPADDRESSV4 w/ exceptions if field has no value
HAS_IPADDRESSV4() Determine if IPADDRESSV4 has a value

IpAddressV6

The IPv6 remote address of the connection.

Accessible with the following methods

Method Description
GET_IPADDRESSV6() Getter for IPADDRESSV6, with configurable default
ASK_IPADDRESSV6() Getter for IPADDRESSV6 w/ exceptions if field has no value
HAS_IPADDRESSV6() Determine if IPADDRESSV6 has a value

Organization

The ISP organization information of the remote IP address.

Accessible with the following methods

Method Description
GET_ORGANIZATION() Getter for ORGANIZATION