SAP Reports / Programs | Production and Revenue Accounting | Industry Solution Oil | Production and Revenue Accounting(IS-OIL-PRA) SAP IS

ROIU_ME_LIST_DOCUMENTS SAP ABAP Report - E+P Measurement: List measurement documents







ROIU_ME_LIST_DOCUMENTS 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 ROIU_ME_LIST_DOCUMENTS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3U_MEDOCL - List measurement documents


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 ROIU_ME_LIST_DOCUMENTS. "Basic submit
SUBMIT ROIU_ME_LIST_DOCUMENTS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIU_ME_LIST_DOCUMENTS 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: S_UNAME = D .
Selection Text: S_SRCYR = D .
Selection Text: S_SRCKY = D .
Selection Text: S_SRCDN = D .
Selection Text: S_RETYP = D .
Selection Text: S_REFMT = D .
Selection Text: S_METYP = D .
Selection Text: S_MESRC = D .
Selection Text: S_MEAPD = D .
Selection Text: S_DOCYR = D .
Selection Text: S_DOCNR = D .
Selection Text: P_XNVAL = Show null readings
Selection Text: P_XHIDE = Show hidden readings
Title: E+P Measurement: List measurement documents
Text Symbol: TTL = List measurement documents
Text Symbol: H01 = | RdId | Reading name | Reading value | UoM | UoM Name |O|N|C|
Text Symbol: B04 = Display options
Text Symbol: B03 = Selection
Text Symbol: B02 = Local documents
Text Symbol: B01 = Measurement documents
Text Symbol: 010 = ==ALPHA
Text Symbol: 007 = /
Text Symbol: 006 = Document No.
Text Symbol: 005 = Period
Text Symbol: 004 = Meas. Type
Text Symbol: 003 = Year
Text Symbol: 002 = UoM Group
Text Symbol: 001 = Document No.


INCLUDES used within this REPORT ROIU_ME_LIST_DOCUMENTS

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:

OIU_ME_READING_WRITE call function 'OIU_ME_READING_WRITE' exporting i_medoc_it = it_medoc_it.

OIU_ME_READING_WRITE call function 'OIU_ME_READING_WRITE' exporting i_medoc_it = it_medoc_it i_no_write = 'X' importing e_reading = w_doc-reading.



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