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

EDI SUB SYSTEM

Former Member
0 Likes
2,099

Hi ALL

can any one explain me Regarding of edi sub system , wht are the sub systems we r using frequently .

Rgds

Rafi .

Hi ALL

can any one explain me Regarding of edi sub system , wht are the sub systems we r using frequently .

Rgds

Rafi .

2 REPLIES 2
Read only

Former Member
0 Likes
1,117

Hi

The EDI interface is used to connect an EDI subsystem to the SAP system. EDI subsystems perform all EDI-related tasks such as Converting the data Handling messages or interchanges Communications Managing the partner profiles Monitoring processing. The EDI interface is based on IDoc technology. IDoc technology is independent of EDI standards. All data is exchanged via files between the SAP System and the EDI subsystem. The synchronous RFC (remote function call) is used to define the time of transfer of the files between both systems. Via the EDI interface, the following data can be exchanged:

Outbound IDocs. IDocs are transferred from the SAP System to the EDI subsystem.

Inbound IDocs. IDocs are transferred from the EDI subsystem to the SAP System.

Status report. To inform the SAP System of the progress of processing of the outbound IDocs, the EDI subsystem transfers the status report to the SAP System.

The object of the certification is the technical test of the interface between SAP System and EDI subsystem. The transfer of outbound IDocs, inbound IDocs and the status report are tested. The test is performed for the EDI standard UN/EDIFACT. As an example, the messages used are:

Outgoing order (ORDERS)

Incoming order (ORDERS)

Outgoing order response (ORDRSP) and

Incoming order response (ORDRSP).

Please refer

http://www.erpgenie.com/sapedi/edi_subsystems.htm

http://www.erpgenie.com/sapgenie/docs/implementing_edi.doc

http://www.erpgenie.com/sapedi/edi_subsystems.htm

Regards

Ravish Garg

<b>

*reward if useful</b>

Read only

Former Member
0 Likes
1,117

Hi,

Electronic Data Interchange (EDI)

You use EDI if you want to exchange business application documents with an (external) partner system (for example, a customer or vendor). The SAP system sends EDI messages in IDoc format to an EDI subsystem, where they are converted to a universal EDI standard (UN/EDIFACT or ANSI/X12). This enables communication with non-SAP systems.

· By definition, two partners are involved in the process in an EDI application scenario: The sender and the recipient of an EDI message.

http://help.sap.com/saphelp_erp2004/helpdata/en/6f/1bd5bea85b11d6b28500508b5d5211/frameset.htm

Regards