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

RM07MFOI SAP ABAP INCLUDE - Include RM07MFOI







RM07MFOI 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 RM07MFOI 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 RM07MFOI. "Basic submit
SUBMIT RM07MFOI AND RETURN. "Return to original report after report execution complete
SUBMIT RM07MFOI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RM07MFOI


INCLUDES used within this REPORT RM07MFOI

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:

IS_OIA01_SINGLE_READ CALL FUNCTION 'IS_OIA01_SINGLE_READ' EXPORTING I_EXGNUM = oiaqb_tab-oiexgnum * I_BYPASSING_BUFFER = ' ' * I_REFRESH_BUFFER = IMPORTING E_OIA01 = xoia01 EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2 .

IS_OIAQA_SINGLE_READ CALL FUNCTION 'IS_OIAQA_SINGLE_READ' EXPORTING I_PREQNO = oiaqb_tab-clrno * I_BYPASSING_BUFFER = ' ' * I_REFRESH_BUFFER = IMPORTING E_OIAQA = xoiaqa EXCEPTIONS RECORD_NOT_FOUND = 1 OTHERS = 2 .

DATE_GET_WEEK CALL FUNCTION 'DATE_GET_WEEK' "SOEK006154 BL EXPORTING "SOEK006154 BL DATE = P_MKPF-BUDAT "SOEK006154 BL IMPORTING "SOEK006154 BL WEEK = P_OIAQB_KEY-SPWOC "SOEK006154 BL EXCEPTIONS "SOEK006154 BL DATE_INVALID = 1 "SOEK006154 BL OTHERS = 2. "SOEK006154 BL

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' "SOEK006154 BL EXPORTING "SOEK006154 BL I_BUDAT = P_MKPF-BUDAT "SOEK006154 BL I_BUKRS = P_MSEG-BUKRS "SOEK006154 BL I_PERIV = T001-PERIV "SOEK006154 BL * I_GJAHR = 0000 "SOEK006154 BL * I_MONAT = 00 "SOEK006154 BL * X_XMO16 = ' ' "SOEK006154 BL IMPORTING "SOEK006154 BL E_GJAHR = GJAHR "SOEK006154 BL E_MONAT = MONAT "SOEK006154 BL * E_POPER = "SOEK006154 BL EXCEPTIONS "SOEK006154 BL FISCAL_YEAR = 1 "SOEK006154 BL PERIOD = 2 "SOEK006154 BL PERIOD_VERSION = 3 "SOEK006154 BL POSTING_PERIOD = 4 "SOEK006154 BL SPECIAL_PERIOD = 5 "SOEK006154 BL VERSION = 6 "SOEK006154 BL POSTING_DATE = 7 "SOEK006154 BL OTHERS = 8. "SOEK006154 BL



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 RM07MFOI or its description.