CRMC_OBJECTS_GEN SAP (Characteristics of Generic One Order Objects) Table details

Dictionary Type: Table
Description: Characteristics of Generic One Order Objects




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




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

CRMC_OBJECTS_GEN is a standard SAP Table which is used to store Characteristics of Generic One Order Objects data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_OBJECTS_GEN table consists of various fields, each holding specific information or linking keys about Characteristics of Generic One Order Objects data available in SAP. These include COMPLEX (Logical Variable), DATABASE_NAME (Table Name), NAME_COM_STRUC (Name of Dictionary Type), NAME_SET_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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMC_OBJECTS_GEN 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
OBJECT_NAMEBusiness Transaction Component CRMT_OBJECT_NAME_EEWCHAR30CRMC_OBJECTSCRM_OBJECTNAME
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
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
NAME_CD_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 table CRMC_OBJECTS_GEN using ABAP code

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

SELECT SINGLE *
FROM CRMC_OBJECTS_GEN
INTO CORRESPONDING FIELDS OF WA_CRMC_OBJECTS_GEN
WHERE...

How to access SAP table CRMC_OBJECTS_GEN

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