CRMT_OBJREF_LAYOUT SAP (Object Relationships Customizing Layout) Structure details

Dictionary Type: Structure
Description: Object Relationships Customizing Layout




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




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

CRMT_OBJREF_LAYOUT 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 "Object Relationships Customizing Layout" 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_OBJREF_LAYOUT TYPE CRMT_OBJREF_LAYOUT.

The CRMT_OBJREF_LAYOUT table consists of various fields, each holding specific information or linking keys about Object Relationships Customizing Layout data available in SAP. These include OBJECT_2 (Object allowed for relationship), OBJECT_3 (Object allowed for relationship), OBJECT_4 (Object allowed for relationship), OBJECT_IN_ITEM (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRMT_OBJREF_LAYOUT 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_1Object allowed for relationship CRMT_OBJREF_OBJECTCHAR10Assigned to domainCRM_OBJREF_OBJECT
OBJECT_2Object allowed for relationship CRMT_OBJREF_OBJECTCHAR10Assigned to domainCRM_OBJREF_OBJECT
OBJECT_3Object allowed for relationship CRMT_OBJREF_OBJECTCHAR10Assigned to domainCRM_OBJREF_OBJECT
OBJECT_4Object allowed for relationship CRMT_OBJREF_OBJECTCHAR10Assigned to domainCRM_OBJREF_OBJECT
OBJECT_IN_ITEMObject allowed for relationship CRMT_OBJREF_OBJECTCHAR10Assigned to domainCRM_OBJREF_OBJECT
DESCRIPTION1Object texts allowed for relationships CRMT_OBJREF_OBJECT_TCHAR20TEXT20
DESCRIPTION2Object texts allowed for relationships CRMT_OBJREF_OBJECT_TCHAR20TEXT20
DESCRIPTION3Object texts allowed for relationships CRMT_OBJREF_OBJECT_TCHAR20TEXT20
DESCRIPTION4Object texts allowed for relationships CRMT_OBJREF_OBJECT_TCHAR20TEXT20
DESCRIPTION_ITEMObject texts allowed for relationships CRMT_OBJREF_OBJECT_TCHAR20TEXT20
BADI_FILTER1Filter value for the implementing BADI CRMT_OBJREF_BADI_FILTERCHAR15CRM_OBJREF_BADI_FILTER
BADI_FILTER2Filter value for the implementing BADI CRMT_OBJREF_BADI_FILTERCHAR15CRM_OBJREF_BADI_FILTER
BADI_FILTER3Filter value for the implementing BADI CRMT_OBJREF_BADI_FILTERCHAR15CRM_OBJREF_BADI_FILTER
BADI_FILTER4Filter value for the implementing BADI CRMT_OBJREF_BADI_FILTERCHAR15CRM_OBJREF_BADI_FILTER
BADI_FILTER_ITEMFilter value for the implementing BADI CRMT_OBJREF_BADI_FILTERCHAR15CRM_OBJREF_BADI_FILTER

Key field Non-key field



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

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

How to access SAP table CRMT_OBJREF_LAYOUT

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