Application Development 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: 

BAPI's with ALE?

Former Member
0 Kudos

Hi all,

I have to use BAPI with ALE-IDoc . So please provide any materials or examples on how to use BAPI's with ALE-IDoc?

Thanks & Regards

Vamshi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You have 2 options

1) The first one is to use BAPIs in LSMW with which you will make BAPIs asynchronous using ALEs and IDOCs and use them for data transfer.

go through the following link for step by step details.

http://www.saptechnical.com/Tutorials/LSMW/MMBAPI/Page1.htm

2) The second one is using IDOCS you will transfer data from one system to another system and once the idocs are receive at inbound you will take the data from idocs to internal table and then use BAPIs to upload the data into the tables.

Thanks and regards.

2 REPLIES 2

Former Member
0 Kudos

Reward Points..

Former Member
0 Kudos

Hi,

You have 2 options

1) The first one is to use BAPIs in LSMW with which you will make BAPIs asynchronous using ALEs and IDOCs and use them for data transfer.

go through the following link for step by step details.

http://www.saptechnical.com/Tutorials/LSMW/MMBAPI/Page1.htm

2) The second one is using IDOCS you will transfer data from one system to another system and once the idocs are receive at inbound you will take the data from idocs to internal table and then use BAPIs to upload the data into the tables.

Thanks and regards.