RSIWB096 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSIWB096 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MIGR2 - KW: Conver. of Enh/Rel/Origin (sel.)
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.
Selection Text: ALL_LANG = All Languages
Selection Text: BACKGR = Execute in Background
Selection Text: CREATRAN = Create Transport Request
Selection Text: IMSTART = Immediate Start
Selection Text: JOB_NAME = Job Name
Selection Text: NEWOWNER = New origin (' ' = core)
Selection Text: NEW_CTY = Country (new)
Selection Text: NEW_EXT = Enhancement (new)
Selection Text: NEW_REL = Release (new)
Selection Text: NOT_DEEN = All Languages <> DE/EN
Selection Text: OLD_CTY = Country (old)
Selection Text: OLD_EXT = Enhancement (old)
Selection Text: OLD_REL = Release (old)
Selection Text: ONLYDEEN = German / English Only
Selection Text: ONLY_FOL = Only folders
Selection Text: REL = Release: 'from'
Selection Text: SETOWNER = Activate conversion
Selection Text: SETTRANS = Activate Conversion
Selection Text: SET_CXT = Activate conversion
Selection Text: SET_OFOL = New folder origin
Selection Text: CH_CTY = D .
Selection Text: CH_EXT = D .
Title: KW: Folder-by-folder conversion from enhancement/release and/or origin
Text Symbol: 037 = Context -
Text Symbol: 036 = Namespace
Text Symbol: 035 = With Job Name:
Text Symbol: 034 = Immediate Start:
Text Symbol: 033 = Are all parameters correct?
Text Symbol: 032 = Check
Text Symbol: 001 = Info Objects Only
Text Symbol: 002 = Old Context
Text Symbol: 003 = New Context
Text Symbol: 004 = Retrofit Contents - Language-Independent
Text Symbol: 006 = Owner Namespace Change
Text Symbol: 007 = Background Processing
Text Symbol: 008 = Retrofit Translations - Language-Dependent
Text Symbol: 009 = Options
Text Symbol: 010 = Not selected
INCLUDE RSIWB096F01.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '%_00' p_program = 'RSSYSTDB' TABLES p_exclude = lt_exc_fcode.
TIWB_TEST_USER_CHECK CALL FUNCTION 'TIWB_TEST_USER_CHECK' EXPORTING FCT_NAME = C_AUTH_SUPPORT EXCEPTIONS NO_AUTHORIZATION = 1 FCT_NAME_NOT_FOUND = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-030 text_question = text-031 * TEXT_BUTTON_1 = 'Ja'(001) * TEXT_BUTTON_2 = 'Nein'(002) * DEFAULT_BUTTON = '1' DISPLAY_CANCEL_BUTTON = ' ' * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING ANSWER = lv_answer EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * TITLEBAR = text-032 * DIAGNOSE_OBJECT = 'RETROFIT_INPUT_PARAMETERS' * text_question = text-033 ** TEXT_BUTTON_1 = 'Ja'(001) ** TEXT_BUTTON_2 = 'Nein'(002) ** DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = ' ' ** IV_QUICKINFO_BUTTON_1 = ' ' ** IV_QUICKINFO_BUTTON_2 = ' ' * IMPORTING * ANSWER = lv_answer * TABLES * PARAMETER = lt_PARAMETER * EXCEPTIONS * OTHERS = 0.
POPUP_DISPLAY_TEXT_USER_BUTTON * CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' * EXPORTING ** LANGUAGE = SY-LANGU * popup_title = text-032 ** DOCU_CLASS = 'DT' * text_object = 'RETROFIT_INPUT_PARAMETERS' ** DISPLAY_OK_BUTTON = 'X' ** DISPLAY_CANCEL_BUTTON = 'X' * IMPORTING * ANSWER = lv_ACTION * TABLES ** USER_BUTTONS = * parameter = lt_PARAMETER * EXCEPTIONS * ERROR_IN_TEXT = 1 * TEXT_NOT_FOUND = 2 * OTHERS = 3.
ENQUEUE_EKW_REPORTS CALL FUNCTION 'ENQUEUE_EKW_REPORTS' EXPORTING * MODE_TRDIR = 'X' name = lv_rep_name * X_NAME = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSIWB096 - KW: Folder-by-folder conversion from enhancement/release and/or origin RSIWB096 - KW: Folder-by-folder conversion from enhancement/release and/or origin RSIWB092 - Convert IWBENTRY_* entries (SPACE,SAPCE) to (IWBHELP,IOM) RSIWB092 - Convert IWBENTRY_* entries (SPACE,SAPCE) to (IWBHELP,IOM) RSIWB091 - Parametrization of component attribute for existing PHIOs RSIWB091 - Parametrization of component attribute for existing PHIOs