CPDM_FILTER_STRUCTURE SAP (Structure for Filter in Product Structure Browser) Structure details

Dictionary Type: Structure
Description: Structure for Filter in Product Structure Browser




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




CPDM_FILTER_STRUCTURE 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 "Structure for Filter in Product Structure Browser" 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_CPDM_FILTER_STRUCTURE TYPE CPDM_FILTER_STRUCTURE.

The CPDM_FILTER_STRUCTURE table consists of various fields, each holding specific information or linking keys about Structure for Filter in Product Structure Browser data available in SAP. These include ACTUAL_LEVEL (Current level of node in Product Structure Browser), COMPRESS (Explosion status of branch in browser), END_OF_GROUP (Last entry on this level in structure browser), PRINT_TYPE (Object type for printing in Product Structure Browser)... 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. .

CPDM_FILTER_STRUCTURE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CPDM_FILTER_STRUCTURE 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 CPDM_FILTER_STRUCTURE 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
PARENT_LEVELNext level up in Product Structure Browser PARENT_LEVELNUMC5NUM5
ACTUAL_LEVELCurrent level of node in Product Structure Browser ACTUAL_LEVELNUMC5NUM5
COMPRESSExplosion status of branch in browser C_PDM_COMPRESSCHAR1CHAR1
END_OF_GROUPLast entry on this level in structure browser END_OF_GROUPCHAR1CHAR1
PRINT_TYPEObject type for printing in Product Structure Browser PRINT_TYPECHAR3CHAR3
NODE_TEXTDescrip. of relationship node in Product Structure Browser C_PDM_NODE_TEXTCHAR30CHAR30
HIGHLIGHTNode is highlighted HIGHLIGHTCHAR1CHAR1
SELECTEDNode has been selected C_PDM_SELECTEDCHAR1CHAR1
SELECTED_BY_ENTRYNode has been selected C_PDM_SELECTEDCHAR1CHAR1
INVISIBLENode is hidden C_PDM_INVISIBLECHAR1CHAR1
INHERIT_SELMODECheckbox XFELDCHAR1XFELD
EXPAND_FLAGNode has been selected C_PDM_SELECTEDCHAR1CHAR1
TREE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
MANDTClient MANDTCLNT3Assigned to domainMANDT
FILTERNAMEName of filter for structure overview FILTERNAMECHAR20CHAR20
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LOGOBJTYPELogical object type of filter entry LOGOBJTYPECHAR10CHAR10
COUNTERCounter C_PDM_COUNTERNUMC10NUM10
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
OBJECT_TYPEObject type in Product Structure Browser OBJECT_TYPECHAR10CHAR10
RELATIONRelationship between obj. types in Product Structure Browser OBJECT_RELATIONNUMC5NUM5
DOCUMENTTYPEDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOCUMENTSTATUSDocument Status DOKSTCHAR2Assigned to domainDOKST
LANGUSTATUSStatus of a document (language-dependent) STABKCHAR2CHAR2
DOCUMENTOBJECTLinked SAP Object DOKOBCHAR10Assigned to domainDOKOB
LABORATORYLaboratory/design office LABORCHAR3Assigned to domainLABOR
MATERIALTYPEMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
CLASSTYPEClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BOM_USAGEBOM Usage STLANCHAR1Assigned to domainSTLANCSV
CHECK_PROGRAMABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
CHECK_FORMName of FORM routine for user-defined function FORMRCHAR30FORMR
TEXTDescrip. of relationship node in Product Structure Browser C_PDM_NODE_TEXTCHAR30CHAR30
LIST_LINERow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table CPDM_FILTER_STRUCTURE

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