Skip to Content
Author's profile photo NARSAIAH THOTTEMPUDI

EDI to IDOC development using B2B Add-on in SAP PI/PO

Hi All,

Scenario : I want to send EDI823(bank payments) data to Idoc(FINSTA01) using B2B Add-on in SAP PI/PO.

Prerequisite to implement scenario:

  1. We need to install  B2B Add-on’s in PI/PO system.
  2. Once install the B2B Add-on’s check EDI Content Manager is properly installed or not.

ESR object development:

To create EDI823 data type we can use EDI content Manager tool.

Select  EDI type and click on start button then we will get EDI823 xsd datatype.

To create Idoc type we need to import IDOC from corresponding ECC system and we can map based on the requiremnt .

ID part development:

Sender adapter configuration:

To covert EDI823 data to XML format we can use File adapter with X12ConverterModule name.

The above module class automatically converts  EDI823 file format to corresponding XML format.

Receiver adapter configuration:

For Idoc Configuration We have used IDoc_AEE adapter.

Hope this blog will useful..

Thank you,

Narasaiah T

 

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo uma gupta
      uma gupta

      Hi,

      Very useful!!!

      Thanks

      Uma Gupta

       

      Author's profile photo Taranpreet Kaur
      Taranpreet Kaur

      Very useful, I am going to need to use this soon, thank you

      Author's profile photo Taranpreet Kaur
      Taranpreet Kaur

      1 question : if we do not have anything to split we do not need to use the EDISeparator adaptor right?

       

      Also, just wanted to ask if this scenario is working as expected. How have you handled the errors?