/AWS1/CL_BDIEDICONFIGURATION¶
Specifies the details for the EDI (electronic data interchange) transformation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_type TYPE REF TO /AWS1/CL_BDIEDITYPE /AWS1/CL_BDIEDITYPE¶
Returns the type of the capability. Currently, only
ediis supported.
io_inputlocation TYPE REF TO /AWS1/CL_BDIS3LOCATION /AWS1/CL_BDIS3LOCATION¶
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an
S3Locationobject.
io_outputlocation TYPE REF TO /AWS1/CL_BDIS3LOCATION /AWS1/CL_BDIS3LOCATION¶
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an
S3Locationobject.
iv_transformerid TYPE /AWS1/BDITRANSFORMERID /AWS1/BDITRANSFORMERID¶
Returns the system-assigned unique identifier for the transformer.
Optional arguments:¶
iv_capabilitydirection TYPE /AWS1/BDICAPABILITYDIRECTION /AWS1/BDICAPABILITYDIRECTION¶
Specifies whether this is capability is for inbound or outbound transformations.
Queryable Attributes¶
capabilityDirection¶
Specifies whether this is capability is for inbound or outbound transformations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CAPABILITYDIRECTION() |
Getter for CAPABILITYDIRECTION, with configurable default |
ASK_CAPABILITYDIRECTION() |
Getter for CAPABILITYDIRECTION w/ exceptions if field has no |
HAS_CAPABILITYDIRECTION() |
Determine if CAPABILITYDIRECTION has a value |
type¶
Returns the type of the capability. Currently, only
ediis supported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE |
inputLocation¶
Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an
S3Locationobject.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTLOCATION() |
Getter for INPUTLOCATION |
outputLocation¶
Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an
S3Locationobject.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTLOCATION() |
Getter for OUTPUTLOCATION |
transformerId¶
Returns the system-assigned unique identifier for the transformer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSFORMERID() |
Getter for TRANSFORMERID, with configurable default |
ASK_TRANSFORMERID() |
Getter for TRANSFORMERID w/ exceptions if field has no value |
HAS_TRANSFORMERID() |
Determine if TRANSFORMERID has a value |