SETRETAILSYSTEM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report configures your system as an SAP Retail system...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 SETRETAILSYSTEM into the relevant SAP transactions such as SE38 or SE80
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.
Title: Flag System Online as SAP Retail System
Text Symbol: 001 = SAP Retail System
Text Symbol: 002 = Should the system be flagged as an SAP Retail system?
Text Symbol: 003 = CONFIRMATION PROMPT - Confirm again
Text Symbol: 004 = The following software components/industry solutions prevent setting of Retail switch
Text Symbol: 005 = Contact an SAP consultant, or send a customer message to component IS-R
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING * DIAGNOSETEXT1 = ' ' * TEXTLINE1 = TEXT-002 * TITEL = TEXT-001 * IMPORTING * ANSWER = L_ANSWER * EXCEPTIONS * OTHERS = 0.
POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING * DIAGNOSETEXT1 = TEXT-003 * TEXTLINE1 = TEXT-002 * TITEL = TEXT-001 * IMPORTING * ANSWER = L_ANSWER * EXCEPTIONS * OTHERS = 0.
SYSTEM_SWITCH_SET * CALL FUNCTION 'SYSTEM_SWITCH_SET' * EXPORTING * SYSDEF = '01' * EXCEPTIONS * ERROR = 1 * ALREADY_SET = 2 * MORE_THAN_ONE_ENTRY = 3 * NO_AUTHORITY = 4 * WRONG_PARAMETER = 5 * OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SETRETAILSYSTEM - Flag System Online as SAP Retail System SETRETAILSYSTEM - Flag System Online as SAP Retail System SETMAN_SEARCH_HELP_NAME - Include SETMAN_SEARCH_HELP_NAME SETIMP00 - Import of Capacity Planning Sets in the Current Client (fr.client 000) SETIMP00 - Import of Capacity Planning Sets in the Current Client (fr.client 000) SETHANA_ACTIVATOR - Activation program for HANA set hierarchies