what is the main difference between lsmw and bdc ?
in which situation we will go for lsmw instead of bdc?
Answer Posted / 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 |
Post New Answer View All Answers
Can i know some of the Realtime tickets that anyone has been faced ?
What is step-loop?
Which infotype records can not be deleted ? : abap hr
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Explain different types of locks?
What is tcode se16?
how do you transport lsmw data from one system to another?
What is sap abap data dictionary?
How to specify a client for database table processing?
What is meant by write lock? : sap abap data dictionary
Different types of locks?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
Explain how to create any functions?
What is value table? : abap data dictionary
How the transaction that are programmed by the user can be protected?