SAP Reports / Programs

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







ROIU_ME_CHANGE_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_CHANGE_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_MEDOCC - List measurement document changes


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_CHANGE_DOCUMENTS. "Basic submit
SUBMIT ROIU_ME_CHANGE_DOCUMENTS AND RETURN. "Return to original report after report execution complete
SUBMIT ROIU_ME_CHANGE_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 = User
Selection Text: S_UDATE = Date
Selection Text: S_SRCYR = Document year
Selection Text: S_SRCKY = Application object
Selection Text: S_SRCDOC = Document number
Selection Text: S_METYP = Measurement type
Selection Text: S_DOCYR = Document year
Selection Text: S_DOCNR = Document number
Selection Text: P_MESRC = Application
Title: E+P Measurement: List measurement change documents
Text Symbol: YRR = Year
Text Symbol: USR = User
Text Symbol: UOO = UoM.Group
Text Symbol: TME = Time
Text Symbol: POD = Period
Text Symbol: MTP = Meas. Type
Text Symbol: MDO = M.Doc
Text Symbol: L01 = |C Reading Old value New value |
Text Symbol: H03 = change documents
Text Symbol: H02 = measurement system
Text Symbol: H01 = List
Text Symbol: DYR = Document Year
Text Symbol: DTE = Date
Text Symbol: DOC = Document No.
Text Symbol: CGR = Conv.Group
Text Symbol: B03 = Other selections
Text Symbol: B02 = Measurement documents
Text Symbol: B01 = Local documents
Text Symbol: 011 = Hidden
Text Symbol: 010 = Observered


INCLUDES used within this REPORT ROIU_ME_CHANGE_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_READ_SOURCE call function 'OIU_ME_READ_SOURCE' exporting i_mesrc = p_mesrc importing e_source = wa_source exceptions not_found = 1 others = 2.

CHANGEDOCUMENT_READ_HEADERS * call function 'CHANGEDOCUMENT_READ_HEADERS' * exporting * objectclass = ws_objcl * objectid = ws_objid * username = space * tables * i_cdhdr = it_cdhdr * exceptions * no_position_found = 1 * wrong_access_to_archive = 2 * time_zone_conversion_error = 3 * others = 4.

CHANGEDOCUMENT_READ_POSITIONS * call function 'CHANGEDOCUMENT_READ_POSITIONS' * exporting * changenumber = wa_cdhdr-changenr * tables * editpos = it_cdshw * exceptions * no_position_found = 1 * wrong_access_to_archive = 2 * others = 3.

OIU_ME_READ_MTYPE call function 'OIU_ME_READ_MTYPE' exporting i_metyp = wa_medoc-metyp importing e_mtype = wa_mtype exceptions not_found = 1 others = 2.

OIU_ME_READ_SOURCE call function 'OIU_ME_READ_SOURCE' exporting i_mesrc = wa_medoc-mesrc importing e_source = wa_source exceptions not_found = 1 others = 2.

OIU_ME_READING_WRITE call function 'OIU_ME_READING_WRITE' exporting i_units = space i_separator = 0 i_medoc_it = wa_cdrdg-old.

OIU_ME_READING_WRITE call function 'OIU_ME_READING_WRITE' exporting i_units = space i_separator = 0 i_medoc_it = wa_cdrdg-new.

CHANGEDOCUMENT_READ_HEADERS call function 'CHANGEDOCUMENT_READ_HEADERS' exporting objectclass = ws_objcl objectid = ws_objid username = space tables i_cdhdr = it_cdhdr exceptions no_position_found = 1 wrong_access_to_archive = 2 time_zone_conversion_error = 3 others = 4.

CHANGEDOCUMENT_READ_POSITIONS call function 'CHANGEDOCUMENT_READ_POSITIONS' exporting changenumber = wa_cdhdr-changenr tables editpos = it_cdshw exceptions no_position_found = 1 wrong_access_to_archive = 2 others = 3.

CHANGEDOCUMENT_READ_HEADERS call function 'CHANGEDOCUMENT_READ_HEADERS' exporting objectclass = ws_objcl objectid = ws_objid username = space tables i_cdhdr = it_cdhdr exceptions no_position_found = 1 wrong_access_to_archive = 2 time_zone_conversion_error = 3 others = 4.

CHANGEDOCUMENT_READ_POSITIONS call function 'CHANGEDOCUMENT_READ_POSITIONS' exporting changenumber = wa_cdhdr-changenr tables editpos = it_cdshw exceptions no_position_found = 1 wrong_access_to_archive = 2 others = 3.

OIU_ME_READ_MTYPE call function 'OIU_ME_READ_MTYPE' exporting i_metyp = wa_medoc-metyp importing e_mtype = wa_mtype exceptions not_found = 1 others = 2.

OIU_ME_READ_SOURCE call function 'OIU_ME_READ_SOURCE' exporting i_mesrc = wa_medoc-mesrc importing e_source = wa_source exceptions not_found = 1 others = 2.

OIU_ME_READING_WRITE call function 'OIU_ME_READING_WRITE' exporting i_units = space i_separator = 0 i_medoc_it = wa_cdrdg-old i_no_write = 'X' importing e_reading = w_change_doc-old_reading.

OIU_ME_READING_WRITE call function 'OIU_ME_READING_WRITE' exporting i_units = space i_separator = 0 i_medoc_it = wa_cdrdg-new i_no_write = 'X' importing e_reading = w_change_doc-new_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_CHANGE_DOCUMENTS or its description.