RMMR0FOI 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 RMMR0FOI 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!
ME_READ_FEE_INVOICE CALL FUNCTION 'ME_READ_FEE_INVOICE' EXPORTING I_BUKRS = ZEKRS-BUKRS I_LFBNR = ZEKRS-BELNR I_LFPOS = ZEKRS-BUZEI I_GJAHR = ZEKRS-GJAHR RE_WAERS = BL_WAERS I_RECHN = 'X' I_BKPF = BKPF TABLES XEK08BN = XEK08BN.
ME_READ_COND_INVOICE CALL FUNCTION 'ME_READ_COND_INVOICE' EXPORTING * I_BUDAT = SY-DATUM I_EBELN = BESTAB-EBELN I_EBELP = BESTAB-EBELP I_LIFNR = SPACE RE_WAERS = ZEKRS-WAERS RE_WWERT = SY-DATUM * OIA_BLDAT = SY-DATUM * OIA_BUDAT = SY-DATUM TABLES XEK08BN = XEK08BN.
MR_CREATE_INVOICE CALL FUNCTION 'MR_CREATE_INVOICE' IMPORTING E_BELNR = BB_BBELNR E_GJAHR = BB_BGJAHR TABLES T_BBKPF = XBBKPF T_MESG = XMESG T_RBSEC = XRBSEC T_RBSEG = XRBSEG T_RBSET = XRBSET T_EK08BN_SPLIT = DEK08BN "SO3K120764 MW EXCEPTIONS DOCUMENT_NOT_BOOKED = 01 HEADER_NOT_VALID = 02 POSITIONS_NOT_VALID = 03.
ME_UPDATE_EKRS CALL FUNCTION 'ME_UPDATE_EKRS' IN UPDATE TASK EXPORTING I_DELETE = X TABLES T_EKRS = ZEKRS.
ME_UPDATE_EKRS CALL FUNCTION 'ME_UPDATE_EKRS' IN UPDATE TASK EXPORTING I_DELETE = X TABLES T_EKRS = YEKRS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.