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
Below is a list of transaction codes which are relevant to this SAP report
O3U_MEDOCL - List measurement documents
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.
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIU_ME_LIST_DOCUMENTS - E+P Measurement: List measurement documents ROIU_ME_LIST_DOCUMENTS - E+P Measurement: List measurement documents ROIU_ME_COPY_UOMGR - E+P Measurement: Copy unit of measure group ROIU_ME_COPY_UOMGR - E+P Measurement: Copy unit of measure group ROIU_ME_COPY_MTYPE - E+P Measurement: Copy measurement type ROIU_ME_COPY_MTYPE - E+P Measurement: Copy measurement type