‎2007 Feb 16 7:58 AM
Frnds how to go for background processing in " call transaction method"
We know that " NO display" mode is there but any other method is there in real time.
-
> in session method while data is getting uploaded suddenly server stops then how to upload the data from the last record where the server stopped.
plz help.
regards,
satya
‎2007 Feb 16 8:40 AM
1. you can create job for this progrm and run it in bkground.
2. In SM35 , you can check the log and see the records uploaded.
Remaining records , you can save it in a separate file and upload this new file.
‎2007 Feb 16 8:46 AM
u have to use No Display mode in call transaction...there is no other go for this...
other way is to create a session method and using SM35 u have to execute the session...now say after u have execute the session and it is running and suddenly the server stops, the session gets failed...when server is up u can go into the failed session and check the errors and u can repost them from the same session.
‎2007 Feb 16 9:06 AM
Hi
u have to use No Display mode in call transaction...there is no other go for this...
Otherwise opt for session method and using SUBMIT rstbdcsub. process in background.
When server stops mean while the processing of the session, u can get the processed records info by the log and you can process the failed / un processed records now by foreground in sm35 or u can process the entire file again or u can create the file with only failed records and process .
Regards,
kumar