SAP Reports / Programs | Tariffs, Duties and Permits | Industry Solution Oil | Tariffs, Duties and Permits(IS-OIL-DS-TDP) SAP IS

ROIHRM00 SAP ABAP Report - Group update for table OIH01 - External ED rates







ROIHRM00 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 ROIHRM00 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

O4K6 - Group update for external rates tab.


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


Text pool values


The following lines have been inserted into table OIH01
Selection Text: P_BUKRS = Company code
Selection Text: P_DATUV = Valid from date
Selection Text: P_EDBASE = ED base quantity
Selection Text: P_HANTYP = Handling type
Selection Text: P_QTYUT = Unit of measure
Selection Text: P_TAXGRP = Taxgroup
Selection Text: P_TAXRT1 = ED rate element 1
Selection Text: P_TAXRT2 = ED rate element 2
Selection Text: P_TAXRT3 = ED rate element 3
Selection Text: P_TAXRT4 = ED rate element 4
Selection Text: P_TAXRT5 = ED rate element 5
Selection Text: P_TAXRT6 = ED rate element 6
Title: Group update for table OIH01 - External ED rates
Text Symbol: TIT = Enter the selection criteria
Text Symbol: RAT = Enter the new rates with unit of measure and the base quantity
Text Symbol: DAT = Enter the new value from date
Text Symbol: 025 = Taxrate 6
Text Symbol: 024 = Taxrate 5
Text Symbol: 023 = Taxrate 4
Text Symbol: 022 = Taxrate 3
Text Symbol: 021 = Taxrate 2
Text Symbol: 001 = Entered rate elements valid from
Text Symbol: 002 = Excise Duty rate element
Text Symbol: 003 = Currency
Text Symbol: 004 = Base ED Quantity
Text Symbol: 005 = Unit of Measure
Text Symbol: 006 = Company code
Text Symbol: 007 = Plant
Text Symbol: 008 = Taxgroup
Text Symbol: 009 = Handling type
Text Symbol: 010 = The following lines have been inserted into table OIH01
Text Symbol: 011 = Excise Duty rate element no. 1
Text Symbol: 012 = Excise Duty rate element no. 2
Text Symbol: 013 = Excise Duty rate element no. 3
Text Symbol: 014 = Excise Duty rate element no. 4
Text Symbol: 015 = Excise Duty rate element no. 5
Text Symbol: 016 = Excise Duty rate element no. 6





Text Symbol: 017 = Date From
Text Symbol: 018 = ED base
Text Symbol: 019 = ED Taxrate
Text Symbol: 020 = Taxrate 1
002 Taxrate 1 Taxrate 2 Taxrate 3 Taxrate 4 Taxrate 5 Taxrate 6
001 CoCode Plant Taxgroup Handling type Date from Currency ED base UoM ED Taxrate


INCLUDES used within this REPORT ROIHRM00

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:

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = D_TABLE EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING TABNAME = D_TABLE EXCEPTIONS OTHERS = 1.



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