GLE_TADB_EX_CUST SAP (Settings for Extracting Average Daily Balance Data) Table details

Dictionary Type: Table
Description: Settings for Extracting Average Daily Balance Data




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




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

GLE_TADB_EX_CUST is a standard SAP Table which is used to store Settings for Extracting Average Daily Balance Data data and is available within R/3 SAP systems depending on the version and release level.

The GLE_TADB_EX_CUST table consists of various fields, each holding specific information or linking keys about Settings for Extracting Average Daily Balance Data data available in SAP. These include DUMMY_KEY (Single-Character Indicator), PRIOR_DAY_BAL (Prior Day Balance), PRIOR_MONTH_BAL (Prior Month Balance), CUR_M_TO_DAT_BAL (Current Month Activity).. 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 or numeric)


SAP GLE_TADB_EX_CUST 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
DUMMY_KEYSingle-Character Indicator CHAR1CHAR1CHAR1
PRIOR_DAY_BALPrior Day Balance GLE_DTE_ADB_FLAG_PRDAYCHAR1XFELD
PRIOR_MONTH_BALPrior Month Balance GLE_DTE_ADB_FLAG_PMBALCHAR1XFELD
CUR_M_TO_DAT_BALCurrent Month Activity GLE_DTE_ADB_FLAG_CMBALCHAR1XFELD
YEAR_TO_DATE_BALYear-to-Date Balance GLE_DTE_ADB_FLAG_YTOBALCHAR1XFELD
CUR_DAY_ACTCurrent Day Activity GLE_DTE_ADB_FLAG_CURACTCHAR1XFELD
CUR_M_TO_DATE_AVMonth-to-Date Average Balance GLE_DTE_ADB_FLAG_CMAVGCHAR1XFELD
Q_TO_DATE_AVGQuarter-to-Date Average Balance GLE_DTE_ADB_FLAG_QAVGCHAR1XFELD
Y_TO_DATE_AVGYear-to-Date Average Balance GLE_DTE_ADB_FLAG_YAVGCHAR1XFELD
CUR_M_AVG_ACTMonth-to-Date Average Activity GLE_DTE_ADB_FLAG_CMAVGACHAR1XFELD
Q_TO_DATE_ACTQuarter-to-Date Activity GLE_DTE_ADB_FLAG_QTODACCHAR1XFELD
CUR_M_AVG_ACT_D1Month-to-Date Average Balance Version 1 GLE_DTE_ADB_FLAG_CMAVD1CHAR1XFELD
CUR_M_AVG_ACT_D9Month-to-Date Average Balance Version 99 GLE_DTE_ADB_FLAG_CMAVD99CHAR1XFELD
T_FLAGTransaction Currency GLE_DTE_ADB_FLAG_TCURCHAR1XFELD
L_FLAGLocal Currency GLE_DTE_ADB_FLAG_LCURCHAR1XFELD
G_FLAGGroup Currency GLE_DTE_ADB_FLAG_GCURCHAR1XFELD
O_FLAGFourth Currency GLE_DTE_ADB_FLAG_OCURCHAR1XFELD
ACCPACKPackage Size for Accounts GLE_DTE_ADB_ACCPACKINT25

Key field Non-key field



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

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

SELECT SINGLE *
FROM GLE_TADB_EX_CUST
INTO CORRESPONDING FIELDS OF WA_GLE_TADB_EX_CUST
WHERE...

How to access SAP table GLE_TADB_EX_CUST

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