/AWS1/CL_BDITESTCONVERSIONRSP¶
TestConversionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_convertedfilecontent TYPE /AWS1/BDISTRING /AWS1/BDISTRING¶
Returns the converted file content.
Optional arguments:¶
it_validationmessages TYPE /AWS1/CL_BDIVALIDATIONMSGS_W=>TT_VALIDATIONMESSAGES TT_VALIDATIONMESSAGES¶
Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.
Queryable Attributes¶
convertedFileContent¶
Returns the converted file content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONVERTEDFILECONTENT() |
Getter for CONVERTEDFILECONTENT, with configurable default |
ASK_CONVERTEDFILECONTENT() |
Getter for CONVERTEDFILECONTENT w/ exceptions if field has n |
HAS_CONVERTEDFILECONTENT() |
Determine if CONVERTEDFILECONTENT has a value |
validationMessages¶
Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.
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 |