SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Utilities(BC-DWB-UTL) SAP BC

MSEUZI01 SAP ABAP INCLUDE - Include LSEU9I01







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


Text pool values


Title: Include LSEU9I01


INCLUDES used within this REPORT MSEUZI01

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:

SHWC WHEN 'SHWC'. CALL FUNCTION 'RS_CALL_HIERARCHY'

RS_PROGRAM_TABLES CALL FUNCTION 'RS_PROGRAM_TABLES' EXPORTING OBJECT_TYPE = SCR_TYPE OBJECT_NAME = SCR_DWOBJECT PROGRAM = SCR_PROGRAM MONITOR_ACTIVATE = 'X' EXCEPTIONS OTHERS = 1.

REFR WHEN 'REFR'. CALL FUNCTION 'RS_CALL_HIERARCHY_INVERTED'

RFRS WHEN 'RFRS'. CALL FUNCTION 'RS_CALL_HIERARCHY_ACTUALIZE'

DEL WHEN 'DEL'. CALL FUNCTION 'RS_CALL_HIERARCHY_DELETE'

F4_PROGRAM CALL FUNCTION 'F4_PROGRAM' EXPORTING OBJECT = RSEUX-CP_VALUE IMPORTING RESULT = RSEUX-CP_VALUE.

F4_PROG_PBO CALL FUNCTION 'F4_PROG_PBO' EXPORTING OBJECT = RSEUX-CPO_VALUE PROGRAM = RSEUX-CP_VALUE IMPORTING RESULT = RSEUX-CPO_VALUE.

F4_PROG_PAI CALL FUNCTION 'F4_PROG_PAI' EXPORTING OBJECT = RSEUX-CPM_VALUE PROGRAM = RSEUX-CP_VALUE IMPORTING RESULT = RSEUX-CPM_VALUE.

F4_PROG_SUBPROGRAM CALL FUNCTION 'F4_PROG_SUBPROGRAM' EXPORTING OBJECT = RSEUX-CPU_VALUE PROGRAM = RSEUX-CP_VALUE IMPORTING RESULT = RSEUX-CPU_VALUE PROGRAM = RSEUX-CP_VALUE EXCEPTIONS OTHERS = 1.

F4_PROG_EVENT CALL FUNCTION 'F4_PROG_EVENT' EXPORTING OBJECT = RSEUX-CPE_VALUE PROGRAM = RSEUX-CP_VALUE IMPORTING RESULT = RSEUX-CPE_VALUE.

F4_SCREEN CALL FUNCTION 'F4_SCREEN' EXPORTING OBJECT = RSEUX-CPS_VALUE PROGRAM = RSEUX-CP_VALUE IMPORTING RESULT = RSEUX-CPS_VALUE.

F4_TRANSACTION CALL FUNCTION 'F4_TRANSACTION' EXPORTING OBJECT = RSEUX-CT_VALUE IMPORTING RESULT = RSEUX-CT_VALUE.

F4_FUNCTIONGROUP CALL FUNCTION 'F4_FUNCTIONGROUP' EXPORTING OBJECT = RSEUX-CF_VALUE IMPORTING RESULT = RSEUX-CF_VALUE.

F4_FUNCTIONMODULE CALL FUNCTION 'F4_FUNCTIONMODULE' EXPORTING OBJECT = RSEUX-CFF_VALUE IMPORTING RESULT = RSEUX-CFF_VALUE.

F4_DIALOGMODULE CALL FUNCTION 'F4_DIALOGMODULE' EXPORTING OBJECT = RSEUX-CA_VALUE IMPORTING RESULT = RSEUX-CA_VALUE.



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