/AWS1/CL_BDKAUTOREASPLYATMSTMT¶
Represents a single, indivisible statement extracted from a source document. Atomic statements are the fundamental units used to ground policy rules and variables to their source material.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/BDKAUTOREASPOLICYSTMTID /AWS1/BDKAUTOREASPOLICYSTMTID¶
A unique identifier for this atomic statement within the fidelity report.
iv_text TYPE /AWS1/BDKAUTOREASPLYSTMTTEXT /AWS1/BDKAUTOREASPLYSTMTTEXT¶
The actual text content of the atomic statement as extracted from the source document.
io_location TYPE REF TO /AWS1/CL_BDKAUTOREASPLYSTMTLOC /AWS1/CL_BDKAUTOREASPLYSTMTLOC¶
Information about where this statement appears in the source document, including line numbers.
Queryable Attributes¶
id¶
A unique identifier for this atomic statement within the fidelity report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
text¶
The actual text content of the atomic statement as extracted from the source document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXT() |
Getter for TEXT, with configurable default |
ASK_TEXT() |
Getter for TEXT w/ exceptions if field has no value |
HAS_TEXT() |
Determine if TEXT has a value |
location¶
Information about where this statement appears in the source document, including line numbers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTOMTDREASNGPLYATMCSTMTLST¶
TYPES TT_AUTOMTDREASNGPLYATMCSTMTLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOREASPLYATMSTMT WITH DEFAULT KEY
.