T530C SAP (Control Table for Special Payments) Table details

Dictionary Type: Table
Description: Control Table for Special Payments




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




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

T530C is a standard SAP Table which is used to store Control Table for Special Payments data and is available within R/3 SAP systems depending on the version and release level.

The T530C table consists of various fields, each holding specific information or linking keys about Control Table for Special Payments data available in SAP. These include MOLGA (Country Grouping), MODSZ (Modifier for special payment), LGART (Wage type), ENDDA (End 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T530C 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
MODSZModifier for special payment MDSZ1CHAR4CHAR4
LGARTWage type LGAR1CHAR4T512WLGART
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SZVARSpecial payment variant SZVARNUMC2SZVAR
VERIVType of entitlement period VERIVCHAR1VERIV
BEGVRBegin of entitlement period BEGVRNUMC2PABRP
DAUVRDuration of entitlement period DAUVRNUMC2PABRP
AUSZLPayment I AUSZLNUMC2PABRP
WZTAZWaiting period in days for payment I WZTAZDEC4DEC4
RESTZPayment II RESTZNUMC2PABRP
WZTRZWaiting period in days for payment II WZTRZDEC4DEC4
WZTSZWaiting period in days for payment WZTSZDEC3DEC3
VORGBAdvance condition VORGBCHAR1VORGB
JABGRDelimitation of annual waiting period for new employees JABGRCHAR1JABGR
RUND1Calculation basis for entitlement RUND1CHAR1RUND1
RUND2Rounding provision RUND2CHAR1RUND2
SONDESpecial payment provision SONDECHAR1SONDE
B530CModifier for exception requirements B530CNUMC3T530BB530C
D530CModifier for factors related to length of service D530CNUMC3T530DD530C
L530C3-Byte field CHAR3CHAR3CHAR3
T530DNN T530D_DCHAR1CHAR1
DATARDate type DATARCHAR2T548YDATAR
BAAAZAmount-Based Adjustment I BAAAZCHAR1AKTKN
BAVRZAmount-Based Adjustment II BAVRZCHAR1AKTKN
BAEVPAmount-based adjustment at end of clearing period BAEVPCHAR1AKTKN
SOLGANot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PKSYMChar 20 CHAR20CHAR20CHAR20
BWGR1Technical standard wage type BWGR1CHAR4T512WLGART
BWGR2Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
LGAR2NN LGAR2CHAR4CHAR4
SOLG2NN SOLG2CHAR4CHAR4
T530LSingle-Character Indicator CHAR1CHAR1CHAR1
BWGG1Valuation I BWGG1NUMC2NUM2
BWGG2Valuation II BWGG2NUMC2NUM2

Key field Non-key field



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

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

SELECT SINGLE *
FROM T530C
INTO CORRESPONDING FIELDS OF WA_T530C
WHERE...

How to access SAP table T530C

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