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.

it_validationmessages TYPE /AWS1/CL_BDIVALIDATIONMSGS_W=>TT_VALIDATIONMESSAGES TT_VALIDATIONMESSAGES

Returns an array of validation messages generated during EDI validation. These messages provide detailed information about validation errors, warnings, or confirmations based on the configured X12 validation rules such as element length constraints, code list validations, and element requirement checks. This field is populated when the TestParsing API validates EDI documents.


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

validationMessages

Returns an array of validation messages generated during EDI validation. These messages provide detailed information about validation errors, warnings, or confirmations based on the configured X12 validation rules such as element length constraints, code list validations, and element requirement checks. This field is populated when the TestParsing API validates EDI documents.

Accessible with the following methods

Method Description
GET_VALIDATIONMESSAGES() Getter for VALIDATIONMESSAGES, with configurable default
ASK_VALIDATIONMESSAGES() Getter for VALIDATIONMESSAGES w/ exceptions if field has no
HAS_VALIDATIONMESSAGES() Determine if VALIDATIONMESSAGES has a value