0% found this document useful (0 votes)
40 views3 pages

Performance of Rescheduling

This SAP note discusses improving the performance of rescheduling processes. It recommends creating indexes on the VAPMA and VBUK tables to optimize database access. The VAPMA index should include the WERKS and VBELN fields, and the VBUK index should include the VBTYP, GBSTK, RFGSK, and LFGSK fields. Activating the indexes and updating statistics can help address runtime issues caused by an earlier implementation of SAP note 822884.

Uploaded by

Szymon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views3 pages

Performance of Rescheduling

This SAP note discusses improving the performance of rescheduling processes. It recommends creating indexes on the VAPMA and VBUK tables to optimize database access. The VAPMA index should include the WERKS and VBELN fields, and the VBUK index should include the VBTYP, GBSTK, RFGSK, and LFGSK fields. Activating the indexes and updating statistics can help address runtime issues caused by an earlier implementation of SAP note 822884.

Uploaded by

Szymon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

2018-08-17 847986

847986 - Performance of rescheduling


Version 6 Type SAP Note
Language English Master Language German
Priority Recommendations / Additional Info Category Performance
Release Status Released for Customer Released On 14.11.2013
Component SD-BF-AC ( Availability Check )

Please find the original document at https://launchpad.support.sap.com/#/notes/ 847986

Symptom

The runtime associated with rescheduling is no longer satisfactory.

Other Terms

SDV03V02, V_V2, rescheduling

Reason and Prerequisites

Cause:
You have implemented SAP Note 822884.

Prerequisites (technical explanation):


After you implement SAP Note 822884, the database optimizer first uses, in
certain constellations, the table VBUK to access the first SELECT statement with
INNER JOIN, which can be accessed via the tables VAPMA and VBUK. Before you
implemented SAP 822884, access was generally first by means of the table VAPMA.
However, this depends on the data constellation, the access statistics created,
and the optimizer algorithms.

Solution

Use transaction SE11 to edit the two tables VAPMA and VBUK as follows:

Table VAPMA:
==============
For the database table VAPMA, create an index with the following fields:

1. WERKS
2. VBELN

If you have already created an index with the fields MANDT and WERKS in
accordance with SAP Note 90230, change this index in such a way that only the
fields WERKS and VBELN are used.

Table VBUK:
=============
For the database table VBUK, create an index with the following fields:

1. VBTYP
2. GBSTK
3. RFGSK
4. LFGSK

Activate the indexes at an appropriate time.

© 2018 SAP SE or an SAP affiliate company. All rights reserved 1 of 3


2018-08-17 847986

Create current statistics for the table, index, and indexed columns (using
transaction DB20, for example).

Software Components

Software Component Release

SAP_APPL 46C - 46C

SAP_APPL 470 - 470

SAP_APPL 500 - 500

SAP_APPL 600 - 600

SAP_APPL 602 - 602

SAP_APPL 603 - 603

SAP_APPL 604 - 604

SAP_APPL 605 - 605

SAP_APPL 606 - 606

SAP_APPL 616 - 616

SAP_APPL 617 - 617

This document solves side effects

SAP Note/KBA Title

822884 Performance improvement for rescheduling

This document refers to

SAP Note/KBA Title

957484 Incorrect results in V_V2 without material/plant selection

920660 Rescheduling: Results list contains double entries

90230 Performance of rescheduling

© 2018 SAP SE or an SAP affiliate company. All rights reserved 2 of 3


2018-08-17 847986
856055 Performance improvement for the rescheduling

822884 Performance improvement for rescheduling

1138411 Performance of rescheduling

This document is referenced by

SAP Note/KBA Title

1138411 Performance of rescheduling

822884 Performance improvement for rescheduling

920660 Rescheduling: Results list contains double entries

957484 Incorrect results in V_V2 without material/plant selection

856055 Performance improvement for the rescheduling

90230 Performance of rescheduling

© 2018 SAP SE or an SAP affiliate company. All rights reserved 3 of 3

You might also like