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

MSEU9I01 SAP ABAP INCLUDE - documentation and ABAP source code







MSEU9I01 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 MSEU9I01 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 MSEU9I01. "Basic submit
SUBMIT MSEU9I01 AND RETURN. "Return to original report after report execution complete
SUBMIT MSEU9I01 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 MSEU9I01

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_CREATE CALL FUNCTION 'RS_TREE_CREATE' EXPORTING ROOT_NAME = RSEU0-NEWTEXT IMPORTING ROOT_ID = TREE-ID.

RS_TREE_MODIFY_NODE CALL FUNCTION 'RS_TREE_MODIFY_NODE' EXPORTING NODE_ID = TREE-ID TEXT = RSEU0-NEWTEXT TLENGTH = TLENGTH EXCEPTIONS ID_NOT_FOUND = 01.

RS_TREE_MODIFY_NODE CALL FUNCTION 'RS_TREE_MODIFY_NODE' EXPORTING NODE_ID = SEUCOMM-ID TEXT1 = SEUCOMM-TEXT1.

RS_TREE_PUSH CALL FUNCTION 'RS_TREE_PUSH'.

TR_MAINTAIN_DEVCLASS CALL FUNCTION 'TR_MAINTAIN_DEVCLASS' EXPORTING WI_DEVCLASS = CAPTREE-DEVCLASS WI_CTEXT = SEUCOMM-TEXT(60) WI_AS4USER = SY-UNAME WI_ACTION = 'A' IMPORTING WE_TDEVC = WE_TDEVC EXCEPTIONS OTHERS.

RS_TREE_POP CALL FUNCTION 'RS_TREE_POP'.

RS_TREE_MODIFY_NODE CALL FUNCTION 'RS_TREE_MODIFY_NODE' EXPORTING NODE_ID = SEUCOMM-ID TEXT1 = SEUCOMM-TEXT1.

RS_TREE_MODIFY_NODE CALL FUNCTION 'RS_TREE_MODIFY_NODE' EXPORTING NODE_ID = SEUCOMM-ID TEXT1 = SPACE.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = PROGNAME DYNUMB = SY-DYNNR TABLES DYNPFIELDS = FIELDTAB EXCEPTIONS OTHERS = 01.

F4_DEVCLASS CALL FUNCTION 'F4_DEVCLASS' EXPORTING OBJECT = FIELDTAB-FIELDVALUE(30) IMPORTING RESULT = CAPTREE-DEVCLASS.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = PROGNAME DYNUMB = SY-DYNNR TABLES DYNPFIELDS = FIELDTAB EXCEPTIONS OTHERS = 01.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING OBJECT = TDEVCT-DEVCLASS OBJECT_CLASS = 'DEVC' GLOBAL_LOCK = 'X' EXCEPTIONS CANCELLED = 01 PERMISSION_FAILURE = 02 UNKNOWN_OBJECTCLASS = 03.



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