/AWS1/CL_BDKAUTOREASPLYSTMTREF¶
References a specific atomic statement within a source document, used to link policy elements back to their source material.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_documentid TYPE /AWS1/BDKAUTOMTDREASNGPLYDOCID /AWS1/BDKAUTOMTDREASNGPLYDOCID¶
The unique identifier of the document containing the referenced statement.
iv_statementid TYPE /AWS1/BDKAUTOREASPOLICYSTMTID /AWS1/BDKAUTOREASPOLICYSTMTID¶
The unique identifier of the specific atomic statement being referenced.
Queryable Attributes¶
documentId¶
The unique identifier of the document containing the referenced statement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTID() |
Getter for DOCUMENTID, with configurable default |
ASK_DOCUMENTID() |
Getter for DOCUMENTID w/ exceptions if field has no value |
HAS_DOCUMENTID() |
Determine if DOCUMENTID has a value |
statementId¶
The unique identifier of the specific atomic statement being referenced.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEMENTID() |
Getter for STATEMENTID, with configurable default |
ASK_STATEMENTID() |
Getter for STATEMENTID w/ exceptions if field has no value |
HAS_STATEMENTID() |
Determine if STATEMENTID 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_AUTOMTDREASNGPLYSTMTREFLIST¶
TYPES TT_AUTOMTDREASNGPLYSTMTREFLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOREASPLYSTMTREF WITH DEFAULT KEY
.