Skip to content

/AWS1/CL_BDRDOCPAGELOCATION

Specifies a page-level location within a document, providing positioning information for cited content using page numbers.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_documentindex TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER

The index of the document within the array of documents provided in the request.

iv_start TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER

The starting page number of the cited content within the document.

iv_end TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER

The ending page number of the cited content within the document.


Queryable Attributes

documentIndex

The index of the document within the array of documents provided in the request.

Accessible with the following methods

Method Description
GET_DOCUMENTINDEX() Getter for DOCUMENTINDEX, with configurable default
ASK_DOCUMENTINDEX() Getter for DOCUMENTINDEX w/ exceptions if field has no value
HAS_DOCUMENTINDEX() Determine if DOCUMENTINDEX has a value

start

The starting page number of the cited content within the document.

Accessible with the following methods

Method Description
GET_START() Getter for START, with configurable default
ASK_START() Getter for START w/ exceptions if field has no value
HAS_START() Determine if START has a value

end

The ending page number of the cited content within the document.

Accessible with the following methods

Method Description
GET_END() Getter for END, with configurable default
ASK_END() Getter for END w/ exceptions if field has no value
HAS_END() Determine if END has a value