‎2007 Oct 20 3:58 AM
hi all, can i use abap to receive EDI X12 850 from other system? and how can i do it? thanks!!!
‎2007 Oct 20 4:07 AM
Wat data do you want ABAP / SAP to receive from EDI subsytem?
SAP has Idoc functionality which is used for EDI.
Please check these threads to get an idea.
See the below links
/people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
/people/william.li/blog/2006/03/17/how-to-get-started-using-conversion-agent-from-itemfield
/people/paul.medaille/blog/2005/11/17/more-on-the-sap-conversion-agent-by-itemfield
http://www.stylusstudio.com/edi/XML_to_X12.html
Check this for Conversions-
/people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
ashish
‎2007 Oct 20 4:07 AM
Wat data do you want ABAP / SAP to receive from EDI subsytem?
SAP has Idoc functionality which is used for EDI.
Please check these threads to get an idea.
See the below links
/people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
/people/william.li/blog/2006/03/17/how-to-get-started-using-conversion-agent-from-itemfield
/people/paul.medaille/blog/2005/11/17/more-on-the-sap-conversion-agent-by-itemfield
http://www.stylusstudio.com/edi/XML_to_X12.html
Check this for Conversions-
/people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
ashish
‎2007 Oct 20 4:23 AM
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.
‎2007 Oct 20 4:30 AM
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
‎2007 Oct 20 5:30 AM
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!
‎2007 Oct 21 10:42 PM
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
‎2007 Oct 22 1:21 AM
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!
‎2007 Oct 22 5:08 AM
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