SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RWRF_SHOP_MIGRATION SAP ABAP Report - Migrate Stores to Shops







RWRF_SHOP_MIGRATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to convert an existing site into a shop...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RWRF_SHOP_MIGRATION into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WSHOPMIGR - Migration: Store to Shop


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RWRF_SHOP_MIGRATION. "Basic submit
SUBMIT RWRF_SHOP_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT RWRF_SHOP_MIGRATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: S_WERKS = Stores
Title: Migrate Stores to Shops
Text Symbol: 100 = List of Errors During Processing
Text Symbol: 026 = is already closed
Text Symbol: 025 = Department store
Text Symbol: 023 = Do you want to save the data first?
Text Symbol: 022 = No
Text Symbol: 021 = Yes
Text Symbol: 019 = The store was not migrated
Text Symbol: 018 = : Hierarchy ID does not exist
Text Symbol: 017 = is not a valid hierarchy ID for the store
Text Symbol: 016 = You must specify a hierarchy ID
Text Symbol: 015 = You cannot specify a hierarchy ID
Text Symbol: 014 = and created as a shop
Text Symbol: 013 = The store was migrated to a department store
Text Symbol: 012 = You must enter a category
Text Symbol: 011 = is already assigned to another shop in the department store
Text Symbol: 010 = does not exist in the specified hierarchy ID
Text Symbol: 009 = Category
Text Symbol: 008 = does not fit the hierarchy ID of the dept. store distribution chain
Text Symbol: 007 = Hierarchy ID
Text Symbol: 006 = does not allow a hierarchy ID
Text Symbol: 005 = The distribution chain of department store
Text Symbol: 004 = is not a department store
Text Symbol: 003 = does not exist in the database
Text Symbol: 002 = Superior department store
Text Symbol: 001 = Stores


INCLUDES used within this REPORT RWRF_SHOP_MIGRATION

INCLUDE RWRF_SHOP_TOP . " GLOBAL DATA


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RWRF_SHOP_MIGRATION or its description.