AD01STRUCTVAR SAP (Structuring Variants) Table details

Dictionary Type: Table
Description: Structuring Variants




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




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

AD01STRUCTVAR is a standard SAP Table which is used to store Structuring Variants data and is available within R/3 SAP systems depending on the version and release level.

The AD01STRUCTVAR table consists of various fields, each holding specific information or linking keys about Structuring Variants data available in SAP. These include UNAME (User Name), VARNAME (Variant), FIELDNAME (Field Name), 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. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP AD01STRUCTVAR 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 MANDTCLNT3Assigned to domainMANDT
UNAMEUser Name SYUNAMECHAR12SYCHAR12
VARNAMEVariant AD01VARIANTCHAR14DIP_VARIANT
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FILTPRIOSequence for Structuring Dynamic Items AD01FILPRINUMC3NUM3
FILTSETCLSet class SETCLASSCHAR4Assigned to domainSETCLASSGSC
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 AD01STRUCTVAR using ABAP code

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

SELECT SINGLE *
FROM AD01STRUCTVAR
INTO CORRESPONDING FIELDS OF WA_AD01STRUCTVAR
WHERE...

How to access SAP table AD01STRUCTVAR

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