/AWS1/CL_BDICONVERSIONTARGET¶
Provide a sample of what the output of the transformation should look like.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fileformat TYPE /AWS1/BDICONVRSTARGETFORMAT /AWS1/BDICONVRSTARGETFORMAT¶
Currently, only X12 format is supported.
Optional arguments:¶
io_formatdetails TYPE REF TO /AWS1/CL_BDICONVRSTGTFMTDETS /AWS1/CL_BDICONVRSTGTFMTDETS¶
A structure that contains the formatting details for the conversion target.
io_outputsamplefile TYPE REF TO /AWS1/CL_BDIOUTSAMPLEFILESRC /AWS1/CL_BDIOUTSAMPLEFILESRC¶
Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntax
io_advancedoptions TYPE REF TO /AWS1/CL_BDIADVANCEDOPTIONS /AWS1/CL_BDIADVANCEDOPTIONS¶
A structure that contains advanced options for EDI processing. Currently, only X12 advanced options are supported.
Queryable Attributes¶
fileFormat¶
Currently, only X12 format is supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEFORMAT() |
Getter for FILEFORMAT, with configurable default |
ASK_FILEFORMAT() |
Getter for FILEFORMAT w/ exceptions if field has no value |
HAS_FILEFORMAT() |
Determine if FILEFORMAT has a value |
formatDetails¶
A structure that contains the formatting details for the conversion target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMATDETAILS() |
Getter for FORMATDETAILS |
outputSampleFile¶
Customer uses this to provide a sample on what should file look like after conversion X12 EDI use case around this would be discovering the file syntax
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTSAMPLEFILE() |
Getter for OUTPUTSAMPLEFILE |
advancedOptions¶
A structure that contains advanced options for EDI processing. Currently, only X12 advanced options are supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADVANCEDOPTIONS() |
Getter for ADVANCEDOPTIONS |