GLT0_DIF SAP (Delta Table: G/L Account Master Transaction Figures) Table details

Dictionary Type: Table
Description: Delta Table: G/L Account Master Transaction Figures




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




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

GLT0_DIF is a standard SAP Table which is used to store Delta Table: G/L Account Master Transaction Figures data and is available within R/3 SAP systems depending on the version and release level.

The GLT0_DIF table consists of various fields, each holding specific information or linking keys about Delta Table: G/L Account Master Transaction Figures data available in SAP. These include RLDNR (Ledger), RRCTY (Record Type), RVERS (Version), BUKRS (Company Code).. 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 GLT0_DIF 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
RCLNTClient MANDTCLNT3T000MANDT
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
MONATFiscal Period MONATNUMC2MONAT
TSLTotal transactions of the period in transaction currency TSLXXCURR15(2) WERTV8
HSLTotal transactions in the period in local currency (curr 2) HSLXXCURR15(2) WERTV8
KSLTotal transactions in the period in group currency (curr 3) KSLXXCURR15(2) WERTV8

Key field Non-key field



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

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

SELECT SINGLE *
FROM GLT0_DIF
INTO CORRESPONDING FIELDS OF WA_GLT0_DIF
WHERE...

How to access SAP table GLT0_DIF

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