Skip to content

/AWS1/CL_DZNSUBDPRINCINPUT

The principal that is to be given a subscriptiong grant.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_project TYPE REF TO /AWS1/CL_DZNSUBDPROJECTINPUT /AWS1/CL_DZNSUBDPROJECTINPUT

The project that is to be given a subscription grant.

io_user TYPE REF TO /AWS1/CL_DZNSUBDUSERINPUT /AWS1/CL_DZNSUBDUSERINPUT

The subscribed user.

io_group TYPE REF TO /AWS1/CL_DZNSUBDGROUPINPUT /AWS1/CL_DZNSUBDGROUPINPUT

The subscribed group.


Queryable Attributes

project

The project that is to be given a subscription grant.

Accessible with the following methods

Method Description
GET_PROJECT() Getter for PROJECT

user

The subscribed user.

Accessible with the following methods

Method Description
GET_USER() Getter for USER

group

The subscribed group.

Accessible with the following methods

Method Description
GET_GROUP() Getter for GROUP

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SUBSCRIBEDPRINCIPALINPUTS

TYPES TT_SUBSCRIBEDPRINCIPALINPUTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNSUBDPRINCINPUT WITH DEFAULT KEY
.