Skip to content

/AWS1/CL_BDICREATEXFORMERRSP

CreateTransformerResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IV_TRANSFORMERID TYPE /AWS1/BDITRANSFORMERID /AWS1/BDITRANSFORMERID

Returns the system-assigned unique identifier for the transformer.

IV_TRANSFORMERARN TYPE /AWS1/BDIRESOURCEARN /AWS1/BDIRESOURCEARN

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

IV_NAME TYPE /AWS1/BDITRANSFORMERNAME /AWS1/BDITRANSFORMERNAME

Returns the name of the transformer, used to identify it.

IV_FILEFORMAT TYPE /AWS1/BDIFILEFORMAT /AWS1/BDIFILEFORMAT

Returns that the currently supported file formats for EDI transformations are JSON and XML.

IV_MAPPINGTEMPLATE TYPE /AWS1/BDIMAPPINGTEMPLATE /AWS1/BDIMAPPINGTEMPLATE

Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

IV_STATUS TYPE /AWS1/BDITRANSFORMERSTATUS /AWS1/BDITRANSFORMERSTATUS

Returns the state of the newly created transformer. The transformer can be either active or inactive. For the transformer to be used in a capability, its status must active.

IO_EDITYPE TYPE REF TO /AWS1/CL_BDIEDITYPE /AWS1/CL_BDIEDITYPE

Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

IV_CREATEDAT TYPE /AWS1/BDICREATEDDATE /AWS1/BDICREATEDDATE

Returns a timestamp for creation date and time of the transformer.

Optional arguments:

IV_SAMPLEDOCUMENT TYPE /AWS1/BDIFILELOCATION /AWS1/BDIFILELOCATION

Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.


Queryable Attributes

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

transformerArn

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

Accessible with the following methods

Method Description
GET_TRANSFORMERARN() Getter for TRANSFORMERARN, with configurable default
ASK_TRANSFORMERARN() Getter for TRANSFORMERARN w/ exceptions if field has no valu
HAS_TRANSFORMERARN() Determine if TRANSFORMERARN has a value

name

Returns the name of the transformer, used to identify it.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

fileFormat

Returns that the currently supported file formats for EDI transformations are JSON and XML.

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

mappingTemplate

Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

Accessible with the following methods

Method Description
GET_MAPPINGTEMPLATE() Getter for MAPPINGTEMPLATE, with configurable default
ASK_MAPPINGTEMPLATE() Getter for MAPPINGTEMPLATE w/ exceptions if field has no val
HAS_MAPPINGTEMPLATE() Determine if MAPPINGTEMPLATE has a value

status

Returns the state of the newly created transformer. The transformer can be either active or inactive. For the transformer to be used in a capability, its status must active.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

ediType

Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

Accessible with the following methods

Method Description
GET_EDITYPE() Getter for EDITYPE

sampleDocument

Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.

Accessible with the following methods

Method Description
GET_SAMPLEDOCUMENT() Getter for SAMPLEDOCUMENT, with configurable default
ASK_SAMPLEDOCUMENT() Getter for SAMPLEDOCUMENT w/ exceptions if field has no valu
HAS_SAMPLEDOCUMENT() Determine if SAMPLEDOCUMENT has a value

createdAt

Returns a timestamp for creation date and time of the transformer.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value