P02_FMZR_AL SAP (FamRelBReg: Bonus Data) Structure details

Dictionary Type: Structure
Description: FamRelBReg: Bonus Data




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




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

P02_FMZR_AL 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 "FamRelBReg: Bonus Data" 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_AL TYPE P02_FMZR_AL.

The P02_FMZR_AL table consists of various fields, each holding specific information or linking keys about FamRelBReg: Bonus Data data available in SAP. These include AL_SECTN_S (ID Section for Standard Fields for Bonus), AL_REFNR_XML (Bonus: Bonus Reference Number (XML)), AL_ATYPE_XML (Bonus: Bonus Type (XML)), AL_BEGDA (Bonus: Start of Payroll Period for Benefits Payment).. 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 (Deep)


SAP P02_FMZR_AL 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
AL_SECTN_SID Section for Standard Fields for Bonus P02_FMZR_AL_SECTN_SCHAR4P_99S_SECTN
AL_REFNR_XMLBonus: Bonus Reference Number (XML) P02_FMZR_AL_REFNR_XMLCHAR16
AL_ATYPE_XMLBonus: Bonus Type (XML) P02_FMZR_AL_ATYPE_XMLCHAR2
AL_BEGDABonus: Start of Payroll Period for Benefits Payment P02_FMZR_AL_BEGDADATS8DATUM
AL_BEGDA_XMLBonus: Start of Payroll Period for Benefits Payment (XML) P02_FMZR_AL_BEGDA_XMLCHAR10
AL_ENDDABonue: End of Payroll Period for Benefits Payment P02_FMZR_AL_ENDDADATS8DATUM
AL_ENDDA_XMLBonus: End of Payroll Period for Benefits Payment (XML) P02_FMZR_AL_ENDDA_XMLCHAR10
AL_BETRGBonus: Amount Paid (Can Be Totaled) P02_FMZR_AL_BETRGCURR15(2) PRBETRG
AL_BETRG_XMLBonus: Amount Paid (Formatted for XML) P02_FMZR_AL_BETRG_XMLCHAR21
AL_DATFMBonus: Start of Entitlement Period P02_FMZR_AL_DATFMDATS8DATUM
AL_DATFM_XMLBonus: Start of Entitlement Period (XML) P02_FMZR_AL_DATFM_XMLCHAR10
AL_DATTOBonus: End of Entitlement Period P02_FMZR_AL_DATTODATS8DATUM
AL_DATTO_XMLBonus: End of Entitlement Period (XML) P02_FMZR_AL_DATTO_XMLCHAR10
AL_AMONTBonus: Amount of Monthly Entitlement P02_FMZR_AL_AMONTCURR15(2) PRBETRG
AL_AMONT_XMLBonus: Amount of Monthly Entitlement (XML) P02_FMZR_AL_AMONT_XMLCHAR21
AL_WAERSBonus: Currency P02_FMZR_AL_WAERSCUKY5
AL_APLEG_XMLBonus: Legal Basis (XML, 01 = FamRB) P02_FMZR_AL_APLEG_XMLCHAR2
AL_BCANT_XMLBonus: Canton for Which Law Was Applied (XML) P02_FMZR_AL_BCANT_XMLCHAR2P02_AKANT
AL_SW_RRBonus: Retroactive Accounting Indicator P02_FMZR_AL_SW_RRCHAR1XFELD
AL_STORN_XMLBonus: Reversal Indicator (02 = No, 01 = Yes) P02_FMZR_AL_STORNCHAR2P02_FMZR_AL_STORN
AL_CCRESBonus: Child's Country of Residence from Infotype 0021 P02_FMZR_AL_CCRESCHAR3Assigned to domainLAND1
AL_CCRES_XMLBonus: Child's Country of Residence (XML) P02_FMZR_AL_CCRES_XMLCHAR2P02_FMZR_AL_CCRES_XML
AL_SECTN_CID Section for Customer Fields for Bonus P02_FMZR_AL_SECTN_CCHAR4P_99S_SECTN

Key field Non-key field



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

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

How to access SAP table P02_FMZR_AL

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