Skip to content

/AWS1/CL_SSAGRANTITEM

A structure that defines a single grant and its configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_GRANTTYPE TYPE /AWS1/SSAGRANTTYPE /AWS1/SSAGRANTTYPE

The type of the selected grant.

IO_GRANT TYPE REF TO /AWS1/CL_SSAGRANT /AWS1/CL_SSAGRANT

The configuration structure for the selected grant.


Queryable Attributes

GrantType

The type of the selected grant.

Accessible with the following methods

Method Description
GET_GRANTTYPE() Getter for GRANTTYPE, with configurable default
ASK_GRANTTYPE() Getter for GRANTTYPE w/ exceptions if field has no value
HAS_GRANTTYPE() Determine if GRANTTYPE has a value

Grant

The configuration structure for the selected grant.

Accessible with the following methods

Method Description
GET_GRANT() Getter for GRANT

Public Local Types In This Class

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

TT_GRANTS

TYPES TT_GRANTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSAGRANTITEM WITH DEFAULT KEY
.