T532B SAP (HR: Connection to Third-Party Payroll: Choice of Wage Types) Table details

Dictionary Type: Table
Description: HR: Connection to Third-Party Payroll: Choice of Wage Types




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




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

T532B is a standard SAP Table which is used to store HR: Connection to Third-Party Payroll: Choice of Wage Types data and is available within R/3 SAP systems depending on the version and release level.

The T532B table consists of various fields, each holding specific information or linking keys about HR: Connection to Third-Party Payroll: Choice of Wage Types data available in SAP. These include MOLGA (Component 709: Country modifier without check against T500L), TABNA (Table Name), LGART (Wage Type), RRKEN (Component 709: Retroactive accounting indicator).. 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 T532B 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
FLDIDInterface format name FLDIDCHAR4FLDID
MOLGAComponent 709: Country modifier without check against T500L MOLGA_K709CHAR2MOLGA_K709
TABNATable Name NTABLCHAR30NTABL
LGARTWage Type LGARTCHAR4Assigned to domainLGART
RRKENComponent 709: Retroactive accounting indicator RRKENNUMC2RRKEN
ABARTComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
LOARTComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
APZNXComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
CNTR1Component 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
CNTR2Component 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
CNTR3Component 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
ALZNRComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
C1ZNRComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
BTZNRComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
ABZNRComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
V0TYPComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
V0ZNRComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
ZEINHComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
BETPEComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
ANZHLComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
BETRGComponent 709: Entry field for field selection in PC207 XFELD_K709CHAR1XFELD
KENNZComponent 709: Free indicator KENNZ_K709CHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM T532B
INTO CORRESPONDING FIELDS OF WA_T532B
WHERE...

How to access SAP table T532B

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