GTR_TRSLR_SUBKEY SAP (Grantor Translator - Subkey) Table details

Dictionary Type: Table
Description: Grantor Translator - Subkey




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




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

GTR_TRSLR_SUBKEY is a standard SAP Table which is used to store Grantor Translator - Subkey data and is available within R/3 SAP systems depending on the version and release level.

The GTR_TRSLR_SUBKEY table consists of various fields, each holding specific information or linking keys about Grantor Translator - Subkey data available in SAP. These include GUID (UUID in character form), PAYMENT_TYPE (Payment Type for Grantor), EXPENSE_TYPE (Expense Type for Grantor), FISC_YEAR (Fiscal Year).. 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_TRSLR_SUBKEY 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
GUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
PAYMENT_TYPEPayment Type for Grantor GTRT_CRM_GRM_PAYMENT_TYPECHAR4GTRT_CRM_GRM_PAYMENT_TYPE
EXPENSE_TYPEExpense Type for Grantor GTRT_CRM_GRM_EXPENSE_CATCHAR4GTRT_CRM_GRM_EXPENSE_CAT
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR

Key field Non-key field



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

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

SELECT SINGLE *
FROM GTR_TRSLR_SUBKEY
INTO CORRESPONDING FIELDS OF WA_GTR_TRSLR_SUBKEY
WHERE...

How to access SAP table GTR_TRSLR_SUBKEY

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