‎2007 Aug 16 9:22 AM
hi
i have to buield an interface that move data from sap system to other system and i wont to now in which phase to start
i need general a solution.
regards
‎2007 Aug 16 9:36 AM
Other systesm ---> SAP or not ?
if its SAP , u can make use of ALE/IDOCs , If not then u can make use of BAPI.
Regards
Peram
‎2007 Aug 16 9:36 AM
Other systesm ---> SAP or not ?
if its SAP , u can make use of ALE/IDOCs , If not then u can make use of BAPI.
Regards
Peram
‎2007 Aug 16 9:37 AM
Hi Shnya,
Usually for interfacing, we use IDoc or RFCs. IDocs are intermediate documents which are maily used to communicate with other SAP systems.
If you use IDoc, the process is first select the Basic IDoc type, message type depending upon the requirementin transaction WE30. Then you have to do the partner profile configuration in WE20.
Standard IDoc are generated from standard transactions like ME21N(Creating purchase order etc). But if you want to build your own IDoc data, the you have to write a program to extract data from SAP system and populate the IDoc structure.
Before starting, you have to know the basic concepts of IDoc.
Regards,
Yogesh