cancel
Showing results for 
Search instead for 
Did you mean: 

Need help please - GATP Backorder Processing Performance Improvement

satish_waghmare3
Active Contributor
0 Kudos

Hello Friends,

I need your help.

Coud you please provide how we can optimise the performance of BOP processes?

Actually I have observed that last few weeks our BOP process runtime has gone up significantly. Can anyone tell me - What are the possible reasons for BOP process runtime increasing? Did anyone had any performnace issue with BOP runs?

Please share you ideas/thoughts.

Thank you

Satish

Accepted Solutions (1)

Accepted Solutions (1)

tibor_nagy
Contributor
0 Kudos

Dear Satish,

there are consulting notes 510912 and 635411 which can help to increase the BOP runtime. Please read the recommendations there.

Mostly the cause of this problem is a coding error. Please try to find correction notes with "BOP performance" to your current release.

Regards,

Tibor

satish_waghmare3
Active Contributor
0 Kudos

All,

We have tried below solutions it has worked well for us.

Please see following details and you can try these solutions if needed.

1. Limiting the selection by having proper filter criteria helps improve BOP performance.

2. Implement SAP Note# 1098783, recommended by SAP. This is too avoid useless table scan for /sapapo/sdfield table.

3. To help improve BOP performance. you can create secondary index in fields POSID, FIELDNAME and VALUE in table /sapapo/sdfield and /sapapo/posmapn.

4. Also SAP recommend to do some housekeeping tasks to reduce the table sizes of posmapn and sdfield. First you should implement note 1245895 and afterwards start deleting all the old BOP runs via /SAPAPO/BOP_DELETE. Then run the /SAPAPO/SDORDER_DEL to delete the old transactional data which is no longer needed in the system.

Thank you

Satish

Answers (0)