cancel
Showing results for 
Search instead for 
Did you mean: 

can any one explain me how to do EDI 823 to Idoc?

former_member197830
Participant
0 Kudos

Hi All,

Scenario: EDI 823 to Idoc.

My input EDI 823 file contains multiple transaction set data like below.

how to split same multiple transaction and how to map the target Idoc?

Can any one explain me how to split how to map transaction data to IDOC.

I am using B2B add-on's and if I use EDISeparator adapter can we split same transaction set like above 823 file image?

Thank you,

Narasaiah T

Accepted Solutions (0)

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Narsaiah,

You need two flows:

Sender channel----->EDI_Seperator

Make the necessary channel setting in EDI_Seperator with required EDI versions.

EDI_Seperator----->IDOC:

This flow is converting your actual raw EDI to EDI xmla nd further mapping has to be done between EDi-XML to IDOC-XML.This flow will be triggered as many number of ORDERS you have in your EDI file.

Br,

Manoj

former_member499364
Participant
0 Kudos

Hi Manoj,

I need to do the same for incoming data in SAP PO, can you share some more details

manoj_khavatkopp
Active Contributor
0 Kudos

Hi ,

The flow mentioned above is not specific to any EDI version/type , from high-level you need to create 2 flows as mentioned above for inbound EDI interface.

For starter you may refer this blog.

The blog is bit old , so the configuration may slightly vary depending on your B2B-Addon version.

Thanks,

Manoj