ROIUVL_STTR SAP (Severent Tax) Structure details

Dictionary Type: Structure
Description: Severent Tax




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




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

ROIUVL_STTR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Severent Tax" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIUVL_STTR TYPE ROIUVL_STTR.

The ROIUVL_STTR table consists of various fields, each holding specific information or linking keys about Severent Tax data available in SAP. These include MANDT (Client), PRI_GEO_LOC (Primary geographical location (PRI geo. loc.)), LAND1 (Country), SEVT_TAX_TY (Severance Tax Type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIUVL_STTR structure 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
PRI_GEO_DESCPrimary geographical location description OIU_PRI_GEO_DESCCHAR30CHAR30
SEVT_TAX_DESeverance Tax Type Description OIU_SEVT_TAX_DECHAR50OIU_CAPTEXT50
MAJPD_DEExplanatory short text DDTEXTCHAR60DDTEXT
TAX_CLS_DEDescription OIU_TAX_CLS_DECHAR50OIU_TEXT50
SEC_GEO_DESCSecondary Geographical Location Description OIU_SEC_GEO_DESCCHAR30CHAR30
SCHOOL_DIST_DESchool district text OIU_SCHOOL_DIST_DECHAR50OIU_TEXT50
XXDBACTIONDatabase Action Flag OIU_DBACTIONCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure ROIUVL_STTR using ABAP code?

As ROIUVL_STTR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIUVL_STTR as there is no data to select.

How to access SAP table ROIUVL_STTR

Within an ECC or HANA version of SAP you can also view further information about ROIUVL_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!