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

genral solution in build interface

Former Member
0 Likes
352

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
337

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

2 REPLIES 2
Read only

Former Member
0 Likes
338

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

Read only

Former Member
0 Likes
337

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