GTRGLOB_SETTINGS SAP (Global settings for Grantor (client level)) Table details

Dictionary Type: Table
Description: Global settings for Grantor (client level)




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




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

GTRGLOB_SETTINGS is a standard SAP Table which is used to store Global settings for Grantor (client level) data and is available within R/3 SAP systems depending on the version and release level.

The GTRGLOB_SETTINGS table consists of various fields, each holding specific information or linking keys about Global settings for Grantor (client level) data available in SAP. These include SPLIT_YEAR_FLG (Indicator whether or not billing and EF splits based on year), INV_NOTIF_OFFLIN (Invoicing notification online or offline), INV_OFFLIN_TIME (Grantor: Number of minutes for offline notification), CRMQ_W_ID_FLG (Indicator whether the queue names contain a document Id).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP GTRGLOB_SETTINGS 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
SPLIT_YEAR_FLGIndicator whether or not billing and EF splits based on year GTR_SPLIT_YEAR_FLGCHAR1XFELD
INV_NOTIF_OFFLINInvoicing notification online or offline GTR_INV_NOTIF_OFFLINECHAR1XFELD
INV_OFFLIN_TIMEGrantor: Number of minutes for offline notification GTR_INV_NOTIF_OFFLINE_TIMENUMC3NUMC3
CRMQ_W_ID_FLGIndicator whether the queue names contain a document Id GTR_CRMQ_WITH_ID_FLGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM GTRGLOB_SETTINGS
INTO CORRESPONDING FIELDS OF WA_GTRGLOB_SETTINGS
WHERE...

How to access SAP table GTRGLOB_SETTINGS

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