CPDM_FILTER_STRUCTURE SAP (Structure for Filter in Product Structure Browser) Structure details
Description: Structure for Filter in Product Structure Browser
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
| Field | Description | Data Element | Data Type | length (Dec) | Check table | Conversion Routine | Domain Name | MemoryID | SHLP |
| PARENT_LEVEL | Next level up in Product Structure Browser | PARENT_LEVEL | NUMC | 5 | NUM5 | ||||
| ACTUAL_LEVEL | Current level of node in Product Structure Browser | ACTUAL_LEVEL | NUMC | 5 | NUM5 | ||||
| COMPRESS | Explosion status of branch in browser | C_PDM_COMPRESS | CHAR | 1 | CHAR1 | ||||
| END_OF_GROUP | Last entry on this level in structure browser | END_OF_GROUP | CHAR | 1 | CHAR1 | ||||
| PRINT_TYPE | Object type for printing in Product Structure Browser | PRINT_TYPE | CHAR | 3 | CHAR3 | ||||
| NODE_TEXT | Descrip. of relationship node in Product Structure Browser | C_PDM_NODE_TEXT | CHAR | 30 | CHAR30 | ||||
| HIGHLIGHT | Node is highlighted | HIGHLIGHT | CHAR | 1 | CHAR1 | ||||
| SELECTED | Node has been selected | C_PDM_SELECTED | CHAR | 1 | CHAR1 | ||||
| SELECTED_BY_ENTRY | Node has been selected | C_PDM_SELECTED | CHAR | 1 | CHAR1 | ||||
| INVISIBLE | Node is hidden | C_PDM_INVISIBLE | CHAR | 1 | CHAR1 | ||||
| INHERIT_SELMODE | Checkbox | XFELD | CHAR | 1 | XFELD | ||||
| EXPAND_FLAG | Node has been selected | C_PDM_SELECTED | CHAR | 1 | CHAR1 | ||||
| TREE_KEY | Tree Control: Node Key | TV_NODEKEY | CHAR | 12 | TM_CHAR12 | ||||
| MANDT | Client | MANDT | CLNT | 3 | Assigned to domain | MANDT | |||
| FILTERNAME | Name of filter for structure overview | FILTERNAME | CHAR | 20 | CHAR20 | ||||
| RFCDEST | Logical Destination (Specified in Function Call) | RFCDEST | CHAR | 32 | Assigned to domain | RFCDEST | RFC | F4_RFCDESTYPEALL | |
| LOGOBJTYPE | Logical object type of filter entry | LOGOBJTYPE | CHAR | 10 | CHAR10 | ||||
| COUNTER | Counter | C_PDM_COUNTER | NUMC | 10 | NUM10 | ||||
| LOGSYS | Logical system | LOGSYS | CHAR | 10 | Assigned to domain | ALPHA | LOGSYS | ||
| OBJECT_TYPE | Object type in Product Structure Browser | OBJECT_TYPE | CHAR | 10 | CHAR10 | ||||
| RELATION | Relationship between obj. types in Product Structure Browser | OBJECT_RELATION | NUMC | 5 | NUM5 | ||||
| DOCUMENTTYPE | Document Type | DOKAR | CHAR | 3 | Assigned to domain | DOKAR | CV2 | ||
| DOCUMENTSTATUS | Document Status | DOKST | CHAR | 2 | Assigned to domain | DOKST | |||
| LANGUSTATUS | Status of a document (language-dependent) | STABK | CHAR | 2 | CHAR2 | ||||
| DOCUMENTOBJECT | Linked SAP Object | DOKOB | CHAR | 10 | Assigned to domain | DOKOB | |||
| LABORATORY | Laboratory/design office | LABOR | CHAR | 3 | Assigned to domain | LABOR | |||
| MATERIALTYPE | Material Type | MTART | CHAR | 4 | Assigned to domain | MTART | MTA | ||
| CLASSTYPE | Class Type | KLASSENART | CHAR | 3 | Assigned to domain | KLASSENART | KAR | ||
| PLANT | Plant | WERKS_D | CHAR | 4 | Assigned to domain | WERKS | WRK | H_T001W_C | |
| BOM_USAGE | BOM Usage | STLAN | CHAR | 1 | Assigned to domain | STLAN | CSV | ||
| CHECK_PROGRAM | ABAP Program Name | PROGRAMM | CHAR | 40 | Assigned to domain | PROGRAMM | RID | ||
| CHECK_FORM | Name of FORM routine for user-defined function | FORMR | CHAR | 30 | FORMR | ||||
| TEXT | Descrip. of relationship node in Product Structure Browser | C_PDM_NODE_TEXT | CHAR | 30 | CHAR30 | ||||
| LIST_LINE | Row Index of Internal Tables | SYTABIX | INT4 | 10 | SYST_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 asSE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).
Search for further information about these or an SAP related objects