cancel
Showing results for 
Search instead for 
Did you mean: 

Background job running slow

Former Member
0 Kudos

Hi,

Suppose any background job is taking much more time than required so how to speed up the job without chaning the master data.

Regards,

Prabhat Sahay

Accepted Solutions (1)

Accepted Solutions (1)

former_member187488
Active Contributor
0 Kudos

Hello,

If your job is a DP job, please refer to SAP note 864950 and follow the suggestions in the note.

Basically. there're following points:

1)If the job is relevant to planning book/data view, make sure only needful key figures are loaded in the data view.

2)Macros should only be executed on detailed level, except when aggregate level execution is also necessary.

3)Try not to use navigational attributes.

4)Make sure the consisteny of the planning area by:

/sapapo/ts_lcm_reorg

/sapapo/ts_lcm_cons_check

5)If you use fixed aggregates, they may affect the performance very much.

Try to deactivate them and run /sapapo/ts_lcm_cons_check before the job (if the job changes relevant data).

Then activate and fill the fixed aggregates afterwards.

Best Regards,

Ada

Answers (0)