Skip to content

/AWS1/CL_BDKAUTOREASPLYSRCDOC

Represents a source document that was processed during a build workflow. Contains the document content, metadata, and a hash for verification.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_document TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB08 /AWS1/BDKAUTOMATEDRSNINGPLYB08

The raw content of the source document as a binary blob.

iv_documentcontenttype TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB02 /AWS1/BDKAUTOMATEDRSNINGPLYB02

The MIME type of the document (e.g., application/pdf, text/plain).

iv_documentname TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB03 /AWS1/BDKAUTOMATEDRSNINGPLYB03

The name of the source document for identification purposes.

iv_documenthash TYPE /AWS1/BDKAUTOREASPLYDOCSHA256 /AWS1/BDKAUTOREASPLYDOCSHA256

A SHA-256 hash of the document content, used for verification and integrity checking.

Optional arguments:

iv_documentdescription TYPE /AWS1/BDKAUTOMATEDRSNINGPLYB04 /AWS1/BDKAUTOMATEDRSNINGPLYB04

An optional description providing context about the document's content and purpose.


Queryable Attributes

document

The raw content of the source document as a binary blob.

Accessible with the following methods

Method Description
GET_DOCUMENT() Getter for DOCUMENT, with configurable default
ASK_DOCUMENT() Getter for DOCUMENT w/ exceptions if field has no value
HAS_DOCUMENT() Determine if DOCUMENT has a value

documentContentType

The MIME type of the document (e.g., application/pdf, text/plain).

Accessible with the following methods

Method Description
GET_DOCUMENTCONTENTTYPE() Getter for DOCUMENTCONTENTTYPE, with configurable default
ASK_DOCUMENTCONTENTTYPE() Getter for DOCUMENTCONTENTTYPE w/ exceptions if field has no
HAS_DOCUMENTCONTENTTYPE() Determine if DOCUMENTCONTENTTYPE has a value

documentName

The name of the source document for identification purposes.

Accessible with the following methods

Method Description
GET_DOCUMENTNAME() Getter for DOCUMENTNAME, with configurable default
ASK_DOCUMENTNAME() Getter for DOCUMENTNAME w/ exceptions if field has no value
HAS_DOCUMENTNAME() Determine if DOCUMENTNAME has a value

documentDescription

An optional description providing context about the document's content and purpose.

Accessible with the following methods

Method Description
GET_DOCUMENTDESCRIPTION() Getter for DOCUMENTDESCRIPTION, with configurable default
ASK_DOCUMENTDESCRIPTION() Getter for DOCUMENTDESCRIPTION w/ exceptions if field has no
HAS_DOCUMENTDESCRIPTION() Determine if DOCUMENTDESCRIPTION has a value

documentHash

A SHA-256 hash of the document content, used for verification and integrity checking.

Accessible with the following methods

Method Description
GET_DOCUMENTHASH() Getter for DOCUMENTHASH, with configurable default
ASK_DOCUMENTHASH() Getter for DOCUMENTHASH w/ exceptions if field has no value
HAS_DOCUMENTHASH() Determine if DOCUMENTHASH has a value