Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to restart the program

Former Member
0 Likes
3,755

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

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
1,781

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.

Read only

brad_bohn
Active Contributor
0 Likes
1,781

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.

Read only

Former Member
0 Likes
1,781

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