T512W SAP (Wage Type Valuation) Table details

Dictionary Type: Table
Description: Wage Type Valuation




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




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

T512W is a standard SAP Table which is used to store Wage Type Valuation data and is available within R/3 SAP systems depending on the version and release level.

The T512W table consists of various fields, each holding specific information or linking keys about Wage Type Valuation data available in SAP. These include MOLGA (Country Grouping), LGART (Wage Type), ENDDA (End Date), BEGDA (Start Date).. 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: Can be enhanced (character-type or numeric)

Text table = T512T


SAP T512W 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
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
LGARTWage Type LGARTCHAR4LGART
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
GVBLAValuation basis GVBLACHAR2CHAR2
GVALAStatement wage type GVALACHAR4T512WLGART
GVPROPercentage GVPRODEC7(2) DEC5_2
PZBLAValuation basis GVBLACHAR2CHAR2
PZALAStatement wage type GVALACHAR4T512WLGART
PZPROPercentage GVPRODEC7(2) DEC5_2
FZBLAValuation basis GVBLACHAR2CHAR2
FZALAStatement wage type GVALACHAR4T512WLGART
FZPROPercentage GVPRODEC7(2) DEC5_2
VKLASProcessing classes VKLASCHAR100CHAR100
KUMULCumulation of gross amounts KUMULRAW12RAW12
D1AUSRTE/NUM/AMT selection for average basis DSAUSRAW1RAW1
D1KUMCumulations for average bases DSKUMRAW4RAW4
D1PROPercentage for average bases DSPRODEC7(2) DEC5_2
D2AUSRTE/NUM/AMT selection for average basis DSAUSRAW1RAW1
D2KUMCumulations for average bases DSKUMRAW4RAW4
D2PROPercentage for average bases DSPRODEC7(2) DEC5_2
D3AUSRTE/NUM/AMT selection for average basis DSAUSRAW1RAW1
D3KUMCumulations for average bases DSKUMRAW4RAW4
D3PROPercentage for average bases DSPRODEC7(2) DEC5_2
D4AUSRTE/NUM/AMT selection for average basis DSAUSRAW1RAW1
D4KUMCumulations for average bases DSKUMRAW4RAW4
D4PROPercentage for average bases DSPRODEC7(2) DEC5_2
D5AUSRTE/NUM/AMT selection for average basis DSAUSRAW1RAW1
D5KUMCumulations for average bases DSKUMRAW4RAW4
D5PROPercentage for average bases DSPRODEC7(2) DEC5_2
AKLASEvaluation classes ASKLACHAR40CHAR40

Key field Non-key field



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

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

SELECT SINGLE *
FROM T512W
INTO CORRESPONDING FIELDS OF WA_T512W
WHERE...

How to access SAP table T512W

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