for uploading master data(ex:customer data) into sap, which
methods you prefer? call transaction/session/lsmw/bapi? why?
Answer Posted / subhasis prusty
it depends on client requirements.
generally if large amount of data should have to upload
then generally prefers session method.if small amount of
data like only 20000 to 40000 records then call tr.
preferable.lamw is used for one time requirement only.
ex.only bank details of vendor or only address data of
vendor.Bapi is fully oo concept.it is very advantages than
all oter methods.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What are the differences between a database index and a match code?
What is meant by read lock? : sap abap data dictionary
What is the use of info groups? : sap abap hr
What is the use of at new statement ?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the table buffer?
What are the Control levels in internal tables?
What is a table attribute? : abap data dictionary
What is the sap abap?
How to debug a script in abap?
What does the ‘suppress dialog’ do?
What are the ways you can do the tuning?
How can we use multiple transactions by using bdc_insert? : abap bdc
How move-corresponding works
what is abstract classes