CRMT_CONFIG_FILTER_CUPRT_EXT SAP (Configuration - Parts Data External) Structure details

Dictionary Type: Structure
Description: Configuration - Parts Data External




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




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

CRMT_CONFIG_FILTER_CUPRT_EXT 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 "Configuration - Parts Data External" 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_CRMT_CONFIG_FILTER_CUPRT_EXT TYPE CRMT_CONFIG_FILTER_CUPRT_EXT.

The CRMT_CONFIG_FILTER_CUPRT_EXT table consists of various fields, each holding specific information or linking keys about Configuration - Parts Data External data available in SAP. These include INST_ID (Instance (Identifier)), CONFIG_ID (Configuration (Identifier)), SRELEV (Boolean (T = True, F = False, Blank = Unknown)), PARENT_ID (Instance (Identifier)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMT_CONFIG_FILTER_CUPRT_EXT 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
MATERIALMaterial COMT_SCED_MATERIALCHAR32COM_SCED_CHAR32
INST_IDInstance (Identifier) COMT_SCED_INSTIDCHAR8COM_SCED_CHAR8
CONFIG_IDConfiguration (Identifier) COMT_SCED_CONFIGIDCHAR32COM_SCED_CHAR32
SRELEVBoolean (T = True, F = False, Blank = Unknown) COMT_SCED_BOOLEANCHAR1COM_SCED_CHAR1
PARENT_IDInstance (Identifier) COMT_SCED_INSTIDCHAR8COM_SCED_CHAR8
PART_OF_NO 0
OBJ_TYPEType of OO Class in SCE COMT_SCED_OBJTYPE_CCHAR10COM_SCED_CHAR10
CLASS_TYPEClass Type COMT_SCED_CLTYPECHAR3COM_SCED_CHAR3
OBJ_KEYObject Key COMT_SCED_OBJKEYCHAR50COM_SCED_CHAR50
AUTHORAuthor Information COMT_SCED_AUTHORCHAR1COM_SCED_CHAR1

Key field Non-key field



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

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

How to access SAP table CRMT_CONFIG_FILTER_CUPRT_EXT

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