MPU30O01 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 MPU30O01 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: PBO modules for wage type maintenance transaction
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPLITTERCONTROL_CREATE CALL FUNCTION 'SPLITTERCONTROL_CREATE' EXPORTING owner_repid = this_repid owner_dynnr = this_dynnr * NO_FLUSH = 'X' * DOCK_AT = DOCK_AT_LEFT width = 240 * HEIGHT = 42 CHANGING h_control = docking_handle EXCEPTIONS OTHERS = 0.
TREEV_EXPAND_NODE CALL FUNCTION 'TREEV_EXPAND_NODE' EXPORTING handle = tree_handle node_key = wggrp level_count = 0 expand_all_children = ' ' no_flush = 'X' EXCEPTIONS OTHERS = 0.
TREEV_SET_TOP_NODE CALL FUNCTION 'TREEV_SET_TOP_NODE' EXPORTING handle = tree_handle node_key = wggrp * NO_FLUSH = EXCEPTIONS OTHERS = 0.
TREEV_EXPAND_NODE CALL FUNCTION 'TREEV_EXPAND_NODE' EXPORTING handle = tree_handle node_key = 'Root' "#EC NOTEXT level_count = 0 expand_all_children = ' ' no_flush = ' ' EXCEPTIONS OTHERS = 0.
CONTROL_FLUSH CALL FUNCTION 'CONTROL_FLUSH'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MPU30O01 - PBO modules for wage type maintenance transaction MPU30I01 - PBO modules for wage type maintenance transaction MPU30F05 - documentation and ABAP source code MPU30F01 - Form routines for wage type maintenance transaction MPU30E01 - documentation and ABAP source code MPU30D05 - documentation and ABAP source code