Entering content frameProcess documentation Process: Manual Shelf Space Management Locate the document in its SAP Library structure

Purpose

This process corresponds to the business process scenario: Variant 4: Manual Shelf Space Maintenance.

Process

  1. A user executes either report RWREGPRO or transaction WPLG.
  1. Function module planogram_data_read selects the articles relevant for export, along with the corresponding master data and movement data, and displays them.
  1. The system checks the space management profile in Customizing to locate the space management program, then exports the data.
  1. The space management program calls the read BAPI Bapi_SiteLayMod_GetItems. The BAPI uses the function module planogram_data_read to retrieve the layout module data from the buffer and copy it to the space management program. (The space management profile in Customizing determines which data will be selected.)
  1. The space management program calls the posting BAPI Bapi_SiteLayMod_Change. This posts the data to R/3.

Note

There are two user exits should you wish to insert your own custom export function modules. These occur after the read BAPI Bapi_SiteLayMod_GetItems has run and prior to the execution of the posting BAPI Bapi_SiteLayMod_Change.

Leaving content frame