Skip to content

/AWS1/CL_BDKAUTRSNPLYANNCHUNK

Represents a portion of a source document with line number annotations. Chunks help organize document content for easier navigation and reference.

CONSTRUCTOR

IMPORTING

Required arguments:

it_content TYPE /AWS1/CL_BDKAUTOREASPLYANNCONT=>TT_AUTOREASPOLICYANNCONTLIST TT_AUTOREASPOLICYANNCONTLIST

The lines of text contained within this chunk, each annotated with its line number.

Optional arguments:

iv_pagenumber TYPE /AWS1/BDKINTEGER /AWS1/BDKINTEGER

The page number where this chunk begins, if the document is divided into pages.


Queryable Attributes

pageNumber

The page number where this chunk begins, if the document is divided into pages.

Accessible with the following methods

Method Description
GET_PAGENUMBER() Getter for PAGENUMBER, with configurable default
ASK_PAGENUMBER() Getter for PAGENUMBER w/ exceptions if field has no value
HAS_PAGENUMBER() Determine if PAGENUMBER has a value

content

The lines of text contained within this chunk, each annotated with its line number.

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_AUTOREASPOLICYANNCHUNKLIST

TYPES TT_AUTOREASPOLICYANNCHUNKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTRSNPLYANNCHUNK WITH DEFAULT KEY
.