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
Does the table can have multiple foreign keys?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
How to do find it?
Can a constructor be redefined?
What are the events used in interactive reports?
Can we specify the next screen number with a variable?
what is the exact code that shoud be implimented in sap note
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
What is delivery class? : abap data dictionary
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What functions does a data dictionary perform? : abap data dictionary
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
What is sapnet?
Final class
What does the insert statement in extract datasets do? : abap modularization