Answer Posted / manish
LSMW is generally for normal SAP applications, while BDC is mainly for any customized application. LSMW provides various methods for the migration of data, namely, those of direct input, Batch input recording and IDOC. BDC however, simply makes use of recording. There are two ways of implementing BDC, the call transaction method and the session method. In LSMW, mapping is taken care of with the help of SAP, whereas in BDC one has to provide explicit mapping directions. Coding is not very flexible in LSMW, whereas in BDC, coding is very flexible and applications can be easily customized. This is mainly because LSMW is devised specially for functional consultants who do not perform coding, while BDC is mainly made use of by technical consultants, who do perform coding.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What are the restrictions on subscreens?
Some Realtime Examples on Exits .
Explain the data types of internal tables?
How do you find number of records present in internal table?
What is the reserve command?
What is the difference between RETURNING and CHANGING parameters for a method?
What is retro active accounting
5) How to rereive text elements in SF and script?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How do you save data in bdc tables? : abap bdc
Explain the disadvantage of using exec sql statement in abap?
Advantages and disadvantages of different types of bdc's?
What is the difference between sy-tabix and sy-index? Where it is used?
What is synchronous update?