/CEERE/KOSVOB SAP (Tax exemption codes according to Act No.338 §4 and §9) Table details

Dictionary Type: Table
Description: Tax exemption codes according to Act No.338 §4 and §9




ABAP Code to SELECT data from /CEERE/KOSVOB
Related tables to /CEERE/KOSVOB
Access table /CEERE/KOSVOB




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

/CEERE/KOSVOB is a standard SAP Table which is used to store Tax exemption codes according to Act No.338 §4 and §9 data and is available within R/3 SAP systems depending on the version and release level.

The /CEERE/KOSVOB table consists of various fields, each holding specific information or linking keys about Tax exemption codes according to Act No.338 §4 and §9 data available in SAP. These include TYPNEM (Property Category), KODOSVOB (Tax Exemption Code), DUVOSVOB (Description of Tax Exemption), ROK_C (Validity end year).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /CEERE/KOSVOB 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
TYPNEMProperty Category /CEERE/TYPNEMCHAR1/CEERE/TPNEM/CEERE/TYPNEM/CEERE/TNM
KODOSVOBTax Exemption Code /CEERE/KODOSVOBCHAR4/CEERE/KODOSVOB
DUVOSVOBDescription of Tax Exemption /CEERE/POPIS100CHAR100CHAR100SM
ROK_C Validity end year0
YEAR_FROMStart Year /CEERE/FIRSTGJAHRNUMC4GJAHRGJAHR
YEAR_TOFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002

Key field Non-key field



How do I retrieve data from SAP table /CEERE/KOSVOB using ABAP code

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

SELECT SINGLE *
FROM /CEERE/KOSVOB
INTO CORRESPONDING FIELDS OF WA_/CEERE/KOSVOB
WHERE...

How to access SAP table /CEERE/KOSVOB

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