AD01C_ATTR SAP (DIP profile: Characteristics) Table details

Dictionary Type: Table
Description: DIP profile: Characteristics




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




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

AD01C_ATTR is a standard SAP Table which is used to store DIP profile: Characteristics data and is available within R/3 SAP systems depending on the version and release level.

The AD01C_ATTR table consists of various fields, each holding specific information or linking keys about DIP profile: Characteristics data available in SAP. These include PROFNR (Dynamic Item Processor Profile), DPUS (Usage of the DI profile), FIELDNAME (Field Name), CHAR_REL (Characteristic Relevant for Further Processing).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP AD01C_ATTR table 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
MANDTClient MANDTCLNT3T000MANDT
PROFNRDynamic Item Processor Profile AD01PROFNRCHAR8AD01C_PROFAD01PROFNRAD0DIP_PROFILE
DPUSUsage of the DI profile AD01USAGENUMC2AD01USAGE
FIELDNAMEField Name FIELDNAMECHAR30DD03LFDNAMEDFD
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 table AD01C_ATTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on AD01C_ATTR to SELECT all data from the table
DATA: WA_AD01C_ATTR TYPE AD01C_ATTR.

SELECT SINGLE *
FROM AD01C_ATTR
INTO CORRESPONDING FIELDS OF WA_AD01C_ATTR
WHERE...

How to access SAP table AD01C_ATTR

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