TE518G SAP (Settlement: Alt. Grouping Characteristic Values (Obsolete)) Table details

Dictionary Type: Table
Description: Settlement: Alt. Grouping Characteristic Values (Obsolete)




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




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

TE518G is a standard SAP Table which is used to store Settlement: Alt. Grouping Characteristic Values (Obsolete) data and is available within R/3 SAP systems depending on the version and release level.

The TE518G table consists of various fields, each holding specific information or linking keys about Settlement: Alt. Grouping Characteristic Values (Obsolete) data available in SAP. These include VERVAR (Clearing variant), VSNUM (Clearing Step Number), FNAM (Name of the Grouping/Sort Characteristic), FWERT (Contents of the Grouping/Sort Characteristic).. 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: Not classified


SAP TE518G 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
VERVARClearing variant E_VERVARCHAR3TE515KCHAR3VERVAR
VSNUMClearing Step Number E_VSNONUMC2TE515NUM02
FNAMName of the Grouping/Sort Characteristic E_FNAMCHAR3TE516CHAR3
FWERTContents of the Grouping/Sort Characteristic E_FWERTCHAR20CHAR20
ZREGAllocation rule for settlement E_ZREGCHAR1E_ZREG
FGRUGrouping of the Characteristic Value E_FGRUCHAR20CHAR20

Key field Non-key field



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

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

SELECT SINGLE *
FROM TE518G
INTO CORRESPONDING FIELDS OF WA_TE518G
WHERE...

How to access SAP table TE518G

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