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 interface/conversion programs in SAP?
What is sap script? Describe its components.
What are secondary indexes. How can we know which index is being used in a select query?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Explain the advantages and disadvantages of different types of bdc's?
What are the attributes of the data? : abap data dictionary
Why grouping of fields is required? What is the max no of modification groups for each field?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
what is difference between (internal table types)standard table and sorted table in sap abap....
What are the data types of the external layer? : abap data dictionary
Explain different types of locks?
How would you define the exponents for a type âfâ field?
What are the basic objects of the data dictionary? : abap data dictionary
What is the use of the raising exception? : abap modularization
What is alv programming in abap?