Skip to content

/AWS1/CL_BUSGETCHUNKOUTPUT

GetChunkOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IV_DATA TYPE /AWS1/BUSPAYLOADBLOB /AWS1/BUSPAYLOADBLOB

Chunk data

IV_LENGTH TYPE /AWS1/BUSLONG /AWS1/BUSLONG

Data length

IV_CHECKSUM TYPE /AWS1/BUSSTRING /AWS1/BUSSTRING

Data checksum

IV_CHECKSUMALGORITHM TYPE /AWS1/BUSDATACHECKSUMALGORITHM /AWS1/BUSDATACHECKSUMALGORITHM

Checksum algorithm


Queryable Attributes

Data

Chunk data

Accessible with the following methods

Method Description
GET_DATA() Getter for DATA, with configurable default
ASK_DATA() Getter for DATA w/ exceptions if field has no value
HAS_DATA() Determine if DATA has a value

Length

Data length

Accessible with the following methods

Method Description
GET_LENGTH() Getter for LENGTH

Checksum

Data checksum

Accessible with the following methods

Method Description
GET_CHECKSUM() Getter for CHECKSUM, with configurable default
ASK_CHECKSUM() Getter for CHECKSUM w/ exceptions if field has no value
HAS_CHECKSUM() Determine if CHECKSUM has a value

ChecksumAlgorithm

Checksum algorithm

Accessible with the following methods

Method Description
GET_CHECKSUMALGORITHM() Getter for CHECKSUMALGORITHM, with configurable default
ASK_CHECKSUMALGORITHM() Getter for CHECKSUMALGORITHM w/ exceptions if field has no v
HAS_CHECKSUMALGORITHM() Determine if CHECKSUMALGORITHM has a value