SAP Reports / Programs | Knowledge Management | Knowledge Warehouse(KM-KW) SAP KM

RSIWB096 SAP ABAP Report - KW: Folder-by-folder conversion from enhancement/release and/or origin







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


Transaction Code(s):

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

MIGR2 - KW: Conver. of Enh/Rel/Origin (sel.)


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 RSIWB096. "Basic submit
SUBMIT RSIWB096 AND RETURN. "Return to original report after report execution complete
SUBMIT RSIWB096 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: 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





Text Symbol: 011 = Enhancement:
Text Symbol: 012 = Release:
Text Symbol: 013 = from
Text Symbol: 014 = to
Text Symbol: 015 = Country:
Text Symbol: 016 = Info Objects and Folders
Text Symbol: 017 = Only Folders
Text Symbol: 018 = Background process started; ID:
Text Symbol: 019 = Remember to release the transport request
Text Symbol: 021 = Error occurred while scheduling job
Text Symbol: 023 = Report already started by user;
Text Symbol: 024 = try again later
Text Symbol: 025 = Language Selection
Text Symbol: 026 = Context Selection
Text Symbol: 027 = All Languages <> German / English
Text Symbol: 028 = German / English Only
Text Symbol: 029 = All Languages
Text Symbol: 030 = Initial release is too small
Text Symbol: 031 = You have selected a standard release smaller than 621; are you sure you want to move these 'old' objects?


INCLUDES used within this REPORT RSIWB096

INCLUDE RSIWB096F01.


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:

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.



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 RSIWB096 or its description.