Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap code for reading EDI X12 format

Former Member
0 Likes
1,458

hi all, can i use abap to receive EDI X12 850 from other system? and how can i do it? thanks!!!

1 ACCEPTED SOLUTION
Read only

Former Member
7 REPLIES 7
Read only

Former Member
Read only

Former Member
0 Likes
1,253

thanks ashish , first my company don't use sap xi30, only use R3, which i mean is i only can use abap to get the target, don't use any other thirdpart software. how can i code abap to do it .thanks.

Read only

0 Likes
1,253

I am not clear with your requirement, can you explain in detail.

ABAP is just a programming language which we use to program in SAP. You need to post data from other system. In SAP we have Idocs which work in both way - inbound as well as outbound. If you see the links i sent earlier, it will help to get an idea.

ashish

Read only

0 Likes
1,253

my customer requirement is " We are currently sending our EDI POs through UPS supply chain, but we hope to receive the EDI 855 document directly from this vendor if possible. Can you please tell me if this can be done?" but my system isn't have edi subsystem. can abap code a edi subsystem? thanks!

Read only

0 Likes
1,253

Hello Liugiang

You<b> need an EDI converter </b>which converts your EDI message (ED1 ANSI(?)X.12 855) to the corresponding IDoc data (logical message ORDRSP in SAP).

There is absolutely no point in developing an ABAP base EDI converter since you will find thousands of commercially available EDI converters.

You may have a look at the open-source EDI converter of <a href="http://www.mec-eagle.org/">m-e-c eagle of Mendelson</a>. If you have the XSLT transformation for your EDI message type available this EDI converter transforms the message into a XML which then could be used as input of an ABAP based XSLT transformation into the IDoc message format.

Regards

Uwe

Read only

0 Likes
1,253

hi, Uwe Schieferstein , you are right, i just want to find the open-source EDI converter , thanks for you help ,but i can't open the URL. if you can ,sent me the open-source EDI converter which you told me to my email: [email protected] . thanks!

Read only

0 Likes
1,253

Hello Luigiang

It is indeed somewhat tricky to find the right link for downloading:

<a href="http://switch.dl.sourceforge.net/sourceforge/mec-eagle/mec_eagle.exe">Direkt Link for Downloading m-e-c eagle</a>

Regards

Uwe