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 / saplead.sai
THERE IS NO WAY THAT ANY INSERT WOULD TAKE 1 MIN PER
RECORD. THAT WAY....TO UPLOAD 10 LAKH RECORDS.. IT WOULD
TAKE AROUND 2 FULL YEARS. SO, ITS NOT POSSIBLE TO SOLVE
THIS UNLESS INSERT IS DONE OTHERWISE.
ANSWER IS : - : THERE IS NOT FESIABLE SOLUTION.
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is the difference between free and refresh?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
How to find the return code of an stmt in abap programs?
How many types of size categories and data classes are there? : abap data dictionary
Can we write the code both call transaction and session method in single program?
What functions does a data dictionary perform ?
In which time constraint does the infotype records depend on the subtype ? : abap hr
Can a constructor be redefined?
What are the basic object types? : sap abap hr
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What are the components of selection table?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?