SAP Reports / Programs | Exchanges | Industry Solution Oil | Exchanges(IS-OIL-DS-EXG) SAP IS

RMMR0FOI SAP ABAP INCLUDE - IS-Oil amendment







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RMMR0FOI. "Basic submit
SUBMIT RMMR0FOI AND RETURN. "Return to original report after report execution complete
SUBMIT RMMR0FOI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RMMR0FOI

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RMMR0FOI or its description.