PS0503 SAP (Pensioner's Definition) Structure details

Dictionary Type: Structure
Description: Pensioner's Definition




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




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

PS0503 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 "Pensioner's Definition" 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_PS0503 TYPE PS0503.

The PS0503 table consists of various fields, each holding specific information or linking keys about Pensioner's Definition data available in SAP. These include JURST (juridical statute), KINCA (kind of pension calculation), COSR0 (Code of special rule), COSR1 (Code of special rule).. 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 PS0503 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
KINPEkind of pension P12_KINPENUMC1T5B21P12_KINPE
JURSTjuridical statute P12_JURSTNUMC2T5B23P12_JURST
KINCAkind of pension calculation P12_KINCANUMC1T5B29P12_KINCA
COSR0Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR1Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR2Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR3Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR4Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR5Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR6Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR7Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR8Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COSR9Code of special rule P12_COSRUCHAR1T5B25P12_COSRU
COZIVcode ZIV contribution P12_COZIVCHAR1T5B27P12_COZIV

Key field Non-key field



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

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

How to access SAP table PS0503

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