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
Update types in Call transaction method. What is the difference?
Explain the advantages and disadvantages of abap query tool?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
How to analysis Background Job for performance Issue?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What are the organizational related infotypes? : abap hr
Differentiate between ooabap and abap?
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
What is the difference between tables and structures?
What are the data types of the abap/4 layer?
What is a logical database?
What are the update types possible?
Explain what is runtime analysis?
Difference between sy-tabix and sy-index? Where it is used?