2011 Jan 28 1:59 PM
Hi friends,
My running more then 2 days , when ever sap server is shutdown program was terminate , I need to re start program when the system restart. How I can restart the program.
Is it possible restart program same terminated line.
Please help me.
Regards,
jayachandran
Hi friends,
My running more then 2 days , when ever sap server is shutdown program was terminate , I need to re start program when the system restart. How I can restart the program.
Is it possible restart program same terminated line.
Please help me.
Regards,
jayachandran
2011 Jan 28 2:35 PM
Whta do you mean by the program restarts form where it terminated ... if you recall we are doing sequential processing in abap and hope that amkes it clear ... to me i see no chance to restart the program as cuh from the same line it terminated but you can try other options like using abap memory etc.
2011 Jan 28 2:43 PM
Is it possible restart program same terminated line.
No. If it's a custom program that performs updates, you should design it such that an application server shutdown does not affect the processing and a restart either starts the same process completely over or starts where it left off in the processing. You should also look into why the program runs so long - it sounds like it needs to be tuned.
2011 Jan 28 2:50 PM
Hi,
I am assuming that you are running that program via a job.
So all you have to do is click on the job, Choose Menu Item Job -> Copy
Use same name or give a new name.
Save.
Click on Release -> Immediately -> Save.
Also, you cannot continue from the same line. The job will start anew.
Regards,
Jovito
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |