SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Data Modeler(BC-DWB-TOO-DMO) SAP BC

MUD00I01 SAP ABAP INCLUDE - PAI Modules for Module Pool SAPMUD00 (SM11)







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


Text pool values


Title: PAI Modules for Module Pool SAPMUD00 (SM11)


INCLUDES used within this REPORT MUD00I01

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:

SDU_CONVERSION_START CALL FUNCTION 'SDU_CONVERSION_START'. "HT001

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING OPERATION = 'TADIR' OBJECT_NAME = RSUD3-OBJ_KEY OBJECT_TYPE = OBJ_TYPE * ENCLOSING_OBJECT = * POSITION = ' ' * DEVCLASS = * INCLUDE = * MONITOR_ACTIVATION = 'X' * IMPORTING * NEW_NAME = * TABLES * OBJLIST = EXCEPTIONS NOT_EXECUTED = 1 INVALID_OBJECT_TYPE = 2 OTHERS = 3.

REPOSITORY_INFO_SYSTEM CALL FUNCTION 'REPOSITORY_INFO_SYSTEM' EXPORTING OBJECT_TYPE = REP_INFO_TYPE ACTION = 'S' OBJECT_NAME = RSUD3-OBJ_KEY IMPORTING OBJECT_NAME_SELECTED = RSUD3-OBJ_KEY EXCEPTIONS CANCEL = 01 WRONG_TYPE = 02.

DOCU_WINHELP_SHOW * call function 'DOCU_WINHELP_SHOW' "HT006 * exporting * tcode = 'SD11' * exceptions * documentation_not_available = 1 * wrong_operation_system = 2 * others = 3.

RS_TOOLDOCU_ACCESS CALL FUNCTION 'RS_TOOLDOCU_ACCESS' "HT006 EXPORTING TOOL_TYPE = 'MD' EXCEPTIONS NOT_EXECUTED = 1 OTHERS = 2.

RS_TASK_OVERVIEW CALL FUNCTION 'RS_TASK_OVERVIEW'.

SDU_PROFILE_MODIFY CALL FUNCTION 'SDU_PROFILE_MODIFY'.

SDU_ENTITY_ADD CALL FUNCTION 'SDU_ENTITY_ADD' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY POPUP = ' ' EXCEPTIONS ALREADY_EXISTS = 01 NAME_NOT_VALID = 02 NOT_EXECUTED = 03 NOT_SPECIFIED = 04 PERMISSION_FAILURE = 05.

SDU_MODEL_ADD CALL FUNCTION 'SDU_MODEL_ADD' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY POPUP = ' ' EXCEPTIONS ALREADY_EXISTS = 01 NAME_NOT_VALID = 02 NOT_EXECUTED = 03 NOT_SPECIFIED = 04 PERMISSION_FAILURE = 05.

SDU_HIERARCHY_EDIT CALL FUNCTION 'SDU_HIERARCHY_EDIT' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY EXCEPTIONS NOT_FOUND = 01.

SDU_ENTITY_SHOW CALL FUNCTION 'SDU_ENTITY_SHOW' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY EXCEPTIONS NOT_FOUND = 01 NOT_SPECIFIED = 02 PERMISSION_FAILURE = 03.

SDU_MODEL_SHOW CALL FUNCTION 'SDU_MODEL_SHOW' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY EXCEPTIONS NOT_FOUND = 01 NOT_SPECIFIED = 02 PERMISSION_FAILURE = 03.

SDU_HIERARCHY_SHOW CALL FUNCTION 'SDU_HIERARCHY_SHOW' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY EXCEPTIONS NOT_FOUND = 01.

SDU_ENTITY_CHANGE CALL FUNCTION 'SDU_ENTITY_CHANGE' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY EXCEPTIONS NOT_FOUND = 01 NOT_SPECIFIED = 02 PERMISSION_FAILURE = 03.

SDU_MODEL_CHANGE CALL FUNCTION 'SDU_MODEL_CHANGE' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY EXCEPTIONS NOT_FOUND = 01 NOT_SPECIFIED = 02 PERMISSION_FAILURE = 03.

SDU_HIERARCHY_EDIT CALL FUNCTION 'SDU_HIERARCHY_EDIT' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY EXCEPTIONS NOT_FOUND = 01.

SDU_ENTITY_DELETE CALL FUNCTION 'SDU_ENTITY_DELETE' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY * SUPPRESS_CHECKS = ' ' EXCEPTIONS NOT_FOUND = 1 NOT_SPECIFIED = 2 PERMISSION_FAILURE = 3 NAME_NOT_VALID = 4 NOT_EXECUTED = 5 OBJECT_IS_USED = 6 OTHERS = 7.

SDU_MODEL_DELETE CALL FUNCTION 'SDU_MODEL_DELETE' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY * SUPPRESS_CHECKS = ' ' EXCEPTIONS NOT_FOUND = 1 NOT_SPECIFIED = 2 PERMISSION_FAILURE = 3 NAME_NOT_VALID = 4 NOT_EXECUTED = 5 OBJECT_IS_USED = 6 OTHERS = 7.

SDU_HIERARCHY_SHOW





CALL FUNCTION 'SDU_HIERARCHY_SHOW' EXPORTING OBJECTNAME = RSUD3-OBJ_KEY EXCEPTIONS NOT_FOUND = 01.



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