Start of Content Area

Function documentation Handling Supersession  Locate the document in its SAP Library structure

Use

During historical data capture, the system considers supersession according to the various replacement strategies in Service Parts Planning (SPP).

If the system extracts an order item for product A from SAP Customer Relationship Management (SAP CRM) or SAP ERP, it captures the demand for product A in the demand history for product A. If, however, product A is replaced by product B, the system does not only capture the demand for product A for product A, but also for product B, the successor product in the supersession chain.

Note

The system only considers supersession when capturing the demand history. The system does not change raw data.

For more information about how the system realigns demand history data for supersession, see Data Realignment for Supersession.

Prerequisites

      You have modeled replacement strategies and supersession chains and specified them in the master data for product and location interchangeability.

      You have performed the planning service “SPP: Data Realignment for Supersession”.

Features

The system creates the demand history of a product from the demands of this product in inbound order items. If supersession is relevant for a product, the system also considers the demand for this product in the demand history of the successor product.

The following provides an overview of how the system considers demands for order items in the demand history of the predecessor and successor products according to the replacement strategy.

You specify the sizes described below in the following fields in the master data under Application-Specific Master Data Product and Location Interchangeability Maintain Interchangeability Group:

SuQuaFact.

Succeeding Quantity Factor

PrQuaFact.

Preceding Quantity Factor

DemPercQt.

Demand Percentage Quantity

Q

Quantity

One-to-One Substitution

Successor product B replaces predecessor product A.

The system calculates the demand history of A as follows:

DemHistA = DemandA

The system calculates the demand history for B as follows:

DemHistB = DemandB + DemandA * (SuQuaFactB / PrQuaFactA)

One-to-One Substitution with Partial Substitution

Successor product B partially replaces predecessor product A.

The system calculates the demand history for A as follows:

DemHistA = DemandA – DemandA * (1 – DemPercQtA)

The system calculates the demand history for B as follows:

DemHistB = DemandB + DemandA * DemPercQtB * (SuQuaFactB / PrQuaFactA)

One-to-Many Substitution (AND)

Successor products B and C replace predecessor product A together.

The system calculates the demand history of A as follows:

DemHistA = DemandA

The system calculates the demand histories for B and C as follows:

DemHistB = DemandB + DemandA * QB / PrQuaFactA

DemHistC = DemandC + DemandA * QC / PrQuaFactA

One-to-Many Substitution (OR)

Successor products B and C replace predecessor product A alternatively.

The system calculates the demand history of A as follows:

DemHistA = DemandA

The system calculates the demand histories for B and C as follows:

DemHistB = DemandB + DemandA * DemPercQtB * (SuQuaFactB / PrQuaFactA)

DemHistC = DemandC + DemandA * DemPercQtC * (SuQuaFactC / PrQuaFactA)

Many-to-One Substitution (AND)

Successor product C replaces predecessor product A and B together. A is the leading predecessor product.

The system calculates the demand history of A and B as follows:

DemHistA = DemandA

DemHistB = DemandB

The system calculates the demand history of C as follows:

DemHistC = DemandC + (DemandA / QA) * SuQuaFactC

Many-to-One Substitution (OR)

Successor product C replaces predecessor products A and B alternatively. You model this replacement strategy with two supersession chains, each with one item.

The system calculates the demand history of A and B as follows:

DemHistA = DemandA

DemHistB = DemandB

The system calculates the demand history of C for both supersession chains as follows:

DemHistC = DemandC + DemandA * (SuQuaFactC / PrQuaFactA)

DemHistC = DemandC + DemandB * (SuQuaFactC / PrQuaFactB)

For more information about supersession in SPP, see Product Interchangeability in SPP.

 

End of Content Area