/AWS1/CL_BDKAUTOREASPLYANNLINE¶
Represents a single line of text from a source document, annotated with its line number for precise referencing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_linenumber TYPE /AWS1/BDKINTEGER /AWS1/BDKINTEGER¶
The line number of this text within the source document.
iv_linetext TYPE /AWS1/BDKAUTOREASPLYLINETEXT /AWS1/BDKAUTOREASPLYLINETEXT¶
The actual text content of this line from the source document.
Queryable Attributes¶
lineNumber¶
The line number of this text within the source document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINENUMBER() |
Getter for LINENUMBER, with configurable default |
ASK_LINENUMBER() |
Getter for LINENUMBER w/ exceptions if field has no value |
HAS_LINENUMBER() |
Determine if LINENUMBER has a value |
lineText¶
The actual text content of this line from the source document.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINETEXT() |
Getter for LINETEXT, with configurable default |
ASK_LINETEXT() |
Getter for LINETEXT w/ exceptions if field has no value |
HAS_LINETEXT() |
Determine if LINETEXT has a value |