Skip to content

/AWS1/CL_BDIX12VALIDATIONOPTS

Contains configuration options for X12 EDI validation. This structure allows you to specify custom validation rules that will be applied during EDI document processing, including element length constraints, code list modifications, and element requirement changes. These validation options provide flexibility to accommodate trading partner-specific requirements while maintaining EDI compliance. The validation rules are applied in addition to standard X12 validation to ensure documents meet both standard and custom requirements.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_validationrules TYPE /AWS1/CL_BDIX12VALIDATIONRULE=>TT_X12VALIDATIONRULES TT_X12VALIDATIONRULES

Specifies a list of validation rules to apply during EDI document processing. These rules can include code list modifications, element length constraints, and element requirement changes.


Queryable Attributes

validationRules

Specifies a list of validation rules to apply during EDI document processing. These rules can include code list modifications, element length constraints, and element requirement changes.

Accessible with the following methods

Method Description
GET_VALIDATIONRULES() Getter for VALIDATIONRULES, with configurable default
ASK_VALIDATIONRULES() Getter for VALIDATIONRULES w/ exceptions if field has no val
HAS_VALIDATIONRULES() Determine if VALIDATIONRULES has a value