T512W_DATA SAP (Table T512W Data Fields (Without BEGDA)) Structure details

Dictionary Type: Structure
Description: Table T512W Data Fields (Without BEGDA)




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




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

T512W_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Table T512W Data Fields (Without BEGDA)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_T512W_DATA TYPE T512W_DATA.

The T512W_DATA table consists of various fields, each holding specific information or linking keys about Table T512W Data Fields (Without BEGDA) data available in SAP. These include GVALA (Statement wage type), GVPRO (Percentage), PZBLA (Valuation basis), PZALA (Statement wage type).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T512W_DATA structure 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
GVBLAValuation basis GVBLACHAR2CHAR2
GVALAStatement wage type GVALACHAR4Assigned to domainLGART
GVPROPercentage GVPRODEC7(2) DEC5_2
PZBLAValuation basis GVBLACHAR2CHAR2
PZALAStatement wage type GVALACHAR4Assigned to domainLGART
PZPROPercentage GVPRODEC7(2) DEC5_2
FZBLAValuation basis GVBLACHAR2CHAR2
FZALAStatement wage type GVALACHAR4Assigned to domainLGART
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 structure T512W_DATA using ABAP code?

As T512W_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on T512W_DATA as there is no data to select.

How to access SAP table T512W_DATA

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