OIUVL_STTR SAP (State Tax Rates) Table details

Dictionary Type: Table
Description: State Tax Rates




ABAP Code to SELECT data from OIUVL_STTR
Related tables to OIUVL_STTR
Access table OIUVL_STTR




Table field list including key, data, relationships and ABAP select examples

OIUVL_STTR is a standard SAP Table which is used to store State Tax Rates data and is available within R/3 SAP systems depending on the version and release level.

The OIUVL_STTR table consists of various fields, each holding specific information or linking keys about State Tax Rates data available in SAP. These include PRI_GEO_LOC (Primary geographical location (PRI geo. loc.)), LAND1 (Country), SEVT_TAX_TY (Severance Tax Type), MAJPD_CD (Major product code).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIUVL_STTR table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2OIU_CM_LXPGLOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
LAND1Country OIU_COUNTRYCHAR3T005LAND1OIU_LAND1
SEVT_TAX_TYSeverance Tax Type OIU_SEVT_TAX_TYCHAR2OIU_CM_SEVTGRPOIU_SEVT_TAX_TYOIU_SEVT_TAX_TY
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_MAJPD_CDOIU_MAJPD
EFF_FROM_DTEffective from date OIU_EFF_FROM_DTDATS8DATUMOIU_EFD
TAX_CLASSTax Class OIU_TAX_CLSCHAR4OIU_CM_TAXCLSOIU_TAX_CLSOIU_TAX_CLS
SCHOOL_DIST_CDSchool district code OIU_SCHOOL_DIST_CDCHAR3OIU_CM_SCHDCDOIU_SCHOOL_DIST_CD
SEC_GEO_LOCSecondary geographic location OIU_SEC_GEO_LOCCHAR3OIU_CM_LXSGLOIU_SEC_GEO_LOC
EFF_TO_DTEffective To Date OIU_EFF_TO_DTDATS8DATUMOIU_ETD
VOL_RATEVolume Rate OIUVL_VOL_RATEDEC7(6) OIU_PERCENT76
VOL_RATE_MINVolume Rate Minimum OIUVL_VOL_RATE_MINDEC7(6) OIU_PERCENT76
VOL_RATE_MAXVolume Rate Maximum OIUVL_VOL_RATE_MAXDEC7(6) OIU_PERCENT76
VAL_RATEValuation Rate OIUVL_VAL_RATEDEC7(6) OIU_PERCENT76
VAL_RATE_MINValuation Rate Minimum OIUVL_VAL_RATE_MINDEC7(6) OIU_PERCENT76
VAL_RATE_MAXValuation Rate Maximum OIUVL_VAL_RATE_MAXDEC7(6) OIU_PERCENT76
MSEHIMeasurement unit OIU_MEAS_UUNIT3Assigned to domainCUNITMEINS
PRC_LIM_AMPrice Limit OIUVL_PRC_LIM_AMCURR13(2) WERT7
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
EOREnable Enhanced Oil Recovery OIU_EORCHAR1YESNO

Key field Non-key field



How do I retrieve data from SAP table OIUVL_STTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIUVL_STTR to SELECT all data from the table
DATA: WA_OIUVL_STTR TYPE OIUVL_STTR.

SELECT SINGLE *
FROM OIUVL_STTR
INTO CORRESPONDING FIELDS OF WA_OIUVL_STTR
WHERE...

How to access SAP table OIUVL_STTR

Within an ECC or HANA version of SAP you can also view further information about OIUVL_STTR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!