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: 

bdc, lsmw , bapi

Former Member
0 Kudos
95

when wil we use bdc ,lsmw, bapi, i mean in which requirement u go for lsmw , bapi , bdc while we upload the data.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
64

Hi Karthik,

All the 3 can be used for the same purpose.

BDC - was the first provided by SAP for mass data entry in to SAP Database with Screen checks

LSMW - Originated as a 3rd party tool with many more functionalities and ease of use

BAPI - Some times the transaction screens changes, in those cases the BDC's fail as they purely refer to the screen elements. BAPI's provide a more consistent way to make entries in SAP systems without referencing the screen elements but still adhering to the underlying business logic, so the data entry is syntactically and semantically correct.

Hope this helps.

Regards,

Gaurav

1 REPLY 1

Former Member
0 Kudos
65

Hi Karthik,

All the 3 can be used for the same purpose.

BDC - was the first provided by SAP for mass data entry in to SAP Database with Screen checks

LSMW - Originated as a 3rd party tool with many more functionalities and ease of use

BAPI - Some times the transaction screens changes, in those cases the BDC's fail as they purely refer to the screen elements. BAPI's provide a more consistent way to make entries in SAP systems without referencing the screen elements but still adhering to the underlying business logic, so the data entry is syntactically and semantically correct.

Hope this helps.

Regards,

Gaurav