SAP AD01FIELDS DIP profile: Field information Table data and field list

AD01FIELDS 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 "DIP profile: Field information" 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_AD01FIELDS TYPE AD01FIELDS.

The AD01FIELDS table consists of various fields, each holding specific information or linking keys about DIP profile: Field information data available in SAP. These include FIELDNAME (Field Name), FPOSITION (Position of the field in the table), ROLLNAME (Data element (semantic domain)), DOMNAME (Domain name)... 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. .

AD01FIELDS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP AD01FIELDS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the AD01FIELDS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FPOSITIONPosition of the field in the table TABFDPOSNUMC4AS4POS
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
INTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
DDTEXTShort Description of Repository Objects AS4TEXTCHAR60AS4TEXT
OBL_FIELDCheckbox XFELDCHAR1XFELD
DER_FIELDCheckbox XFELDCHAR1XFELD
SEL_ATTRField is relevant for structure of dynamic items AD01SELECTCHAR1XFIELD
CHAR_RELCharacteristic Relevant for Further Processing AD01CHRELCHAR1XFIELD
FIL_ATTRField Relevant for the Structuring of Dynamic Items AD01FILTERCHAR1XFIELD
INV_ATTRField Relevant for Material Determination AD01INVOICCHAR1XFIELD
SDI_ATTRNo summarization AD01SDITEMCHAR1XFELD
FILTPRIOSequence for Structuring Dynamic Items AD01FILPRINUMC3NUM3
FILTSETCLSet class SETCLASSCHAR4SETCLSSETCLASSGSC
FILTSETTABTable for set SETTABLECHAR30Assigned to domainAS4TABGLU
FILTSETNRSet Name SETNAMENEWCHAR24SETNAMEGSE
FILTSETIDIdentification of a set SETIDCHAR34SETIDGSI
DYNPSETTABTable for set SETTABLECHAR30Assigned to domainAS4TABGLU
EXPIN1Flag: Characteristic can be expanded according to sets RKE_AUFLOSCHAR1XFLAG
EXPIN2Flag: Break characteristic down to single values RKE_NEINZWCHAR1XFLAG
EXPIN3Indicator: Characteristic cannot be expanded RKE_KAUFLOCHAR1XFLAG
SUM_FROMSummarization interval for report (from level) AD01SUM_FRNUMC2AD01SUM_LV
SUM_TOSummarization interval for report (to level) AD01SUM_TONUMC2AD01SUM_LV
VVALUESSingle Value Indicator SIVALCHAR1XFELD
IDX_AD01DLIAPosition of the field in the table TABFDPOSNUMC4AS4POS
IDX_AD01ATTRPosition of the field in the table TABFDPOSNUMC4AS4POS
IDX_AD01ATTRIPosition of the field in the table TABFDPOSNUMC4AS4POS
IDX_SDSM_DLIPosition of the field in the table TABFDPOSNUMC4AS4POS

Key field Non-key field



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

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

How to access SAP table AD01FIELDS

Within an ECC or HANA version of SAP you can also view further information about AD01FIELDS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).