2006 Oct 04 2:15 PM
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
2006 Oct 04 2:17 PM
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
2006 Oct 04 2:17 PM
2006 Oct 04 2:18 PM
2006 Oct 04 2:21 PM
Hi,
check out sm37 for background job for
event
start after event.
or check out FM RZL_SLEEP to stop program
execution
Regards
amole
2006 Oct 04 2:25 PM
2006 Oct 04 2:30 PM
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.
2006 Oct 04 2:33 PM