PS0529 SAP (HR Master Record: Infotype 0529 (Add. Personal Data CN)) Structure details

Dictionary Type: Structure
Description: HR Master Record: Infotype 0529 (Add. Personal Data CN)




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




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

PS0529 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 "HR Master Record: Infotype 0529 (Add. Personal Data CN)" 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_PS0529 TYPE PS0529.

The PS0529 table consists of various fields, each holding specific information or linking keys about HR Master Record: Infotype 0529 (Add. Personal Data CN) data available in SAP. These include PRIDN (Personal identity), FMBKG (Family background), RACKY (Ethnic group), PCODE (Political status).. 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: Can be enhanced (character-type or numeric)


SAP PS0529 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
PRCLSPersonal class status PCN_PRCLSCHAR2T7CN44PCN_PRCLS
PRIDNPersonal identity PCN_PRIDNCHAR2T7CN45PCN_PRIDN
FMBKGFamily background PCN_FMBKGCHAR2T7CN44PCN_PRCLS
RACKYEthnic group PCN_RACKYCHAR2T505RRACKY
PCODEPolitical status PCN_PCODECHAR2T7CN59PCN_PCODE
DISCLDisability Classification PCN_DISCLCHAR2T7CNDCPCN_DISCL
DISGRDisability Grade PCN_DISGRCHAR2T7CNDGPCN_DISGR

Key field Non-key field



How do I retrieve data from SAP structure PS0529 using ABAP code?

As PS0529 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 PS0529 as there is no data to select.

How to access SAP table PS0529

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