P02_FMZR_PAYR_PAYMENT SAP (FamRelBonuses: Individual Payment from Payroll Result) Structure details

Dictionary Type: Structure
Description: FamRelBonuses: Individual Payment from Payroll Result




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




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

P02_FMZR_PAYR_PAYMENT 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 "FamRelBonuses: Individual Payment from Payroll Result" 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_P02_FMZR_PAYR_PAYMENT TYPE P02_FMZR_PAYR_PAYMENT.

The P02_FMZR_PAYR_PAYMENT table consists of various fields, each holding specific information or linking keys about FamRelBonuses: Individual Payment from Payroll Result data available in SAP. These include CP_BRANCHNR (FAK Number (ELM)), BN_SINUM_XML (Recipient: Social Insurance Number (XML)), BN_PERNR (Personnel Number), CH_CHLNO (Child: Child Number as per Infotype 0021).. 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 P02_FMZR_PAYR_PAYMENT 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
CP_VERSNRHR-CH: Insured person number / customer number P02_VERSNRCHAR15CHAR15
CP_BRANCHNRFAK Number (ELM) P02_FAK_BRANR_ELMCHAR15CHAR15
BN_SINUM_XMLRecipient: Social Insurance Number (XML) P02_FMZR_BN_SINUM_XMLCHAR16
BN_PERNRPersonnel Number PERNR_DNUMC8PERNRPER
CH_CHLNOChild: Child Number as per Infotype 0021 P02_FMZR_CH_CHLNOCHAR2
AL_REFNR_XMLBonus: Bonus Reference Number (XML) P02_FMZR_AL_REFNR_XMLCHAR16
AL_ATYPE_XMLBonus: Bonus Type (XML) P02_FMZR_AL_ATYPE_XMLCHAR2
AL_LGARTWage Type LGARTCHAR4Assigned to domainLGART
AL_BCANT_XMLBonus: Canton for Which Law Was Applied (XML) P02_FMZR_AL_BCANT_XMLCHAR2P02_AKANT
AL_BEGDABonus: Start of Payroll Period for Benefits Payment P02_FMZR_AL_BEGDADATS8DATUM
AL_ENDDABonue: End of Payroll Period for Benefits Payment P02_FMZR_AL_ENDDADATS8DATUM
AL_BETRGBonus: Amount Paid (Can Be Totaled) P02_FMZR_AL_BETRGCURR15(2) PRBETRG
AL_WAERSBonus: Currency P02_FMZR_AL_WAERSCUKY5
AL_SW_RRBonus: Retroactive Accounting Indicator P02_FMZR_AL_SW_RRCHAR1XFELD
SW_FORCE_DECLCheckbox XFELDCHAR1XFELD
AL_CCRESBonus: Child's Country of Residence from Infotype 0021 P02_FMZR_AL_CCRESCHAR3Assigned to domainLAND1

Key field Non-key field



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

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

How to access SAP table P02_FMZR_PAYR_PAYMENT

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