MF61CI10 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 MF61CI10 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!
AM_ASSET_MAIN_NUMBER_F4 CALL FUNCTION 'AM_ASSET_MAIN_NUMBER_F4' EXPORTING I_DYNAME = L_REPID I_DYNUMB = L_DYNNR I_FN_BUK = 'VIBEAM-BUKRS' I_FN_AN1 = 'VIBEAM-ANLN1' I_FN_AN2 = 'VIBEAM-ANLN2' IMPORTING E_BUKRS = VIBEAM-BUKRS E_ANLN1 = VIBEAM-ANLN1 E_ANLN2 = VIBEAM-ANLN2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.