GTR_NOTIFY_TRIG SAP (Trigger table for Grantor ERP->CRM Notification) Table details

Dictionary Type: Table
Description: Trigger table for Grantor ERP->CRM Notification




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




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

GTR_NOTIFY_TRIG is a standard SAP Table which is used to store Trigger table for Grantor ERP->CRM Notification data and is available within R/3 SAP systems depending on the version and release level.

The GTR_NOTIFY_TRIG table consists of various fields, each holding specific information or linking keys about Trigger table for Grantor ERP->CRM Notification data available in SAP. These include MANDT (Client), CRM_ORDER_KEY (Object key), CRM_ORDER_TYPE (Object Type), CRM_ORDER_LOGSYS (Logical system).. 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_NOTIFY_TRIG 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
CRM_ORDER_KEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
CRM_ORDER_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
CRM_ORDER_LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
ERP_PSM_KEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
ERP_PSM_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
INDXGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
DOC_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
AMOUNTValue field 10(19)-digit with 2 decimal places WERTV10CURR19(2) WERTV10
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
REFERENCE_KEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
REFERENCE_TYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ

Key field Non-key field



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

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

SELECT SINGLE *
FROM GTR_NOTIFY_TRIG
INTO CORRESPONDING FIELDS OF WA_GTR_NOTIFY_TRIG
WHERE...

How to access SAP table GTR_NOTIFY_TRIG

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