MILO0F00_CHECK_LINKED_DOCU 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 MILO0F00_CHECK_LINKED_DOCU 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!
CV141_LINK_EXIST CALL FUNCTION 'CV141_LINK_EXIST' EXPORTING PS_DRAD_OBJKY = L_IFLO_TPLNR PS_DRAD_DOKOB = Y_OBJECT_IFLOT READ_ONLY_IN_DRAD = 'X' EXCEPTIONS NO_LINK = 1 LINK_EXIST = 2 OTHERS = 3.
PM_ICONS_ASSIGN CALL FUNCTION 'PM_ICONS_ASSIGN' EXPORTING ICON_SET = 'X' ICONGRP_SEL = L_D TRTYP = I_ACTIVITY IMPORTING ICON_FIELD = E_BUTT_TXT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MILO0F00_CHECK_LINKED_DOCU - MILO0F00CHECKLINKEDDOCU MILO0F00_CHECK_EDITMASK - MILO0F00CHECKEDITMASK MILO0F00_CHANGE_STATUS - MILO0F00CHANGESTATUS MILO0F00_CALL_TRANSACTION_XXXX - MILO0F00CALLTRANSACTIONXXXX MILO0F00_CALL_INH_SCREEN - MILO0F00CALLINHSCREEN MILO0F00_CALL_DIALOG_INIT - MILO0F00CALLDIALOGINIT