if i want to insert 10 laks MM records and for inserting one
record it takes 1 min by using call transaction or session
method . so here is there any alternative
Answer Posted / karthik reddy
hi
u can go through LSMW direct input methed in real time for
Master data uploding we are used it
it was v v fast and performace wise also good
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain the disadvantages of logical databases?
How collect statement is different from append?
What is delivery class? : abap data dictionary
What is the difference between refresh and free statements?
Example of table cluster and cluster tables.
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What are the basic functions of database utility? : abap data dictionary
What is the difference between getting and get late?
How to debug rfc function module?
Why we are using Macros instead of Function Modules
Some Realtime Examples on Exits .
What are the organizational related infotypes? : abap hr
How to set an Enhancement point for a custom report?
How to do find it?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/