SAP Reports / Programs | Payroll | Payroll: General Parts(PY-XX) SAP PY

MPU30CB5 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MPU30CB5

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:

TREEV_GET_EP_EXPAND_NC CALL FUNCTION 'TREEV_GET_EP_EXPAND_NC' EXPORTING handle = tree_handle IMPORTING node_key = node_key EXCEPTIONS * FAILED = 1 * CNTL_SYSTEM_ERROR = 2 OTHERS = 0.

TREEV_GET_EP_LINK_CLICK CALL FUNCTION 'TREEV_GET_EP_LINK_CLICK' EXPORTING handle = log_handle * NO_FLUSH = IMPORTING node_key = link_node item_name = link_item EXCEPTIONS failed = 1 instance_not_found = 2 not_allowed_for_simple_tree = 3 links_not_allowed = 4 cntl_system_error = 5 OTHERS = 6.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = node_id IMPORTING node_info = link_text EXCEPTIONS OTHERS = 2.

TREEV_ITEM_SET_STYLE CALL FUNCTION 'TREEV_ITEM_SET_STYLE' EXPORTING handle = log_handle node_key = link_node item_name = link_item style = treev_style_emphasized_positiv * NO_FLUSH = EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SYSTEM_MARK' INFO = text-q06 IMPORTING RESULT = link_image EXCEPTIONS OTHERS = 0.

TREEV_ITEM_SET_T_IMAGE CALL FUNCTION 'TREEV_ITEM_SET_T_IMAGE' EXPORTING handle = log_handle node_key = link_node item_name = link_item t_image = link_image * NO_FLUSH = EXCEPTIONS OTHERS = 0.

TREEV_ITEM_SET_STYLE CALL FUNCTION 'TREEV_ITEM_SET_STYLE' EXPORTING handle = log_handle node_key = link_node item_name = link_item style = treev_style_default * NO_FLUSH = EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SYSTEM_MARK' INFO = text-q04 IMPORTING RESULT = link_image EXCEPTIONS OTHERS = 0.

TREEV_ITEM_SET_T_IMAGE CALL FUNCTION 'TREEV_ITEM_SET_T_IMAGE' EXPORTING handle = log_handle node_key = link_node item_name = link_item t_image = link_image * NO_FLUSH = EXCEPTIONS OTHERS = 0.



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