ROIA07RE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Rebuild logical inventory valuation segment (table OIA07) The report rebuilds logical inventory valuation segment OIA07...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter ROIA07RE into the relevant SAP transactions such as SE38 or SE80
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.
Recalculated logical inventory records
Selection Text: B_BUKRS = Company code
Selection Text: B_MATNR = Material
Selection Text: B_PLANT = Plant
Selection Text: WO_BSEGS = Without BSEG sum
Selection Text: X_TEST = Test mode
Title: Rebuild logical inventory valuation segment (table OIA07)
Text Symbol: 001 = Comp
Text Symbol: 002 = Plant
Text Symbol: 003 = Material
Text Symbol: 004 = Log. inv. amount
Text Symbol: 005 = Log. inv. qty
Text Symbol: 006 = Log. inv. price
Text Symbol: 007 = Summary
Text Symbol: 008 = Logical inventory in FI
Text Symbol: 009 = UOM
Text Symbol: 010 = Number of processed FI postings
Text Symbol: 011 = Total number of logical inventory postings in FI
Text Symbol: 012 = Difference
Text Symbol: 013 = Deletion
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MR_ACCOUNT_ASSIGNMENT call function 'MR_ACCOUNT_ASSIGNMENT' exporting * BEWERTUNGSKLASSE = ' ' * BEWERTUNG_MODIF = ' ' kontenplan = t001-ktopl * KONTO_MODIF = ' ' soll_haben_kennzeichen = 'H' vorgangsschluessel = 'IGX' importing buchungsschluessel = account_key konto = account-low exceptions not_found_t030 = 1 not_found_t030b = 2 not_found_t030r = 3 not_found_t030s = 4 others = 5.
MR_ACCOUNT_ASSIGNMENT call function 'MR_ACCOUNT_ASSIGNMENT' exporting * BEWERTUNGSKLASSE = ' ' * BEWERTUNG_MODIF = ' ' kontenplan = t001-ktopl * KONTO_MODIF = ' ' soll_haben_kennzeichen = 'S' vorgangsschluessel = 'IGX' importing buchungsschluessel = account_key konto = account-low exceptions not_found_t030 = 1 not_found_t030b = 2 not_found_t030r = 3 not_found_t030s = 4 others = 5.
MR_ACCOUNT_ASSIGNMENT call function 'MR_ACCOUNT_ASSIGNMENT' exporting * BEWERTUNGSKLASSE = ' ' * BEWERTUNG_MODIF = ' ' kontenplan = t001-ktopl * KONTO_MODIF = ' ' soll_haben_kennzeichen = 'H' vorgangsschluessel = 'IRX' importing buchungsschluessel = account_key konto = account-low exceptions not_found_t030 = 1 not_found_t030b = 2 not_found_t030r = 3 not_found_t030s = 4 others = 5.
MR_ACCOUNT_ASSIGNMENT call function 'MR_ACCOUNT_ASSIGNMENT' exporting * BEWERTUNGSKLASSE = ' ' * BEWERTUNG_MODIF = ' ' kontenplan = t001-ktopl * KONTO_MODIF = ' ' soll_haben_kennzeichen = 'S' vorgangsschluessel = 'IRX' importing buchungsschluessel = account_key konto = account-low exceptions not_found_t030 = 1 not_found_t030b = 2 not_found_t030r = 3 not_found_t030s = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIA07RE - Rebuild logical inventory valuation segment (table OIA07) ROIA07RE - Rebuild logical inventory valuation segment (table OIA07) ROIA07BS - Removing of inconsistencies in table OIA07 (note 493038) ROIA07BS - Removing of inconsistencies in table OIA07 (note 493038) ROIA0363 - Reload Archived Statistical Data from Info Structure S036 ROIA0363 - Reload Archived Statistical Data from Info Structure S036