Skip to content

/AWS1/CL_GDYIMPERSONATEDUSER

Contains information about the impersonated user.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_username TYPE /AWS1/GDYSTRING /AWS1/GDYSTRING

Information about the username that was being impersonated.

it_groups TYPE /AWS1/CL_GDYGROUPS_W=>TT_GROUPS TT_GROUPS

The group to which the user name belongs.


Queryable Attributes

Username

Information about the username that was being impersonated.

Accessible with the following methods

Method Description
GET_USERNAME() Getter for USERNAME, with configurable default
ASK_USERNAME() Getter for USERNAME w/ exceptions if field has no value
HAS_USERNAME() Determine if USERNAME has a value

Groups

The group to which the user name belongs.

Accessible with the following methods

Method Description
GET_GROUPS() Getter for GROUPS, with configurable default
ASK_GROUPS() Getter for GROUPS w/ exceptions if field has no value
HAS_GROUPS() Determine if GROUPS has a value