OIU_CM_SEVTGRP SAP (Severance Type Group Table) Table details

Dictionary Type: Table
Description: Severance Type Group Table




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




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

OIU_CM_SEVTGRP is a standard SAP Table which is used to store Severance Type Group Table data and is available within R/3 SAP systems depending on the version and release level.

The OIU_CM_SEVTGRP table consists of various fields, each holding specific information or linking keys about Severance Type Group Table data available in SAP. These include MAJPD_CD (Major product code), COUNTRY (Country of company), PRI_GEO_LOC (Primary geographical location (PRI geo. loc.)), 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIU_CM_SEVTGRP 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 MANDTCLNT3T000MANDT
MAJPD_CDMajor product code OIU_MAJPD_CDCHAR1OIU_MAJPD_CDOIU_MAJPD
COUNTRYCountry of company LANDCHAR3T005LAND1
PRI_GEO_LOCPrimary geographical location (PRI geo. loc.) OIU_PRI_GEO_LOCCHAR2OIU_CM_LXPGLOIU_PRI_GEO_LOCOIU_PRI_GEO_LOC
SEVT_TAX_TYSeverance Tax Type OIU_SEVT_TAX_TYCHAR2OIU_CM_SEVTTYOIU_SEVT_TAX_TYOIU_SEVT_TAX_TY
PGL_MEAS_UMeasurement unit OIU_MEAS_UUNIT3T006CUNITMEINS
SEVT_TAX_POSTNDOI Accounting Severance Tax Position OIU_SEVT_TAX_POSTNNUMC2NUMC2
SUM_GS_NGL_VL_FLSummarize Gas and NGL volume flag OIUVL_SUM_GS_NGL_VL_FLCHAR1OIUVL_SUM_GS_NGL_VL_FL
PRC_INCL_TAX_FLIndicator if state allows the price to include tax option OIUVL_PRC_INCL_TAX_FLCHAR1OIUVL_PRC_INCL_TAX_FL
RPA_ALLW_FLRoyalty processing allowance allowed OIUVL_RPA_ALLW_FLCHAR1OIUVL_RPA_ALLW_FL
TT_BY_PROJ_FLTier Tax by Project OIUVL_TT_BY_PROJ_FLCHAR1OIUVL_TT_BY_PROJ_FL
TT_BY_PRC_LIM_FLTier tax by pricing limit OIUVL_TT_BY_PRC_LIM_FLCHAR1OIUVL_TT_BY_PRC_LIM_FL
TT_BY_WL_FLTier Tax by Well OIUVL_TT_BY_WL_FLCHAR1OIUVL_TT_BY_WL_FL
PRCS_EXMP_FLProcess tax-free amounts OIUVL_PRCS_EXMP_FLCHAR1OIU_FLAG
TAX_EXMP_ALLW_FLTax Exempt Allowance OIUVL_TAX_EXMP_ALLW_FLCHAR1OIUVL_TAX_EXMP_ALLW_FL
MKRT_FREE_FLMarketing free amount flag OIUVL_MKRT_FREE_AMT_FLCHAR1OIUVL_MKRT_FREE_AMT_FL
TPA_ALLW_FLTax Processing Allowance OIUVL_TPA_ALLW_FLCHAR1OIU_X_FLAG
SCHD_TAX_FLSchool District Tax Flag OIUVL_SCHD_TAX_FLCHAR1OIU_X_FLAG
COUNTY_FLCounty tax rates OIUCM_COUNTY_FLCHAR1OIU_FLAG
BYSLL_CT_PU_FLSell contract purchaser override flag OIUCM_BYSLL_CT_PU_FLCHAR1OIU_FLAG
TAKE_IN_KIND_FLProcessing TIK volumes OIUCM_TAKE_IN_KIND_FLCHAR1OIU_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIU_CM_SEVTGRP
INTO CORRESPONDING FIELDS OF WA_OIU_CM_SEVTGRP
WHERE...

How to access SAP table OIU_CM_SEVTGRP

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