SAP Reports / Programs | Plant Maintenance | Preventive Maintenance | Maintenance Task Lists(PM-PRM-TL) SAP PM

MIOLTRED SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_technical_place ADD_STDINF = 'X' IMPORTING RESULT = img.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_equipment INFO = text-B10 IMPORTING RESULT = img.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_material INFO = text-B14 IMPORTING RESULT = img.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_maintenance_plan ADD_STDINF = 'X' IMPORTING RESULT = img.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_bom_item INFO = text-B11 IMPORTING RESULT = img.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_working_plan INFO = text-B12 IMPORTING RESULT = img.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_working_plan INFO = text-B13 IMPORTING RESULT = img.

WPLAN_AUTHORITY_CHECK CALL FUNCTION 'WPLAN_AUTHORITY_CHECK' EXPORTING i_wa_mpla = mpla i_tcode = 'IP10' EXCEPTIONS benutzerstamm_fehlerhaft = 1 keine_berechtigung = 2 keine_berechtigung_anz = 3 keine_berechtigung_hinz = 4 keine_berechtigung_ver = 5 kein_profil_im_bstamm = 6 objekt_nicht_in_bstamm = 7 OTHERS = 8.

CM_F_MESSAGE CALL FUNCTION 'CM_F_MESSAGE' EXPORTING arbgb = 'IP' msgnr = '622' msgty = 'I' msgv1 = mpla-warpl.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = g_bal.



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