Show TOC

Procedure documentationMaintaining a Product Storage Definition

 

A product storage definition in SAP SCM is a separate business object assigned to a source of supply (SOS). The allowed storage resource alternatives, along with their priorities, are defined for each product storage definition.

Prerequisites

You have defined the following before creating a product storage definition:

  • A source of supply, for example, a production process model (PPM) or production data structure (PDS)

  • A container resource

The following conditions have been met in order to automatically integrate product flow data with the product storage definition when generating the PDS or PPM:

  • Enhancement package 4 for SAP ECC 6.0 is available.

  • The recipe for a material is present in SAP ERP. Product flow maintenance in the recipe is optional; if product flow is not maintained, only a blank storage definition will be created in SAP SCM during PDS or PPM generation.

  • You have created an active integration model to send recipe data as PDS or PPM.

Procedure

To create a product storage definition, complete the following steps:

  1. On the SAP Easy Access screen, choose Start of the navigation path Advanced Planning and Optimization Next navigation step Master Data Next navigation step Product Storage Definition [folder] Next navigation step Product Storage Definition End of the navigation path.

  2. On the selection screen, enter one or any combination of a source of supply (PPM or PDS), product, or location, then choose Execute.

    Note Note

    If in display mode, switch to editing mode by choosing Display/Change.

    End of the note.
  3. Select a source of supply and choose Display Storage Materials.

  4. Choose the Assign Product to SOS.

  5. Select one or more products and choose OK.

  6. Set the consumption type.

  7. Select one of the newly added products from the list in the Products for Source of Supply screen area of the Product Storage Definition screen, and choose Display Resource Alternatives or double-click the product name.

  8. Choose Assign Resource Alternatives in the Alternative Resources screen area.

  9. In the Resource column, enter one or more storage-capable container resources with the same location as the source of supply.

  10. Assign a priority to each alternative resource.

  11. Save the data.

Integrating Product Flow Data with Product Storage Definition During PDS or PPM Generation

You have defined product storage data as product flow in the recipe in SAP ERP. Use the BAdI as described below to automatically integrate this data with the product storage definition in SAP SCM when generating the PDS. Note that this integration works only in the direction from SAP ERP to SAP SCM.

  1. On the SAP Easy Access screen, go to Start of the navigation path Tools Next navigation step ABAP Workbench Utilities Next navigation step Business Add-Ins (BAdIs) Next navigation step Definition End of the navigation path.

  2. Select the BadI Name option.

  3. Enter /SAPAPO/CURTO_CREATE in the BAdI Name field.

  4. Choose Create from the Enhancement Implementation menu.

  5. Enter an implementation name, then choose Continue.

  6. Enter a short description in the Implementation Short Text field, and go to the Interface tab screen.

  7. In the list of methods, double-click CREATE_STORAGE_DEF, or select it and then choose Start of the navigation path Implementation Next navigation step Activate End of the navigation path.

  8. Save the data.

  9. Proceeding to the Class Builder screen, set method parameter EV_TRUE to X.

To automatically integrate the product flow data with the product storage definition when generating the PPM, complete the following steps:

  1. Activate the BAdI method in Customizing for SAP SCM under Start of the navigation path Integration with SAP Components Next navigation step Integration via APO Core Interface (CIF) Next navigation step Application-Specific Settings and Enhancements Next navigation step Enhancements of Production Process Models (PPMs) Next navigation step Inbound Processing of Production Process Models Next navigation step Influence Production Process Model Data in APO Inbound Processing End of the navigation path (/SAPAPO/PPM_INBOUND → CREATE_STORAGE_DEF).

  2. Proceeding to the Class Builder screen, set method parameter EV_TRUE to X.

    Note Note

    When the BAdI is activated, direct creation of product flow in PPM is not allowed and produces warning and error messages if ignored.

    End of the note.