GTR_CRM_GPM SAP (CRM Grantor Program Management: Mapping ID/LOGSYS -> GUID) Table details

Dictionary Type: Table
Description: CRM Grantor Program Management: Mapping ID/LOGSYS -> GUID




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




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

GTR_CRM_GPM is a standard SAP Table which is used to store CRM Grantor Program Management: Mapping ID/LOGSYS -> GUID data and is available within R/3 SAP systems depending on the version and release level.

The GTR_CRM_GPM table consists of various fields, each holding specific information or linking keys about CRM Grantor Program Management: Mapping ID/LOGSYS -> GUID data available in SAP. These include EXTERNAL_ID (Grantor Program External Identifier (CRM)), LOGSYS (Logical system), GUID (Project Planning: 32 Character GUID for Projects and Tasks).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP GTR_CRM_GPM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EXTERNAL_IDGrantor Program External Identifier (CRM) GTR_CRM_PROXY_PROG_EXTIDCHAR24CGPL_EXTIDGTRPROG
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
GUIDProject Planning: 32 Character GUID for Projects and Tasks CGPL_GUID32CHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM GTR_CRM_GPM
INTO CORRESPONDING FIELDS OF WA_GTR_CRM_GPM
WHERE...

How to access SAP table GTR_CRM_GPM

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