/AWS1/CL_SAGUPDSECREQPACKOUT¶
UpdateSecurityRequirementPackOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_packid TYPE /AWS1/SAGSECURITYREQPACKID /AWS1/SAGSECURITYREQPACKID¶
The unique identifier of the security requirement pack.
Optional arguments:¶
iv_name TYPE /AWS1/SAGSECURITYREQPACKNAME /AWS1/SAGSECURITYREQPACKNAME¶
The name of the security requirement pack.
iv_description TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
The description of the security requirement pack.
iv_status TYPE /AWS1/SAGSECURITYREQPACKSTATUS /AWS1/SAGSECURITYREQPACKSTATUS¶
The status of the security requirement pack.
Queryable Attributes¶
packId¶
The unique identifier of the security requirement pack.
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 pack.
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¶
The description of the security requirement pack.
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 |
status¶
The status of the security requirement pack.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |