How to decide whether we can use BDC (OR) LSMW for a given
transaction?
Answers were Sorted based on User's Feedback
Answer / vandan
if u r uploading Master data with out any screen exits then
we can use either bdc or LSMW. If Screen exits exist in
relavant transaction then we will go for BDC only. In case
of Transactional data we go for BDC. Bcoz In Transactional
data we have to handle table control manually.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bhanu
lsmw for master data tables where as bdc for customer tables... BDC is for abapers because its is purely code based where as lsmw for functional people bcz its not having any huge code
Is This Answer Correct ? | 1 Yes | 0 No |
Explain what is a logical database?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
wat is a workflow schema?
Explain what are the problems in processing batch input sessions?
In a transaction there are 5 screens (say) but while recording you could see only 3 screens.what will u do to avoid such situation?will u save it like that?
how to fetch data form without header line internal table ?
where we do UTP(unit test planing)?and how to write UTP?and who writes UTP?
With out any Write statement will the Top of the Page and End of Page trigger?
Differentiate select and select single?
How table control cn be generated using bdc? : abap bdc
What is BAPI ? & its used & functionality.
How do you write manual bdc session method? : abap bdc