/AWS1/CL_SAGSECURITYREQARTFCT¶
A document used as source material for importing security requirements.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/SAGSECURITYREQARTFCTNAME /AWS1/SAGSECURITYREQARTFCTNAME¶
The file name of the document.
iv_format TYPE /AWS1/SAGSECREQARTFCTFORMAT /AWS1/SAGSECREQARTFCTFORMAT¶
The format of the document. Valid values are MD, PDF, TXT, DOCX, and DOC.
iv_content TYPE /AWS1/SAGSECURITYREQDOCCONTENT /AWS1/SAGSECURITYREQDOCCONTENT¶
The binary content of the document.
Queryable Attributes¶
name¶
The file name of the document.
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 |
format¶
The format of the document. Valid values are MD, PDF, TXT, DOCX, and DOC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
content¶
The binary content of the document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT 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_SECURITYREQARTIFACTLIST¶
TYPES TT_SECURITYREQARTIFACTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGSECURITYREQARTFCT WITH DEFAULT KEY
.