T5UGL SAP (Function Exit for Garnishment Letters) Table details

Dictionary Type: Table
Description: Function Exit for Garnishment Letters




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




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

T5UGL is a standard SAP Table which is used to store Function Exit for Garnishment Letters data and is available within R/3 SAP systems depending on the version and release level.

The T5UGL table consists of various fields, each holding specific information or linking keys about Function Exit for Garnishment Letters data available in SAP. These include SYMEX (Symbolic Exit Name), ETEXT (Description of Exit Name), MODUL (Subroutine pool), EFORM (Form routine).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5UGL 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 MANDTCLNT3T000MANDT
SYMEXSymbolic Exit Name P106_SYMEXCHAR5P106_SYMEX
ETEXTDescription of Exit Name P106_ETEXTCHAR40TEXT40
MODULSubroutine pool P106_MODULCHAR40TRDIRPROGNAME
EFORMForm routine P106_EFORMCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5UGL
INTO CORRESPONDING FIELDS OF WA_T5UGL
WHERE...

How to access SAP table T5UGL

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