what is the main difference between lsmw and bdc ?
in which situation we will go for lsmw instead of bdc?
Answer / venkatesh
Lsmw: is a tool is used to migrate the data from non sap system to the sap system. It is a one step process the data to upload the into the sap system. Just we have to gone through the 14 steps onces process the 'Lsmw' T.code. There is no function modules are used in Lsmw.
Bdc: is technique is used to process the data from non sap system to the sap system. It is process the the data within the system only. In Bdc we have to used the function modules.
Below the situation we have to use Lsmw instead of Bdc:
suppose if you want to process the data one time from non sap system to the sap system that case we have to use the Lsmw.
Is This Answer Correct ? | 2 Yes | 6 No |
What is primary index?
Explain the components of selection table?
In sap scripts, how will you link form with the event driven?
what is the transaction code used for triggering sap script ?
where are the passwords for ITS stores?
What are the three components of a work process?
What is For-period and In-period
what is the use of OK_CODE in BDC?
visibility of a field string declared using tables statement? true/false.
pls tel me......how we link two fields by using foregin keys between two tables in sap abap?
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
Why do we use CALL FUNCTION ..IN BACKGROUND TASK and CALL FUNCTION ...STARTING NEW TASK? What is the difference?