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 happens if a function module runs in an update task? : abap modularization
Explain the inside concept in select-options?
What are the pooled and cluster tables?
What is meant by a schema? : sap abap hr
What is bdc? : abap bdc
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
How is time management and payroll is integrated? : sap abap hr
What are uses of foreign key?
What are the differences between macro and subroutine?
How do you populate data into a multiple line field?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
How do you activate a function exit?
How do you write transaction programs in sap?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?