CRMC_OBJREF_UI SAP (Display of Relationships on the overview screen) Table details

Dictionary Type: Table
Description: Display of Relationships on the overview screen




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




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

CRMC_OBJREF_UI is a standard SAP Table which is used to store Display of Relationships on the overview screen data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_OBJREF_UI table consists of various fields, each holding specific information or linking keys about Display of Relationships on the overview screen data available in SAP. These include OBJREF_PROF_ID (Profile ID for Object Relationships), OBJECT_1 (Object allowed for relationship), OBJECT_2 (Object allowed for relationship), OBJECT_3 (Object allowed for relationship).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMC_OBJREF_UI 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
OBJREF_PROF_IDProfile ID for Object Relationships CRMT_OBJREF_PROFILECHAR10CRMC_OBJREF_PFCRM_OBJREF_PROFILE
OBJECT_1Object allowed for relationship CRMT_OBJREF_OBJECTCHAR10CRMC_OBJREF_SCRM_OBJREF_OBJECT
OBJECT_2Object allowed for relationship CRMT_OBJREF_OBJECTCHAR10CRMC_OBJREF_SCRM_OBJREF_OBJECT
OBJECT_3Object allowed for relationship CRMT_OBJREF_OBJECTCHAR10CRMC_OBJREF_SCRM_OBJREF_OBJECT
OBJECT_4Object allowed for relationship CRMT_OBJREF_OBJECTCHAR10CRMC_OBJREF_SCRM_OBJREF_OBJECT
OBJECT_IN_ITEMObject allowed for relationship CRMT_OBJREF_OBJECTCHAR10CRMC_OBJREF_SCRM_OBJREF_OBJECT

Key field Non-key field



How do I retrieve data from SAP table CRMC_OBJREF_UI using ABAP code

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

SELECT SINGLE *
FROM CRMC_OBJREF_UI
INTO CORRESPONDING FIELDS OF WA_CRMC_OBJREF_UI
WHERE...

How to access SAP table CRMC_OBJREF_UI

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