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

Pausing and Restarting an ABAP Program

aaron_morden2
Contributor
0 Likes
1,975

Hello all,

My company is currently in the process of upgrading from 4.6C to ERP 2005. In the new ERP DEV box, the where-used button is not functioning properly.

After doing some research, we found out that we need to run SAPRSEUB to re-index some of the tables associated with where-used.

The problem that we are running into is the amount of time it takes for the Job to run. Every night our Database is brought down for backups, so the job cannot run durring this time.

Is there any way to pause the abap program and restart it where it left off after the database is brought back online?

Any help is greatly appreciated!!

Thanks,

Aaron

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,586

No, there is no way to "pause" a program in this fashion.

Regards,

RIch Heilman

Hello all,

My company is currently in the process of upgrading from 4.6C to ERP 2005. In the new ERP DEV box, the where-used button is not functioning properly.

After doing some research, we found out that we need to run SAPRSEUB to re-index some of the tables associated with where-used.

The problem that we are running into is the amount of time it takes for the Job to run. Every night our Database is brought down for backups, so the job cannot run durring this time.

Is there any way to pause the abap program and restart it where it left off after the database is brought back online?

Any help is greatly appreciated!!

Thanks,

Aaron

6 REPLIES 6
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,587

No, there is no way to "pause" a program in this fashion.

Regards,

RIch Heilman

Read only

anversha_s
Active Contributor
0 Likes
1,586

hi,

it not possible i think.

rgds

anver

Read only

Former Member
0 Likes
1,586

Hi,

check out sm37 for background job for

event

start after event.

or check out FM RZL_SLEEP to stop program

execution

Regards

amole

Read only

0 Likes
1,586

DB being brought down, means that application server must come down as well right?

Regards,

Rich Heilman

Read only

0 Likes
1,586

Rich-

I just talked to one of our BASIS guys and he said that the application server does not go down when the DB is brought down.

However he did say that when the DB is brought down, nobody can get into SAP.

Read only

0 Likes
1,586

Nobody can get into SAP, but yet the instance will stay up? If so, I have to assume that absolutly nothing can be running anywhere in the entire system including background jobs.

Regards,

Rich Heilman