P06_PRAY SAP (Structure for entitled people (S45.G10.00)) Structure details

Dictionary Type: Structure
Description: Structure for entitled people (S45.G10.00)




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




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

P06_PRAY 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 "Structure for entitled people (S45.G10.00)" 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_P06_PRAY TYPE P06_PRAY.

The P06_PRAY table consists of various fields, each holding specific information or linking keys about Structure for entitled people (S45.G10.00) data available in SAP. These include PYNIR (Beneficiary social insurance number), PYNRR (Incorporation social insurance number), PYNFM (Last name), PYPRE (First name).. 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: Cannot Be Enhanced


SAP P06_PRAY 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
PYTYPDADS-U: Beneficiary type code P06DAD_TYPE_AYANT_DROITCHAR2P06DAD_TYPE_AYANT_DROIT
PYNIRBeneficiary social insurance number P06DAD_NUMSS_AYANT_DROITCHAR13NUMSS
PYNRRIncorporation social insurance number P06DAD_NUMSS_RATTACHEMENTCHAR13NUMSS
PYNFMLast name P06_NOMPATCHAR80CHAR80
PYPREFirst name P06_SAL_PRENOMCHAR40CHAR40
PYDTNBirth date P06_DATENAISSDATS8DATE
PYRGNDADS-U: Birth rank P06DAD_RANG_NAISSANCEDEC1DEC1
PYCOADADS-U: Health insurance registration agency indicator P06DAD_AFFILIATION_CPAMCHAR30CHAR30
PYCSSDADS-U: Dependent beneficiary for SI purposes indicator P06DAD_AD_CHARGE_SSCHAR2P06DAD_AD_CHARGE_SS
PYSCLDADS-U: Schooled beneficiary indicator P06DAD_AD_SCOLARISECHAR2P06DAD_AD_SCOLARISE
PYEXRDADS-U: Compulsory SECU regime extension indicator P06DAD_AD_EXTENSION_REGIMECHAR2P06DAD_AD_EXTENSION_REGIME
PYCCCDADS-U: Beneficiary other supplementary health coverage ind. P06DAD_AD_BENEF_COUVERTURECHAR2P06DAD_AD_EXTENSION_REGIME

Key field Non-key field



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

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

How to access SAP table P06_PRAY

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