/CEERE/SDANFU SAP (Property tax return - section IV) Table details

Dictionary Type: Table
Description: Property tax return - section IV




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




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

/CEERE/SDANFU is a standard SAP Table which is used to store Property tax return - section IV data and is available within R/3 SAP systems depending on the version and release level.

The /CEERE/SDANFU table consists of various fields, each holding specific information or linking keys about Property tax return - section IV data available in SAP. These include BUKRS (Company Code), KODFU (Tax Office Code), GJAHR (Fiscal Year), TYPDANP (Type of Tax Return).. 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/SDANFU 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KODFUTax Office Code /CEERE/KODFUCHAR3Assigned to domainALPHA/CEERE/KODFU/CEERE/KFU/CEERE/FUC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TYPDANPType of Tax Return /CEERE/TYPDANPCHAR1/CEERE/TYPDANP
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
X54_OTotal land tax - till 2008 /CEERE/X54_OCURR11(2) /CEERE/CASTKA
X54Total Amount of Land Tax /CEERE/X54CURR11(2) /CEERE/CASTKA
X54_BTotal Amount of Land Tax /CEERE/X54CURR11(2) /CEERE/CASTKA
X55_OTotal building tax - till 2008 /CEERE/X55_OCURR11(2) /CEERE/CASTKA
X55Total Amount of Building Tax /CEERE/X55CURR11(2) /CEERE/CASTKA
X55_BTotal Amount of Building Tax /CEERE/X55CURR11(2) /CEERE/CASTKA
X56_OTotal property tax - till 2008 /CEERE/X56_OCURR11(2) /CEERE/CASTKA
X56Total Amount of Property Tax /CEERE/X56CURR11(2) /CEERE/CASTKA
X56_BTotal Amount of Property Tax /CEERE/X56CURR11(2) /CEERE/CASTKA
XKO12Municipality Coefficient (Par. 12) /CEERE/XKO12INT13INT1
X58_1Installment 1 /CEERE/SPLATKACURR11(2) /CEERE/CASTKA
X58_2Installment 2 /CEERE/SPLATKA2CURR11(2) /CEERE/CASTKA
X59_1Installment 1 /CEERE/SPLATKACURR11(2) /CEERE/CASTKA
X59_2Installment 2 /CEERE/SPLATKA2CURR11(2) /CEERE/CASTKA
X59_3Installment 3 /CEERE/SPLATKA3CURR11(2) /CEERE/CASTKA
X59_4Installment 4 /CEERE/SPLATKA4CURR11(2) /CEERE/CASTKA
MBUKRIndicator: Dominant Company Code /CEERE/MBUKRCHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /CEERE/SDANFU

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