MPU30X03 is a standard ABAP INCLUDE 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 MPU30X03 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: Protocol for wage type maintenance
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = log_tree EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'SAPMPU30' callback_user_command = 'LOG_USERCOMMAND' * CALLBACK_TEXT_DISPLAY = ' ' * CALLBACK_MOREINFO_DISPLAY = ' ' callback_color_display = 'LOG_COLOR_DISPLAY' * CALLBACK_TOP_OF_PAGE = ' ' status = 'TREESTAT' * COLOR_OF_NODE = '4' color_of_mark = '5' * COLOR_OF_LINK = '1' color_of_match = '4' use_control = tree_type * IMPORTING * F15 = EXCEPTIONS OTHERS = 0.
RS_TREE_SET_LOCK CALL FUNCTION 'RS_TREE_SET_LOCK' EXPORTING node_id = p_log_node-id * WITH_SUBTREE = 'X' EXCEPTIONS * NODE_NOT_FOUND = 1 OTHERS = 0.
RS_TREE_RESET_LOCK CALL FUNCTION 'RS_TREE_RESET_LOCK' EXPORTING node_id = p_log_node-id * WITH_SUBTREE = 'X' EXCEPTIONS * NODE_NOT_FOUND = 1 OTHERS = 0.
RS_TREE_GET_MARKED_NODES CALL FUNCTION 'RS_TREE_GET_MARKED_NODES' * EXPORTING * WITH_SUBTREE = 'X' TABLES marktab = mark_tree EXCEPTIONS OTHERS = 0.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = log_tree EXCEPTIONS * ID_NOT_FOUND = 1 OTHERS = 0.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = log_tree EXCEPTIONS * ID_NOT_FOUND = 1 OTHERS = 0.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' * EXPORTING * INSERT_ID = '000000' * RELATIONSHIP = ' ' TABLES nodetab = log_tree EXCEPTIONS * TREE_FAILURE = 1 * ID_NOT_FOUND = 2 * WRONG_RELATIONSHIP = 3 OTHERS = 0.
OBJECT_MAINTENANCE_CALL CALL FUNCTION 'OBJECT_MAINTENANCE_CALL' EXPORTING objectname = space objecttype = space subobjname = space tabname = tablename * TABLES * SUBOBJ_LIST_FROM_T100O = EXCEPTIONS interface_not_correct = 1 transaction_not_maintained = 2 transaction_not_found = 3 table_not_activ = 4 table_not_found = 5 subobject_not_found_in_project = 6 subobject_not_found_in_guide = 7 object_not_found_in_project = 8 object_not_found_in_guide = 9 table_has_no_object_in_project = 10 table_has_no_object_in_guide = 11 outline_not_found = 12 call_transaction_recurring = 13 system_failure = 14 OTHERS = 15.
TABLE_CUSTOMIZING_MAINTENANCE CALL FUNCTION 'TABLE_CUSTOMIZING_MAINTENANCE' EXPORTING tabname = viewtable EXCEPTIONS no_views = 1 OTHERS = 2.
HRPY_CONVERT_STREE_TO_CONTROL CALL FUNCTION 'HRPY_CONVERT_STREE_TO_CONTROL' EXPORTING imp_convert_to_tree_type = 'L' imp_suppress_node_icon = 'X' * IMP_REPLASE_NODE_ICON = * IMP_SUPPRESS_FOLDER_ICON = 'X' imp_replace_folder_icon = space " '33' imp_expanded_icon = space " '34' '@BS@' imp_concatenate_icon_text = 'X' imp_convert_hot_to_link = 'X' imp_color_mapping = log_color_table TABLES imp_tree = log_tree * imp_colname = cntr_columns * exp_simple_tree = cntr_simple_tree exp_node_table = cntr_node_tree exp_item_table = cntr_item_tree.
TREEV_CREATE_LIST_TREE CALL FUNCTION 'TREEV_CREATE_LIST_TREE' EXPORTING owner_repid = local_repid dynnr = local_dynnr * CONTAINER = left = 0 top = 0 width = 80 height = 25 alignment = align * METRIC = CNTL_METRIC_DYNPRO * NO_FLUSH = * LINK_REPID = * SHELLSTYLE = * PARENTID = * REG_EVENT_EXPAND_NO_CHILDREN = * REGISTER_EVENT_ITEM_DBL_CLICK = * REGISTER_EVENT_NODE_DBL_CLICK = * REGISTER_EVENT_HEADER_CLICK = * REGISTER_EVENT_NODE_CONTEXT_M = * REGISTER_EVENT_ITEM_CONTEXT_M = register_event_link_click = 'X' * REGISTER_EVENT_CHECKBOX_CHANGE = * REGISTER_EVENT_BUTTON_CLICK = * REGISTER_EVENT_SEL_CHANGE = with_headers = ' ' item_selection = 'X' node_selection_mode = treev_node_sel_mode_multiple * GROUP_HEADERS = * HIDE_SELECTION = * HIERARCHY_HEADER = * LIST_ITEM_HEADER = item_table_structure_name = 'MTREEITM' TABLES node_table = cntr_node_tree item_table = cntr_item_tree CHANGING handle = log_handle EXCEPTIONS create_error = 1 tree_control_not_existing = 2 control_has_no_headers = 3 cntl_system_error = 4 failed = 5 illegal_node_selection_mode = 6 illegal_header_type = 7 illegal_header_alignment = 8 missing_item_structure_name = 9 empty_node_table = 10 empty_item_table = 11 error_in_tables = 12 dp_error = 13 illegal_owner_repid = 14 table_structure_name_not_found = 15 OTHERS = 16 .
TREEV_EVENT_CB_LINK_CLICK CALL FUNCTION 'TREEV_EVENT_CB_LINK_CLICK' EXPORTING callback_form = 'HANDLE_LOG_LINK_CLICK' * IMPORTING CALLBACK_ID = CHANGING handle = log_handle.
TREEV_EXPAND_ROOT_NODES CALL FUNCTION 'TREEV_EXPAND_ROOT_NODES' EXPORTING handle = log_handle level_count = 0 expand_all_children = ' ' no_flush = ' '.
TREEV_GET_SELECTED_NODES CALL FUNCTION 'TREEV_GET_SELECTED_NODES' EXPORTING handle = log_handle TABLES node_key_table = marked_nodes EXCEPTIONS * FAILED = 1 * INSTANCE_NOT_FOUND = 2 * MULTIPLE_NODE_SELECTION_ONLY = 3 * CNTL_SYSTEM_ERROR = 4 * DP_ERROR = 5 OTHERS = 6.
TREEV_EXPAND_NODE CALL FUNCTION 'TREEV_EXPAND_NODE' EXPORTING handle = log_handle node_key = marked_nodes-node_key level_count = 0 expand_all_children = 'X' no_flush = ' '.
TREEV_EXPAND_ROOT_NODES CALL FUNCTION 'TREEV_EXPAND_ROOT_NODES' EXPORTING handle = log_handle level_count = 0 expand_all_children = 'X' no_flush = ' '.
TREEV_COLLAPSE_SUBTREE CALL FUNCTION 'TREEV_COLLAPSE_SUBTREE' EXPORTING handle = log_handle node_key = marked_nodes-node_key no_flush = ' '.
CALL FUNCTION 'TREEV_COLLAPSE_ALL_NODES' EXPORTING handle = log_handle no_flush = ' '.
HRPY_CONVERT_STREE_TO_CONTROL CALL FUNCTION 'HRPY_CONVERT_STREE_TO_CONTROL' EXPORTING imp_convert_to_tree_type = 'L' imp_suppress_node_icon = 'X' * IMP_REPLASE_NODE_ICON = * IMP_SUPPRESS_FOLDER_ICON = 'X' imp_replace_folder_icon = space "'33' imp_expanded_icon = space "'34' imp_concatenate_icon_text = 'X' imp_color_mapping = log_color_table TABLES imp_tree = rebuild_nodes * IMP_COLNAME = * EXP_SIMPLE_TREE = exp_node_table = cntr_node_tree exp_item_table = cntr_item_tree.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SPACE' INFO = text-q08 IMPORTING RESULT = update_item_tree-t_image EXCEPTIONS OTHERS = 0.
TREEV_UPDATE_NODES_AND_ITEMS CALL FUNCTION 'TREEV_UPDATE_NODES_AND_ITEMS' EXPORTING handle = log_handle item_table_structure_name = 'MTREEUITM' * NO_FLUSH = TABLES node_table = update_node_tree item_table = update_item_tree EXCEPTIONS failed = 1 missing_item_table_struct_name = 2 instance_not_found = 3 not_allowed_for_simple_tree = 4 cntl_system_error = 5 error_in_tables = 6 dp_error = 7 table_structure_name_not_found = 8.
TREEV_UNSELECT_ALL CALL FUNCTION 'TREEV_UNSELECT_ALL' EXPORTING handle = log_handle.
TREEV_SCROLL CALL FUNCTION 'TREEV_SCROLL' EXPORTING handle = p_handle scroll_command = scroll_command no_flush = ' '.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SPACE' info = text-q01 IMPORTING RESULT =
-t_image EXCEPTIONS OTHERS = 0.
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 MPU30X03 or its description.
MPU30X03 - Protocol for wage type maintenance MPU30X02 - Call-up of wage type maintenance reports MPU30X01 - Selection list (as for RPUWMX40) MPU30TOP - Data definition for wage type maintenance transaction MPU30O01 - PBO modules for wage type maintenance transaction MPU30I01 - PBO modules for wage type maintenance transaction