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

Query

Former Member
0 Likes
714

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.

1 ACCEPTED SOLUTION
Read only

former_member181966
Active Contributor
0 Likes
663

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

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
663

This is the same for me in my TST system. They are always there. Even when I delete them, they will come back. Not sure how they get tied to our user ids, but they are clean up jobs for the ABAP workbench.

Regards,

Rich Heilman

Read only

0 Likes
663

If I understand note 18023 correctly, this job is created by the one who called se80 for the first time.

Christian

Read only

0 Likes
663

Pl award the points,if these post help you .

Thanks

Read only

former_member181966
Active Contributor
0 Likes
664

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