T529A SAP (Personnel Action Types) Table details

Dictionary Type: Table
Description: Personnel Action Types




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




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

T529A is a standard SAP Table which is used to store Personnel Action Types data and is available within R/3 SAP systems depending on the version and release level.

The T529A table consists of various fields, each holding specific information or linking keys about Personnel Action Types data available in SAP. These include MASSN (Action Type), ITYGR (Infotype Group Number), WERKS (Reserved field/unused field of length 4), PERSG (Action version).. 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: Can be enhanced (character-type)

Text table = T529T


SAP T529A 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
MASSNAction Type MASSNCHAR2MASSN
ITYGRInfotype Group Number ITYGRCHAR2T588CDLGGR
WERKSReserved field/unused field of length 4 NUSED4CHAR4CHAR4
PERSGAction version MSVERCHAR1CHAR1
PERSKReserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
FSTATInput for CC, PA, PS, ES FSTATCHAR2CHAR2
FUNCHFunction character for action FUNCHCHAR1FUNCH
STAT1Customer-Specific Status STAT1CHAR1STATA
STAT2Employment Status STAT2CHAR1STATA
STAT3Special Payment Status STAT3CHAR1STATA
AUSDTDate control AUSKNCHAR1AUSKN
NAMENFeature for checking action sequence MSNMKCHAR5CHAR5
P0000Update infotype 0000 when executing an action UPD00CHAR1XFELD
P0302Update infotype 0302 when executing an action UPDEVCHAR1XFELD
ORDNRSequence Number SEQNPNUMC2SEQNP
CTRY_CHGIndicator: Country reassignment action PAD_CHG_COUNTRYCHAR1
MULTI_PERASDisplay Dialog Box for Selecting Personnel Assignments HRCCE_SHOW_REASSIGN_POPUPCHAR1BOOLE
SHOW_PT50Call Quota Overview HRCEE_CALL_QUOTA_OVERVIEWCHAR1BOOLE
BEN_WBCall Benefits Workbench for Concurrent Employment HRCEE_CALL_BENEFIT_WORKBENCHCHAR1BOOLE
CHG_LEGALPersonnel Action Is of Type Change of Legal Person HRCEE_IS_LEGAL_CHG_ACTIONCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T529A
INTO CORRESPONDING FIELDS OF WA_T529A
WHERE...

How to access SAP table T529A

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