SAP Reports / Programs

ROIA07RE SAP ABAP Report - Rebuild logical inventory valuation segment (table OIA07)







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


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 ROIA07RE. "Basic submit
SUBMIT ROIA07RE AND RETURN. "Return to original report after report execution complete
SUBMIT ROIA07RE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT ROIA07RE

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:

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.



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