SAP Reports / Programs

RSMIGRATE_MON SAP ABAP Report - Migration Project: Monitor







RSMIGRATE_MON 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 RSMIGRATE_MON 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 RSMIGRATE_MON. "Basic submit
SUBMIT RSMIGRATE_MON AND RETURN. "Return to original report after report execution complete
SUBMIT RSMIGRATE_MON 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: P_PR = D .
Title: Migration Project: Monitor
Text Symbol: 001 = Project
Text Symbol: 002 = Project: Object List
Text Symbol: 003 = Project: Status
Text Symbol: 004 = Project: Execution
Text Symbol: 005 = Project: Messages for Execution
Text Symbol: 006 = Project: Exported Objects
Text Symbol: 007 = Time:
Text Symbol: 008 = User:
Text Symbol: 009 = First Step
Text Symbol: 010 = Last Step
Text Symbol: 011 = Job Name
Text Symbol: 012 = Execution
Text Symbol: 013 = Recovery
Text Symbol: 014 = Migration
Text Symbol: 015 = Migration (Recovery): Migration Project &


INCLUDES used within this REPORT RSMIGRATE_MON

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:

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = i_program callback_user_command = i_command * callback_text_display = '' * callback_color_display = '' check_duplicate_name = '0' * color_of_node = '4' * color_of_mark = '3' * color_of_link = '1' * color_of_match = '5' status = 'OWN' return_marked_subtree = rsaot_c_flag-on.

RS_TREE_CREATE CALL FUNCTION 'RS_TREE_CREATE' EXPORTING root_name = l_name display_attributes = l_s_attr IMPORTING root_id = c_rootid EXCEPTIONS OTHERS = 1.

RS_TREE_LIST CALL FUNCTION 'RS_TREE_LIST' EXPORTING node_id = i_rootid with_attributes = ' ' TABLES list = l_t_list EXCEPTIONS OTHERS = 1.

RS_TREE_DELETE_NODE CALL FUNCTION 'RS_TREE_DELETE_NODE' EXPORTING node_id = l_s_list-id without_root = ' ' EXCEPTIONS id_not_found = 1 OTHERS = 2.

RSMIGRATE_EXECUTE_BATCH_CHECK CALL FUNCTION 'RSMIGRATE_EXECUTE_BATCH_CHECK' EXPORTING i_batch_id = -batch_id IMPORTING e_t_msg = l_t_msg e_status = l_status EXCEPTIONS failed = 1 OTHERS = 2.

RSSM_GET_TIME CALL FUNCTION 'RSSM_GET_TIME' EXPORTING i_timestamps = -timestamp IMPORTING e_datum_loc = l_date e_uzeit_loc = l_time EXCEPTIONS OTHERS = 0.

RSSM_ICON_CREATE CALL FUNCTION 'RSSM_ICON_CREATE' EXPORTING name = l_icon text = '' info = l_info IMPORTING result = l_infoicon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING new_name = i_s_node-name insert_id = c_id relationship = i_mode" 'NEXT' 'CHILD' 'BABY' new_type = i_type display_attributes = l_s_node IMPORTING new_id = c_id EXCEPTIONS OTHERS = 1.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = l_s_helpinfos * PROPERTY_BAG = * IMPORTING * SELECTION = * SELECT_VALUE = * RSMDY_RET = TABLES dynpselect = l_t_dynsel dynpvaluetab = l_t_dynval.

DDIF_FIELDINFO_GET * CALL FUNCTION 'DDIF_FIELDINFO_GET' * EXPORTING * tabname = i_s_model-tabname * langu = sy-langu * IMPORTING * x030l_wa = l_s_tab * TABLES * dfies_tab = l_t_field * EXCEPTIONS * not_found = 1 * internal_error = 2 * OTHERS = 3.

DDIF_TABL_GET * CALL FUNCTION 'DDIF_TABL_GET' * EXPORTING * name = i_s_model-tabname * langu = sy-langu * IMPORTING * dd02v_wa = l_s_dd02v * EXCEPTIONS * illegal_input = 1 * OTHERS = 2.

RS_TREE_ADD_NODE * CALL FUNCTION 'RS_TREE_ADD_NODE' * EXPORTING * new_name = i_s_node-name * insert_id = l_id * relationship = i_mode" 'NEXT' 'CHILD' 'BABY' * new_type = i_type * display_attributes = l_s_attr * IMPORTING * new_id = c_id * EXCEPTIONS * OTHERS = 1.

HELP_OBJECT_SHOW_FOR_FIELD * CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' * EXPORTING * doklangu = sy-langu * called_for_tab = l_tabname * called_for_field = l_fieldname * EXCEPTIONS * object_not_found = 1 * sapscript_error = 2 * OTHERS = 3.

HELP_VALUES_GET * CALL FUNCTION 'HELP_VALUES_GET' "#EC FB_OLDED * EXPORTING * fieldname = l_fieldname * tabname = l_tabname * EXCEPTIONS * OTHERS = 1.

RS_TREE_GET_NODE * CALL FUNCTION 'RS_TREE_GET_NODE' * EXPORTING * node_id = i_t_node-parent * IMPORTING * node_info = l_s_node * EXCEPTIONS * id_not_found = 1 * OTHERS = 2.

RS_TREE_GET_NODE * CALL FUNCTION 'RS_TREE_GET_NODE' * EXPORTING * node_id = l_s_node-parent * IMPORTING * node_info = l_s_node * EXCEPTIONS * id_not_found = 1 * OTHERS = 2.

RSS_PROGRAM_GET_NAME * CALL FUNCTION 'RSS_PROGRAM_GET_NAME' * EXPORTING * i_uni_idc25 = l_guid * i_program_class = '' * IMPORTING * e_program_name = l_prog * EXCEPTIONS * OTHERS = 1.

RS_TOOL_ACCESS * CALL FUNCTION 'RS_TOOL_ACCESS' * EXPORTING * operation = 'SHOW' * object_name = i_object * object_type = i_objtype ** ENCLOSING_OBJECT = ** POSITION = ' ' ** DEVCLASS = ** INCLUDE = ** VERSION = ' ' * monitor_activation = 'X' ** WB_MANAGER = ** IN_NEW_WINDOW = ** WITH_OBJECTLIST = ' ' ** WITH_WORKLIST = ' ' ** IMPORTING ** NEW_NAME = ** WB_TODO_REQUEST = ** TABLES ** OBJLIST = ** CHANGING ** P_REQUEST = ' ' * EXCEPTIONS * OTHERS = 1.

RS_XMLSTRING_SHOW_EXTERNAL





* CALL FUNCTION 'RS_XMLSTRING_SHOW_EXTERNAL' * EXPORTING * i_xstring = l_xml * EXCEPTIONS * invalid_string = 1 * OTHERS = 2.

DYNP_VALUES_READ * CALL FUNCTION 'DYNP_VALUES_READ' * EXPORTING * dyname = sy-repid * dynumb = sy-dynnr * translate_to_upper = 'X' * TABLES * dynpfields = l_t_dynpfields * EXCEPTIONS * invalid_abapworkarea = 1 * invalid_dynprofield = 2 * invalid_dynproname = 3 * invalid_dynpronummer = 4 * invalid_request = 5 * no_fielddescription = 6 * invalid_parameter = 7 * undefind_error = 8 * double_conversion = 9 * OTHERS = 10.

RSDS_DATASOURCE_F4 * CALL FUNCTION 'RSDS_DATASOURCE_F4' * EXPORTING * i_datasource = l_ds * i_logsys = l_ls * i_objvers = 'D' ** I_TYPE = I_TYPE ** I_MULTISEL = I_MULTISEL * IMPORTING * e_datasource = l_ds * e_logsys = l_ls * EXCEPTIONS * OTHERS = 1.

DYNP_VALUES_UPDATE * CALL FUNCTION 'DYNP_VALUES_UPDATE' * EXPORTING * dyname = sy-repid * dynumb = sy-dynnr * TABLES * dynpfields = l_t_dynpfields * EXCEPTIONS * invalid_abapworkarea = 1 * invalid_dynprofield = 2 * invalid_dynproname = 3 * invalid_dynpronummer = 4 * invalid_request = 5 * no_fielddescription = 6 * undefind_error = 7 * OTHERS = 8.



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