ROIH1L07 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report, ROIH1L07, compares the total of the Excise Duty values for all Excise Duty-Paid valuation records with the balance of the Excise Duty stock account for a given Company Code...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 ROIH1L07 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.
Selection Text: YBWTAR = Valuation type
Selection Text: SKONTO = Stock account
Selection Text: SCHALT2 = Totals lines
Selection Text: SCHALT = Individual lines
Selection Text: SALDO3 = Select balance, previous year
Selection Text: SALDO2 = Select balance, prev. period
Selection Text: SALDO1 = Select balance, current period
Selection Text: NULLB = Materials with zero stock
Selection Text: NEGATIV = Negative stocks
Selection Text: MS_MATNR = Material
Selection Text: BWKEY = Valuation area
Selection Text: BUKRS = Company code
Selection Text: BERMON = Posting period
Title: List of Stock Values: Balances of Excise duty
Text Symbol: T03 = Select balance, previous year
Text Symbol: T02 = Select balance, previous period
Text Symbol: T01 = Select balance, current period
Text Symbol: 051 = Scope of list
Text Symbol: 049 = G/L account or company code
Text Symbol: 048 = No valuation types available
Text Symbol: 047 = Total value
Text Symbol: 046 = Total stock
Text Symbol: 045 = Stock account/accounts
Text Symbol: 044 = CoCode or G/L acct. no.
Text Symbol: 043 = valid material
Text Symbol: 042 = valid company code
Text Symbol: 041 = valid G/L account
Text Symbol: 040 = Please specify lower limit
Text Symbol: 039 = Not in table T001W
Text Symbol: 001 =
Text Symbol: 002 = Del.
Text Symbol: 003 = ValA
Text Symbol: 004 = Material
Text Symbol: 005 = Materials
Text Symbol: 006 = Stock account
Text Symbol: 007 = Variance
Text Symbol: 008 = Account in previous year not yet opened
Text Symbol: 009 = Bal. per
INCLUDE OIH_EW30MUSR.
INCLUDE OIH_EW30MEND.
INCLUDE OIH_EW30MABC.
INCLUDE OIH_EW30MSQL.
INCLUDE OIH_EW30GRID.
No SAP DATABASE tables are accessed within this REPORT code!
FOR_ALL_SKC1A CALL FUNCTION 'FOR_ALL_SKC1A' EXPORTING XBUKRS = T001-BUKRS XSAKNR = P_KONTO TABLES XSKC1A = INTAB EXCEPTIONS KEY_INCOMPLETE = 01 NOT_AUTHORIZED = 02 NOT_FOUND = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIH1L07 - List of Stock Values: Balances of Excise duty ROIH1L07 - List of Stock Values: Balances of Excise duty ROIH1L04_TOP - ED inventory check ROIH1L04_FILL_QTY - ED Inventory check report - Material Valuation Differences / Fill QTY ROIH1L04 - Excise Duty Inventory check report - Material Valuation Differences ROIH1L04 - Excise Duty Inventory check report - Material Valuation Differences