/CEERE/KOSVOB_MF SAP (Tax exemption codes from Ministry of Finance web) Table details

Dictionary Type: Table
Description: Tax exemption codes from Ministry of Finance web




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




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

/CEERE/KOSVOB_MF is a standard SAP Table which is used to store Tax exemption codes from Ministry of Finance web data and is available within R/3 SAP systems depending on the version and release level.

The /CEERE/KOSVOB_MF table consists of various fields, each holding specific information or linking keys about Tax exemption codes from Ministry of Finance web data available in SAP. These include PARAGRAF (Paragraph), PISM_PAR (Paragraph Letter), ROZD_PISM (Differentiation Letter), D_POCPL (Start Date).. 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 /CEERE/KOSVOB_MF 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
PARAGRAFParagraph /CEERE/PARAGRAFCHAR2CHAR2
PISM_PARParagraph Letter /CEERE/PISM_PARCHAR1CHAR1
ROZD_PISMDifferentiation Letter /CEERE/ROZD_PISMCHAR1CHAR1
D_POCPLStart Date /CEERE/STARTDATEDATS8DATS
D_UKOPLEnd Date /CEERE/ENDDATEDATS8DATS
ROK_CROK_C??? /CEERE/ROK_CCHAR4CHAR4
TEXT50Description of Tax Exemption /CEERE/TEXT50CHAR50CHAR50
K_DNEDANEProperty tax code ??? /CEERE/K_DNEDANECHAR1CHAR1
PREN_RNEPREN_RNE??? /CEERE/PREN_RNECHAR1CHAR1
STAVstav???? /CEERE/STAVCHAR1CHAR1
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002

Key field Non-key field



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

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

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

How to access SAP table /CEERE/KOSVOB_MF

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