SAP AD01STRCOM Information about structuring fields and field name Table data and field list

AD01STRCOM 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 "Information about structuring fields and field name" 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_AD01STRCOM TYPE AD01STRCOM.

The AD01STRCOM table consists of various fields, each holding specific information or linking keys about Information about structuring fields and field name data available in SAP. These include FILTPRIO (Sequence for Structuring Dynamic Items), FILTSETCL (Set class), FILTSETTAB (Table for set), FILTSETNR (Set 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. .

AD01STRCOM structure Technical Details:

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


SAP AD01STRCOM 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 AD01STRCOM 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
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
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 AD01STRCOM using ABAP code?

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

How to access SAP table AD01STRCOM

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

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