FC00_S_FPROP SAP (Field Attributes) Structure details

Dictionary Type: Structure
Description: Field Attributes




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




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

FC00_S_FPROP 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 "Field Attributes" 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_FC00_S_FPROP TYPE FC00_S_FPROP.

The FC00_S_FPROP table consists of various fields, each holding specific information or linking keys about Field Attributes data available in SAP. These include STANDARD (General indicator, SAP Consolidation), ITGRPFIX (General indicator, SAP Consolidation), SUBACCNT (General indicator, SAP Consolidation), TOTALS (General indicator, SAP Consolidation).. 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: Cannot Be Enhanced


SAP FC00_S_FPROP 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
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
STANDARDGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
ITGRPFIXGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
SUBACCNTGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
TOTALSGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
DEFLTGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
MAXSETIDGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
ATTR_ORIGField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
SEQNRSequence number FC_SEQNR3NUMC3NUMC3
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
CHECKTABLECheck table name of the foreign key CHECKTABLECHAR30Assigned to domainAS4TAB
TEXTTABLETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TXTSHField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TXTLGField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
TEXTFLAGGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
VALEXIExistence of fixed values VALEXICHAR1AS4FLAG
GENFLAGGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
INTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
REPTEXTHeading REPTEXTCHAR55REPTEXT
SCRTEXT_SShort Field Label SCRTEXT_SCHAR10SCRTEXT_S
SCRTEXT_MMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
SCRTEXT_LLong Field Label SCRTEXT_LCHAR40SCRTEXT_L

Key field Non-key field



How do I retrieve data from SAP structure FC00_S_FPROP using ABAP code?

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

How to access SAP table FC00_S_FPROP

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