You are on page 1of 3

2019-03-01 1138411

1138411 - Performance of rescheduling


Version 8 Type SAP Note
Language English Master Language German
Priority Recommendations / Additional Info Category Performance
Release Status Released for Customer Released On 11.06.2018
Component SD-BF-AC-BOP ( Backorder Processing, Rescheduling )

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

Symptom

The performance of the R/3 rescheduling (SDV03V02) is poor.

Other Terms

SDV03V02, vapma, vbuk

Reason and Prerequisites

The corrections from Note 822884 have been implemented.


You have already created the index from Note 847986.
Aue to the data constellation or due to statistics (distinct values), ORACLE
executes the SELECT command with INNER JOIN using the two tables VAPMA and VBUK
with a MERGE JOIN.
However, depending on the data constellation, a NESTED LOOP that uses the table
VBUK as the inner table may perform better.

Solution

To force a NESTED LOOP, implement the following correction instructions. They


add a hint to the ABAP source code that specifies the execution of the NESTED
LOOP as mandatory for ORACLE.
If the database is not an ORACLE database, the system ignores this hint in the
ABAP source code.
For further questions concerning ORACLE hints, refer to Note 772497.

Software Components

Software Component Release

SAP_APPL 470 - 470

SAP_APPL 500 - 500

SAP_APPL 600 - 600

SAP_APPL 602 - 602

SAP_APPL 603 - 603

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


2019-03-01 1138411
SAP_APPL 604 - 604

SAP_APPL 605 - 605

SAP_APPL 606 - 606

SAP_APPL 616 - 616

SAP_APPL 617 - 617

SAP_APPL 618 - 618

S4CORE 100 - 100

S4CORE 101 - 101

S4CORE 102 - 102

Correction Instructions

Software Component From To Version Changed on ID

S4CORE 100 102 7 11.06.2018 10:35:33 0001974020

SAP_APPL 500 618 6 20.01.2016 15:08:54 0000671027

SAP_APPL 470 470 7 15.09.2008 19:23:29 0000606390

Other Components

Component Description

SD-BF-AC Availability Check

Prerequisites

Software SAP
From To Title Component
Component Note/KBA

Performance improvement for the SD-BF-AC-


SAP_APPL 46C 600 856055
rescheduling BOP

Rescheduling: Results list contains double SD-BF-AC-


SAP_APPL 46C 600 920660
entries BOP

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


2019-03-01 1138411
SD-BF-AC-
SAP_APPL 470 500 822884 Performance improvement for rescheduling
BOP

V_V2: third party items are not always SD-BF-AC-


SAP_APPL 500 604 1092592
rescheduled BOP

This document refers to

SAP Note/KBA Title

847986 Performance of rescheduling

822884 Performance improvement for rescheduling

772497 FAQ: Oracle Hints

This document is referenced by

SAP Note/KBA Title

772497 FAQ: Oracle Hints

847986 Performance of rescheduling

822884 Performance improvement for rescheduling

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

You might also like