Skip to content

/AWS1/CL_BDITESTPARSINGRSP

TestParsingResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_parsedfilecontent TYPE /AWS1/BDISTRING /AWS1/BDISTRING

Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.

Optional arguments:

it_parsedsplitfilecontents TYPE /AWS1/CL_BDIPARSEDSPLITFILEC00=>TT_PARSEDSPLITFILECONTENTSLIST TT_PARSEDSPLITFILECONTENTSLIST

Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.


Queryable Attributes

parsedFileContent

Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.

Accessible with the following methods

Method Description
GET_PARSEDFILECONTENT() Getter for PARSEDFILECONTENT, with configurable default
ASK_PARSEDFILECONTENT() Getter for PARSEDFILECONTENT w/ exceptions if field has no v
HAS_PARSEDFILECONTENT() Determine if PARSEDFILECONTENT has a value

parsedSplitFileContents

Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.

Accessible with the following methods

Method Description
GET_PARSEDSPLITFILECONTENTS() Getter for PARSEDSPLITFILECONTENTS, with configurable defaul
ASK_PARSEDSPLITFILECONTENTS() Getter for PARSEDSPLITFILECONTENTS w/ exceptions if field ha
HAS_PARSEDSPLITFILECONTENTS() Determine if PARSEDSPLITFILECONTENTS has a value