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
Below is a list of transaction codes which are relevant to this SAP report
O3U_MEDOCC - List measurement document changes
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 = 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
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_CHANGE_DOCUMENTS - E+P Measurement: List measurement change documents ROIU_ME_CHANGE_DOCUMENTS - E+P Measurement: List measurement change documents ROIU_MARKETING_COST_MIGRATION - Report ROIU_MARKETING_COST_MIGRATION ROIU_MARKETING_COST_MIGRATION - Report ROIU_MARKETING_COST_MIGRATION ROIU_INIT_LOGS - Remmove spool list, message, and job logs ROIU_INIT_LOGS - Remmove spool list, message, and job logs