SAP Reports / Programs | Valuation | Industry Solution Oil | Valuation(IS-OIL-PRA-REV-VAL) SAP IS

ROIURV_OIL_RPT_STATEMENT SAP ABAP Report - Oil Report Statement







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


Text pool values


Selection Text: P_LOGNUM = Lognumber
Title: Oil Report Statement
Text Symbol: 001 = Passed Parameters
Text Symbol: 002 = Insert
Text Symbol: 003 = OIUVL_OILTAX_HST
Text Symbol: 004 = Status
Text Symbol: 005 = OIUVL_OILTKT_HST
Text Symbol: 006 = Function
Text Symbol: 007 = OIU_GET_NEXT_SYS_NO
Text Symbol: 008 = Modify
Text Symbol: 009 = On Table
Text Symbol: 010 = OIUVL_OILRPTH
Text Symbol: 011 = Failed
Text Symbol: 012 = OIUVL_OILRPTD
Text Symbol: 013 = Total Value/Volume Are Zero for
Text Symbol: 014 = OIUVL_OILTKT_CUR
Text Symbol: 015 = Delete


INCLUDES used within this REPORT ROIURV_OIL_RPT_STATEMENT

INCLUDE: OIU_VL_MESSAGES, "MESSAGE VARIABLE


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:

OIU_GET_NEXT_SYS_NO CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' EXPORTING TABNAME = 'OIUVL_OILRPTH' TOYEAR = SY-DATLO(4) IMPORTING SYS_NO = OIUVL_OILRPTH-OILRPTH_NO EXCEPTIONS TABLE_NOT_FOUND = 1 OBJECT_NOT_FOUND = 2 INTERVAL_NOT_FOUND = 3 NUMBER_RANGE_NOT_INTERN = 4 INTERVAL_OVERFLOW = 5.

OIU_GET_NEXT_SYS_NO * CALL FUNCTION 'OIU_GET_NEXT_SYS_NO' * EXPORTING * TABNAME = 'OIUVL_OILRPTH' * TOYEAR = SY-DATLO(4) * IMPORTING * SYS_NO = OIUVL_OILRPTH-OILRPTH_NO * EXCEPTIONS * TABLE_NOT_FOUND = 1 * OBJECT_NOT_FOUND = 2 * INTERVAL_NOT_FOUND = 3 * NUMBER_RANGE_NOT_INTERN = 4 * INTERVAL_OVERFLOW = 5.

OIU_DECREASE_MESSAGE_LEVEL ** CALL FUNCTION 'OIU_DECREASE_MESSAGE_LEVEL'.

OIU_INCREASE_MESSAGE_LEVEL * CALL FUNCTION 'OIU_INCREASE_MESSAGE_LEVEL' * EXPORTING * I_LOGNUMBER = P_LOGNUM * I_SUBHEADER_TEXT = W_SUB_HEADER * EXCEPTIONS * NO_HEADER = 1 * SUB_TEXT_MISSING = 2 * APPL_LOG_ERROR = 3 * OTHERS = 4.

OIU_STORE_MESSAGE_WRITE * CALL FUNCTION 'OIU_STORE_MESSAGE_WRITE' * EXCEPTIONS * NO_HEADER = 1 * NO_MESSAGES = 2 * APPL_LOG_ERROR = 3 * OTHERS = 4.



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