SAP AD01PRFLAT DIP profile selection field characteristics Table data and field list

AD01PRFLAT 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 selection field characteristics" 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_AD01PRFLAT TYPE AD01PRFLAT.

The AD01PRFLAT table consists of various fields, each holding specific information or linking keys about DIP profile selection field characteristics data available in SAP. These include FIL_ATTR (Field Relevant for the Structuring of Dynamic Items), INV_ATTR (Field Relevant for Material Determination), SDI_ATTR (No summarization), FILTPRIO (Sequence for Structuring Dynamic Items)... 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. .

AD01PRFLAT structure Technical Details:

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


SAP AD01PRFLAT 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 AD01PRFLAT 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
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

Key field Non-key field



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

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

How to access SAP table AD01PRFLAT

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

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