‎2006 Mar 03 3:30 PM
Hi,
For me in SM37 2 new jobs got cretated.. I did not create them & I am unable to track why did they get created... They are EU_PUT which uses the SAP std prg SAPRSEUT (used for Utility: Update Object Lists After Transport) & another EU_REORG which uses the SAP std prg SAPRSLOG (used for Refresh Navigation Indexes and Object Lists) .. Can anybody explain this to me in more detail...
Thank You,
SB.
‎2006 Mar 03 3:53 PM
Hi SB,
Pl see the OSS note # 327321.
The ABAP Workbench needs two batch jobs, which should be processed every night, for the current reorganization of its tables. The jobs are EU_REORG and EU_PUT.
These jobs are scheduled automatically. This is done by means of an automatic scheduling mechanism in Transaction SE80 (Object Navigator / Repository Browser).
These jobs which are divided into individual steps are running for a different period of time. In order to be able to understand how far the job has progressed in case of an error, the job outputs WRITE commands by means of ABAP stating which step it started with.
Thanks
Message was edited by: Saquib Khan
‎2006 Mar 03 3:44 PM
‎2006 Mar 03 3:53 PM
If I understand note 18023 correctly, this job is created by the one who called se80 for the first time.
Christian
‎2006 Mar 03 5:26 PM
‎2006 Mar 03 3:53 PM
Hi SB,
Pl see the OSS note # 327321.
The ABAP Workbench needs two batch jobs, which should be processed every night, for the current reorganization of its tables. The jobs are EU_REORG and EU_PUT.
These jobs are scheduled automatically. This is done by means of an automatic scheduling mechanism in Transaction SE80 (Object Navigator / Repository Browser).
These jobs which are divided into individual steps are running for a different period of time. In order to be able to understand how far the job has progressed in case of an error, the job outputs WRITE commands by means of ABAP stating which step it started with.
Thanks
Message was edited by: Saquib Khan