SAP Reports / Programs

RSZW_CHART_MIGRATION_35 SAP ABAP Report - Conversion of Chart Settings after Upgrade to BW 3.5







RSZW_CHART_MIGRATION_35 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 RSZW_CHART_MIGRATION_35 into the relevant SAP transactions such as SE38 or SE80


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 RSZW_CHART_MIGRATION_35. "Basic submit
SUBMIT RSZW_CHART_MIGRATION_35 AND RETURN. "Return to original report after report execution complete
SUBMIT RSZW_CHART_MIGRATION_35 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Conversion of Chart Settings after Upgrade to BW 3.5
Text Symbol: 001 = Check the IGS Installation
Text Symbol: 004 = Conversion Cannot Be Performed
Text Symbol: 010 = Conversion with CTS Connection?
Text Symbol: 011 = Generate object catalog entries for the results of the conversion?
Text Symbol: 019 = Perform Complete Conversion
Text Symbol: 020 = Only Convert Erroneous Charts
Text Symbol: 023 = Terminate conversion?
Text Symbol: 024 = Do you want to terminate the conversion?
Text Symbol: 025 = Conversion Terminated
Text Symbol: 026 = Choose
Text Symbol: 027 = Execution of Conversion
Text Symbol: 028 = Conversion Information
Text Symbol: 029 = Perform Complete Conversion Again?
Text Symbol: 030 = Conversion Selection


INCLUDES used within this REPORT RSZW_CHART_MIGRATION_35

No INCLUDES are used within this REPORT code!


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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-028 start_column = 10 start_row = 3 text_object = 'BW_CHART_MIGRATION_START' help_modal = space IMPORTING cancelled = l_cancelled EXCEPTIONS text_not_found = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-023 textline1 = text-024 cancel_display = space IMPORTING answer = l_answer.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-025 start_column = 10 start_row = 3 text_object = 'BW_UPGRADE_CANCELED' help_modal = space IMPORTING cancelled = l_cancelled EXCEPTIONS text_not_found = 01.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING mark_flag = '' mark_max = 1 start_col = 25 start_row = 6 textline1 = text-027 titel = text-026 IMPORTING answer = l_answer TABLES t_spopli = l_t_selectlist EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-023 textline1 = text-024 cancel_display = space IMPORTING answer = l_answer_tmp.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-025 start_column = 10 start_row = 3 text_object = 'BW_CHART_MIGRATION_CANCELED' help_modal = space IMPORTING cancelled = l_cancelled EXCEPTIONS text_not_found = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-010 textline1 = text-011 cancel_display = space IMPORTING answer = l_answer.

RSCC_RSADM_ACC CALL FUNCTION 'RSCC_RSADM_ACC' EXPORTING fieldname = 'BEX_REQUEST' action = 'S' "select CHANGING adminvalue = l_bex_request EXCEPTIONS OTHERS = 9.

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_trkorr = l_bex_request wi_dialog = ' ' wi_sel_e070 = 'X' IMPORTING we_e070 = l_s_e070 EXCEPTIONS not_exist_e070 = 1 no_authorization = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-001 start_column = 10 start_row = 3 text_object = 'BW_IGS_MIGRATOR_CHECK' help_modal = space IMPORTING cancelled = l_cancelled EXCEPTIONS text_not_found = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-023 textline1 = text-024 cancel_display = space IMPORTING answer = l_answer.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-025 start_column = 10 start_row = 3 text_object = 'BW_CHART_MIGRATION_CANCELED' help_modal = space IMPORTING cancelled = l_cancelled EXCEPTIONS text_not_found = 01.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-004 start_column = 10 start_row = 3 text_object = 'BW_IGS_MIGRATOR_CHECK_FAILED' help_modal = space IMPORTING cancelled = l_cancelled EXCEPTIONS text_not_found = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-023 textline1 = text-024 cancel_display = space IMPORTING answer = l_answer.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = text-025 start_column = 10 start_row = 3 text_object = 'BW_CHART_MIGRATION_CANCELED' help_modal = space IMPORTING cancelled = l_cancelled EXCEPTIONS text_not_found = 01.



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