CRMT_COMPONENT_INFO SAP (Component Info for Generated EEW Components) Structure details

Dictionary Type: Structure
Description: Component Info for Generated EEW Components




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




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

CRMT_COMPONENT_INFO 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 "Component Info for Generated EEW Components" 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_COMPONENT_INFO TYPE CRMT_COMPONENT_INFO.

The CRMT_COMPONENT_INFO table consists of various fields, each holding specific information or linking keys about Component Info for Generated EEW Components data available in SAP. These include KIND (Object Type), COMPLEX (Logical Variable), DATABASE_NAME (Table Name), NAME_COM_STRUC (Name of Dictionary Type).. 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: Cannot Be Enhanced


SAP CRMT_COMPONENT_INFO 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
OBJECT_NAMEBusiness Transaction Subobject CRMT_OBJECT_NAMECHAR30Assigned to domainCRM_OBJECTNAME
KINDObject Type CRMT_OBJECT_KINDCHAR1CRM_OBJECTKIND
COMPLEXLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
DATABASE_NAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
NAME_COM_STRUCName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_SET_STRUCName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_COM_TABName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_WRK_STRUCName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_WRK_TABName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_DB_WRK_STRUName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_DB_WRK_TABName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_WINGUI_STRName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_WINGUI_TABName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_PCUI_STRName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_PCUI_IL_STRName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_UPDATE_FUNCName of a Function Module CRMT_FUNCTION_NAMECHAR30Assigned to domainFUNCNAME
NAME_DU_TABName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
FRGTYPE_IDIdentification of a Set Type COMT_FRGTYPE_IDCHAR16CHAR16COM_SETTYPE_GENERATED
KEYFIELDS 0
FIELDS 0
KEYFIELDS_DB 0
SCREEN_NUMBERScreen number DYNPRONRNUMC4DYNPRONR
SCREEN_PROGABAP Program Name PROGNAMECHAR40PROGNAME
NAME_BDOC_STRUCName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_COMPONENTField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
NAME_EXT_STRName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_UI_EXT_STRName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
ORG_UNITIndicator for Organizational Dependency COMT_PR_ORG_TYPECHAR10Assigned to domainCOM_PR_ORG_TYPE
NAME_CD_STRUCName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NAME_CDV_STRUCName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
CDOC_OBJECTObject class CDOBJECTCLCHAR15ALPHAOBJECTCL
CDOC_FUNCNAMEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
ORDER_ONLYComponent Is Displayed Independently of Product CRMT_EXT_ORDER_ONLYCHAR1CRM_BOOLEAN
CUSTOMER_OBJECTLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
PROFILE_RELEVANTIndicator: Profile-Relevant CRMT_EXT_PROF_RELCHAR1CRM_BOOLEAN
NAME_BAPI_STRUCName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
NEW_CHNGDOC_INTFLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN

Key field Non-key field



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

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

How to access SAP table CRMT_COMPONENT_INFO

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