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
Answers were Sorted based on User's Feedback
Answer / narendra
HI,
Break the records into 100/1000 sessions and process ur
session it ll take same time as it takes for single
sessions.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Answer / geetha
Use LSMW Direct Input Method ---> for uploading Master data
load
Use LSMW BAPI or IDOC ----> for uploading tracnsactions data
The above two methods are processed in background and
directly update the data into database.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kerri
Use BAPI ( If there are no zfields in the file ) and run the programe in background.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / srinivas
write call transaction method and schedule it in background
Is This Answer Correct ? | 2 Yes | 6 No |
Answer / 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 |
what are the events of table maintenance generator?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
Rp_provide_from_last contains how many parameters ? : abap hr
What is a transaction variant and why are they used?
how many ways to debug the script and can we debug the smartform if yes how can we debug
What is sequence number
Why do we use Abstract classes give an example from your project?
smartforms have an advantage i.e,both layout and code can combine .but when we go for driver program in smartform?
What is the difference between Classic badi and Kernal badi ?
20) What is the difference bewtween client dependent tables and client independent tables?
what is the pre-requisite for read statement and can we read the standard table using read statement
what command will use in logical database for retrieve the data (select OR retrieve OR GET)