/CEERE/SOLID SAP (Property tax - Paved Area) Structure details

Dictionary Type: Structure
Description: Property tax - Paved Area




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




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

/CEERE/SOLID 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 "Property tax - Paved Area" 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_/CEERE/SOLID TYPE /CEERE/SOLID.

The /CEERE/SOLID table consists of various fields, each holding specific information or linking keys about Property tax - Paved Area data available in SAP. These include SOLIDIND (Paved Area (Industrial Purp.)), SOLAAGRE (Tax-Exempt Paved Area (Argicultural Purp.)), SOLAINDE (Tax-Exempt Paved Area (Industrial Purp.)), YEAGREFR (First Year of Tax Exemption Period (Agricultural Purp.)).. 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 /CEERE/SOLID 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
SOLIDAGRPaved Area (Agricultural Purp.) /CEERE/SOLIDAGRDEC9(2) /CEERE/PLOCHA
SOLIDINDPaved Area (Industrial Purp.) /CEERE/SOLIDINDDEC9(2) /CEERE/PLOCHA
SOLAAGRETax-Exempt Paved Area (Argicultural Purp.) /CEERE/SOLAAGREDEC9(2) /CEERE/PLOCHA
SOLAINDETax-Exempt Paved Area (Industrial Purp.) /CEERE/SOLAINDEDEC9(2) /CEERE/PLOCHA
YEAGREFRFirst Year of Tax Exemption Period (Agricultural Purp.) /CEERE/YEAGREFRNUMC4GJAHRGJAHR
YEINDEFRFirst Year of Tax Exemption Period (Industrial Purp.) /CEERE/YEINDEFRNUMC4GJAHRGJAHR
YEAGRETOLast Year of Tax Exemption Period (Agricultural Purp.) /CEERE/YEAGRETONUMC4GJAHRGJAHR
YEINDETOLast Year of Tax Exemption Period (Industrial Purp.) /CEERE/YEINDETONUMC4GJAHRGJAHR
CODEAGRETax Exemption Code for Paved Area (Agr. Purp.) /CEERE/CODEAGRECHAR4Assigned to domain/CEERE/KODOSVOB
CODEINDETax Exemption Code for Paved Area (Ind. Purp.) /CEERE/CODEINDECHAR4Assigned to domain/CEERE/KODOSVOB

Key field Non-key field



How do I retrieve data from SAP structure /CEERE/SOLID using ABAP code?

As /CEERE/SOLID 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 /CEERE/SOLID as there is no data to select.

How to access SAP table /CEERE/SOLID

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