/CRMS/CMG_REC_PARTNER SAP (Partners via Partner Determination when Creating Each Case) Structure details

Dictionary Type: Structure
Description: Partners via Partner Determination when Creating Each Case




ABAP Code to SELECT data from /CRMS/CMG_REC_PARTNER
Related tables to /CRMS/CMG_REC_PARTNER
Access table /CRMS/CMG_REC_PARTNER




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

/CRMS/CMG_REC_PARTNER 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 "Partners via Partner Determination when Creating Each Case" 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_/CRMS/CMG_REC_PARTNER TYPE /CRMS/CMG_REC_PARTNER.

The /CRMS/CMG_REC_PARTNER table consists of various fields, each holding specific information or linking keys about Partners via Partner Determination when Creating Each Case data available in SAP. These include OBJECT_KEY (Object Key), PARENT_KEY (Object Key), ICON (), ICON_EXPANDED ().. 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 (Deep)


SAP /CRMS/CMG_REC_PARTNER 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
CASE_GUIDTechnical Case Key (Case GUID) SCMG_CASE_GUIDCHAR32SYSUUID_C
OBJECT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
PARENT_KEYObject Key CRMT_BSP_OBJECTKEYCHAR100
ICON 0
ICON_EXPANDED 0
IS_EXPANDEDCheckbox XFELDCHAR1XFELD
IS_LEAFCheckbox XFELDCHAR1XFELD
IS_HOTSPOTCheckbox XFELDCHAR1XFELD
TOOLTIP Tooltip for Icon0
DESCRIPTION 0
NODE_TYPEString STRINGVALSTRG0
ANCHORPOID - POID Relation Type for Areas SRMPPRETYPCHAR2SRMPPRETYP
MODEL_IDString STRINGVALSTRG0
BOR_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
BOR_KEYObject ID SWO_OBJIDCHAR90SWO_OBJID
NAV_BOR_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
NAV_BOR_KEYObject ID SWO_OBJIDCHAR90SWO_OBJID
MOD_USERLast Changed by SCMG_CHANGE_USERCHAR12Assigned to domainXUBNAME
MOD_DATEDate of Last Change SCMG_CHANGE_DATEDATS8DATUM
MOD_TIMETime of last change CATTAETIMETIMS6AS4TIME
SHORTTEXTDescription OJ_NTEXTCHAR80TEXT80
EXT_KEYObject Key CRMT_F4_KEYCHAR40
FIELD1Description 1 CRMD_CMG_DESC1CHAR40TEXT40
FIELD2Description 2 CRMD_CMG_DESC2CHAR40TEXT40
FIELD3Description 3 CRMD_CMG_DESC3CHAR40TEXT40
FIELD4Description 4 CRMD_CMG_DESC4CHAR40TEXT40
FIELD5Description 5 CRMD_CMG_DESC5CHAR40TEXT40
REASONCase Management: Link Reason for a Case Object CRMD_CMG_LINK_REASONSTRG0
MIN_OCCURSNatural Number INT4INT410INT4
MAX_OCCURSNatural Number INT4INT410INT4
PARTNER_FCTCase Management: Partner Function of a Partner for Case /CRMS/D_CMG_PARTNER_FCTSTRG0
CRM_MAIN_PARTNERMain Partner (For Ambiguous Partner Functions) CRMT_PARTNER_MAINCHAR1CRM_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure /CRMS/CMG_REC_PARTNER using ABAP code?

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

How to access SAP table /CRMS/CMG_REC_PARTNER

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