what are the advantages and disadvantages in LSMW over BDC?
Answer Posted / vandan
BDC is developer friendly method That means we can write
our own code easily. after writing code we can run at a
time for uploading incase of LSMW we have to run for 14
times. If there is any critical scenario then we can easily
write our own logic in BDC.IF there is any Customer fields
for standard transactions then we can upload through BDC.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What are the components of sap scripts? : abap hr
Have you processed BDCs ?
What are the different window types in sapscript?
Can a constructor be declared private? If yes then in which scenario?
What is meant by authorization? Did you ever work on it? : sap abap hr
What is a logical database?
Normally how many and what files get created when a transaction program is written?
What happens Update command is used without where clause ?
What is the use of dequeue function module? : sap abap data dictionary
What is the bitwise operator in the sap abap?
What will happen when we use single buffered selected?
What is locking? : abap data dictionary
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?