‎2006 Aug 17 6:54 AM
hi!
we have BDC,LSMW & BAPI to upload data to R/3 system.
when do we go for each one?
How do we come to know which method is suitable for our requirement?
I need the comparisions like bdc-lsmw,bdc-bapi.
Please give a detail description.Points assured!
‎2006 Aug 17 6:56 AM
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.
You can check the below links also
‎2006 Aug 17 6:56 AM
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.
You can check the below links also
‎2006 Aug 17 7:30 AM
hi kishan!
thank you for this valuable info.
I've a small query! When there is a BAPI (advanced method),why we are still using BDC & LSMW?
‎2006 Aug 17 7:34 AM
i think bdc is more simpler method to upload data but some time it become tuff like bdc for enjoy transaction and BAPI's are the RFC enabled function modules, i.e u can connect to 3rd party systems using this. In BDC's we can't do this, it is local to SAP
for lsmw u can say if u don't know coding u have to use lsmw(any functionla person can o that./)