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

Send Salesorder Data using BAPI-ALE interface

Former Member
0 Likes
594

Hi Sapgurus,

I need to send salesorder data from one system to another system using ALE.But i need to use BAPI for this scenario.I dont know how to send data in ALE using BAPI's.Can any one help me in resolving this issue.

Thanks,

N.K.Chaitanya

2 REPLIES 2
Read only

Former Member
0 Likes
420

Hi,

Every BAPI has releated Message and idoc type releated.

So in your case BUS2032 is for Sales order BAPI. Go to transaction BDBG you can use method SalesOrder.CreateFromDat2.

here you will get outbound FM (ALE_SALESORDER_CREATEFROMDAT2) and idoc type as SALESORDER_CREATEFROMDAT202.

then rest config will be same as ALE config.

Hope it helps,

Shanmugavel Chandrasekaran

Read only

Former Member
0 Likes
420

Hi Krishna,

The requirement you have requires you to use an advanced SAP concept.

Use transaction BDBG and then give BUS2032 as object and the method you want to use. Now check if there are existing interface. If not then you can create the interface and then you are all set to use the created message and idoc.

Hope this helps.

Harry