CRM_ISU_RELATION SAP (IS-U IC WebClient: Relation Detail Data) Structure details

Dictionary Type: Structure
Description: IS-U IC WebClient: Relation Detail Data




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




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

CRM_ISU_RELATION 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 "IS-U IC WebClient: Relation Detail Data" 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_CRM_ISU_RELATION TYPE CRM_ISU_RELATION.

The CRM_ISU_RELATION table consists of various fields, each holding specific information or linking keys about IS-U IC WebClient: Relation Detail Data data available in SAP. These include OBJKEY_A (Object key), RELATION_NAME (Relation Name), OBJECT_B (External Name of Assigned Object), OBJKEY_B (Object key).. 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: Can be enhanced (character-type)


SAP CRM_ISU_RELATION 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_AExternal Name of Source Object CRMT_EXT_OBJ_A_NAMECHAR30CRM_OBJEXT_NAME
OBJKEY_AObject key SWO_TYPEIDCHAR70SWO_TYPEID
RELATION_NAMERelation Name CRMT_RELATION_NAMECHAR40CRM_RELATION_NAME
OBJECT_BExternal Name of Assigned Object CRMT_EXT_OBJ_B_NAMECHAR30CRM_OBJEXT_NAME
OBJKEY_BObject key SWO_TYPEIDCHAR70SWO_TYPEID
CARD_ACardinality of Source Object CRMT_CARD_ACHAR1CRM_CARD
CARD_BCardinality of the Assigned Object CRMT_CARD_BCHAR1CRM_CARD
RELATION_KINDType of Object Relation CRMT_RELATION_KINDCHAR1CRM_RELATION_KIND
DO_NOT_BUFFERLogical Variable, Similar To ABAP_BOOL from Type Pool ABAP CRMT_GENIL_BOOLEANCHAR1CRM_GENIL_BOOLEAN

Key field Non-key field



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

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

How to access SAP table CRM_ISU_RELATION

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