/AWS1/CL_SAGSECREQMNTSUMMARY¶
Contains summary information about a security requirement.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_packid TYPE /AWS1/SAGSECURITYREQPACKID /AWS1/SAGSECURITYREQPACKID¶
The unique identifier of the pack containing the security requirement.
iv_name TYPE /AWS1/SAGSECURITYREQNAME /AWS1/SAGSECURITYREQNAME¶
The name of the security requirement.
iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
A description of the security requirement.
iv_createdat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
The date and time the security requirement was created, in UTC format.
iv_updatedat TYPE /AWS1/SAGTIMESTAMP /AWS1/SAGTIMESTAMP¶
The date and time the security requirement was last updated, in UTC format.
Queryable Attributes¶
packId¶
The unique identifier of the pack containing the security requirement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PACKID() |
Getter for PACKID, with configurable default |
ASK_PACKID() |
Getter for PACKID w/ exceptions if field has no value |
HAS_PACKID() |
Determine if PACKID has a value |
name¶
The name of the security requirement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of the security requirement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
createdAt¶
The date and time the security requirement was created, in UTC format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The date and time the security requirement was last updated, in UTC format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SECURITYREQMNTSUMMARYLIST¶
TYPES TT_SECURITYREQMNTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGSECREQMNTSUMMARY WITH DEFAULT KEY
.