cancel
Showing results for 
Search instead for 
Did you mean: 

what module to add in configuration for EDIFACT scenario

Former Member
0 Kudos

Hi All

Mine is an IDOC->Edifact scenario.I have created the .sda file and deployed it.

Can anyone guide me as to fill in the Module tab in configuration on the Edifact side?

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

Just to add, for seeburger, the module mentioned should be used before the standard module of channel.

In it is not Seeburger, the options are mentioned here

/people/prateek.srivastava3/blog/2009/08/01/seeburger--part-1--the-basics

Regards,

Prateek

Answers (2)

Answers (2)

RKothari
Contributor
0 Kudos

Hello,

On Module tab for File adapter :

Assuming if you have module name as 'Sum' .

Processing sequence--> Module Name = 'localejbs/edifact/Sum (Module Name)

Processing sequence-->Type = Local Enterprise Bean

Processing sequence--> Module Key = Sum (Module Name)

In Module configuration:

Module Key = Sum (Module Name as defined above)

Parameter name = encoding

Parameter value = UTF-16

The parameters name and its expected value as declared in the Module.

BR,

Rahul

Former Member
0 Kudos

Are you using seeburger adapter for the same then

need to use the below module

localejbs/CallBicXIRaBean local bic

need to configure the below parameters

bic destSourceMsg MainDocument

bic destTargetMsg Maindocument

bic mappingName See_X2E_EDIFACT_msgNo_Version

if you are not using Seeburger then check for MEssagetransformBean which is cumbersome to handle for this conversion

HTH

Rajesh