M_RISK_OBJECTF03 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 M_RISK_OBJECTF03 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!
EH_INIT_ERROR_ITAB CALL FUNCTION 'EH_INIT_ERROR_ITAB' EXCEPTIONS OTHERS = 1.
EH_APPEND_TO_ERROR_ITAB CALL FUNCTION 'EH_APPEND_TO_ERROR_ITAB' EXPORTING LOC_ERROR_TAB = ERROR_ITAB[] S_PROT = ' ' S_ERR_TAB = 'X' EXCEPTIONS OTHERS = 1.
EH_SHOW_ERROR_ITAB_NEW CALL FUNCTION 'EH_SHOW_ERROR_ITAB_NEW' EXPORTING TITLEBAR = TEXT-901 HEADING = TEXT-902 i_auswtyp = '2' "VaR EXCEPTIONS OTHERS = 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.
M_RISK_OBJECTF03 - erweiterte Tabellenpflege untere Ebene M_RISK_OBJECTF02 - erweiterte Tabellenpflege untere Ebene M_RISK_OBJECTF01 - erweiterte Tabellenpflege untere Ebene M_RISK_OBJECTF00 - erweiterte Tabellenpflege untere Ebene M_MO_CUST_PUSH_F01 - Include M_MO_CUST_PUSH_F01 M_ISU_CHECK_CONS_DL_OBJ_SETO01 - Include M_ISU_CHECK_CONS_DL_OBJ_SETO01