P02_FMZR_BN SAP (FamRelBReg: Recipient Data) Structure details

Dictionary Type: Structure
Description: FamRelBReg: Recipient Data




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




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

P02_FMZR_BN 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: Recipient 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_BN TYPE P02_FMZR_BN.

The P02_FMZR_BN table consists of various fields, each holding specific information or linking keys about FamRelBReg: Recipient Data data available in SAP. These include BN_SECTN_S (ID Section for Standard Fields for Recipient), BN_SINUM_XML (Recipient: Social Insurance Number (XML)), BN_PERNR (Personnel Number), BN_LNAME_XML (Recipient: Last Name (XML)).. 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_BN 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
BN_SECTN_SID Section for Standard Fields for Recipient P02_FMZR_BN_SECTN_SCHAR4P_99S_SECTN
BN_SINUM_XMLRecipient: Social Insurance Number (XML) P02_FMZR_BN_SINUM_XMLCHAR16
BN_PERNRPersonnel Number PERNR_DNUMC8PERNRPER
BN_LNAME_XMLRecipient: Last Name (XML) P02_FMZR_BN_LNAME_XMLCHAR50
BN_FNAME_XMLRecipient: First Name (XML) P02_FMZR_BN_FNAME_XMLCHAR50
BN_BIRTHRecipient: Date of Birth P02_FMZR_BN_BIRTHDATS8DATUM
BN_BIRTH_XMLRecipient: Date of Birth (XML) P02_FMZR_BN_BIRTH_XMLCHAR10
BN_GENDRRecipient: Gender (Code as per Infotype 0002) P02_FMZR_BN_GENDRCHAR1GESCH
BN_GENDR_XMLRecipient: Gender (Code for XML) P02_FMZR_BN_GENDR_XMLCHAR1P02_FMZR_BN_GENDR_XML
BN_STATU_XMLRecipient: Employment Status (XML, 01 = Employee) P02_FMZR_BN_STATU_XMLCHAR2
BN_ENTRYRecipient: Entry Date P02_FMZR_BN_ENTRYDATS8DATUM
BN_ENTRY_XMLRecipient: Entry Date (XML) P02_FMZR_BN_ENTRY_XMLCHAR10
BN_LEAVERecipient: Leaving Date P02_FMZR_BN_LEAVEDATS8DATUM
BN_LEAVE_XMLRecipient: Leaving Date (XML) P02_FMZR_BN_LEAVE_XMLCHAR10
BN_DEATHRecipient: Date of Death P02_FMZR_BN_DEATHDATS8DATUM
BN_DEATH_XMLRecipient: Date of Death (XML) P02_FMZR_BN_DEATH_XMLCHAR10
BN_SECTN_CID Section for Customer Fields for Recipient P02_FMZR_BN_SECTN_CCHAR4P_99S_SECTN
BN_CH_TAB 0

Key field Non-key field



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

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

How to access SAP table P02_FMZR_BN

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