cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I have a below requirement.

EDI----->XI--


>SAP and vice versa.

I am new to EDI integration,i would like to know the procedure steps to do the above scenario.

Thanks in advance,

AVR

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

EDI is bit diff than normal scenario.

Here based on the EDI version and signal we need to develope the X2E and E2X mappings by using BIC tool and deploy these files in PI server, this is one time activity.

To generate E2X and X2E mappings check the below link

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00b66651-eeea-2b10-e5a6-8459ec30...

Later we need to configure the scenario by using module parameters, for this check the below link

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10b17369-9522-2c10-84a6-d75d8a8a...

Regards,

Venkata Ramesh

Former Member
0 Likes

Hi Ramesh,

If i have EDI file,what could be the neccesary steps.

Thanks in Advance,

AVR

Former Member
0 Likes

Hi,

We have different types of EDIs are available like ANSI X12, EDIFACT, TRADACOMu2026u2026.

Each EDI type contains different versions. For example take ANSI X12, this contains lot of versions (3050, 4010, 4020, 5010..).

Each EDI version contains many signals (850 - PO, 860 - PO Change, 810 - Invoice....).

We donu2019t know which type of EDI, which version and which signal we are using so instead of providing all X2E and E2X mappings (all types, all versions with all signals), seeburger provided one tool called BIC. By using BIC tool we can generate X2E and E2X mappings based on which type, versions with signal we are using.

Install the BIC tool in any one of the application system, then generate X2E and E2X mappings and deploy those mappings in PI server.

In Com channel configure those in Module tab (for this you can follow the seeburger manuals).