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

Differences among BDC , BAPI AND ALE

naren112
Explorer
0 Likes
359

<b>HI Everybody,

BDC , LSMW are used for data migration , Can we do the same thing using BAPI .

Ale is used for cross application , Can we use bapi for this purpose ..

And Im using BAPI BAPI_CREATE_SALES_ORDER .. for creating sales order , can you tell me how to use the BAPI function for above mention ( Sales order ) .

Wt are the steps we hav to follow for this task ...

How to do the same thing for OPEN SALES ORDER ,

And is there anything like OPEN Purchase Order .

Regards ,

Narender B</b>

1 REPLY 1
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
322

Hi,

BAPI programming guide is below..

U can go through it...

<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf"></a>

BAPI is an method to define a SAP Business Object.

It let's us integrate all the other external components to R/3.

It provides us an access externally to extract the data.

An alternative to BDC.

A Function Module which is RFC enabled is called as BAPI.

All errors will be captured in RETURN structure as BAPI won't return any sy-subrc value.Hence,not all Functional Modules which are RFC enabled can be termed as BAPI.

cheers,

Simha.

Reward if found helpful..