MUD23I01 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 MUD23I01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SDU_OK_CODE_GET CALL FUNCTION 'SDU_OK_CODE_GET' EXPORTING OK_CODE_IMP = OK-CODE CHOICE = RSUD9 IMPORTING OK_CODE_EXP = OK-CODE.
SDU_AUTHORITY_MOD CALL FUNCTION 'SDU_AUTHORITY_MOD' EXPORTING UDUSER = SY-UNAME TCODE = 'USER' IMPORTING PROFILE = DMINF-PROF.
SDU_MODEL_FETCH CALL FUNCTION 'SDU_MODEL_FETCH' EXPORTING DMOID = DM40L-DMOID LANGU = UDM_LANGU LONGTEXT = DM40T-LANGBEZ TABLES MODELS = TAB_DMO EXCEPTIONS NOT_FOUND = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MUD23I01 - documentation and ABAP source code MUD20O01 - documentation and ABAP source code MUD20I01 - documentation and ABAP source code MUD00TOP - Global Data for Module Pool SAPMUD00 (SM11) MUD00O01 - PBO Modules for Module Pool SAPMUD00 (SM11) MUD00I01 - PAI Modules for Module Pool SAPMUD00 (SM11)