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 client dependant objects in abap/sap?
What is sequence of event triggered in report?
What are the types of subroutines? : abap modularization
What are the types of views? : sap abap data dictionary
What is netweaver???what is the relationship with ABAP?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
How to transfer the objects? Have to transferred any objects?
What is asynchronous update?
Difference between sy-tabix and sy-index? Where it is used?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
Can we reuse a userexit?
how to capture the errors in bdc Call transaction method?
What are the steps in creating screen ?
What is a table pool?
What are the advantages and disadvantages of different types of bdc's?