MILO0F00_CHECK_LOSS_OF_DATA 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_LOSS_OF_DATA 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!
POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = X_TITEL TEXTLINE1 = X_TEXTLINE1 IMPORTING ANSWER = X_ANSWER.
CUABUFFER_READ CALL FUNCTION 'CUABUFFER_READ' EXPORTING FUNCTION = X_PROGFUN IMPORTING L_TEXT = X_TITEL EXCEPTIONS OTHERS = 1.
CUABUFFER_READ CALL FUNCTION 'CUABUFFER_READ' EXPORTING FUNCTION = Y_MENU_LIST IMPORTING L_TEXT = X_TITEL EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = X_TITEL TEXTLINE1 = X_TEXTLINE1 TEXTLINE2 = X_TEXTLINE2 IMPORTING ANSWER = X_ANSWER.
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_LOSS_OF_DATA - MILO0F00CHECKLOSSOFDATA MILO0F00_CHECK_LINKED_DOCU - MILO0F00CHECKLINKEDDOCU MILO0F00_CHECK_EDITMASK - MILO0F00CHECKEDITMASK MILO0F00_CHANGE_STATUS - MILO0F00CHANGESTATUS MILO0F00_CALL_TRANSACTION_XXXX - MILO0F00CALLTRANSACTIONXXXX MILO0F00_CALL_INH_SCREEN - MILO0F00CALLINHSCREEN