P05FBN_ADD_PLAN SAP (Flexible Benefits NL: Additional Data Benefit Plans) Table details

Dictionary Type: Table
Description: Flexible Benefits NL: Additional Data Benefit Plans




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




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

P05FBN_ADD_PLAN is a standard SAP Table which is used to store Flexible Benefits NL: Additional Data Benefit Plans data and is available within R/3 SAP systems depending on the version and release level.

The P05FBN_ADD_PLAN table consists of various fields, each holding specific information or linking keys about Flexible Benefits NL: Additional Data Benefit Plans data available in SAP. These include BAREA (Benefit Area), BPLAN (Benefit Plan), ENDDA (End Date), BEGDA (Start Date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP P05FBN_ADD_PLAN table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BAREABenefit Area P05FBN_BAREACHAR2T5UB3BEN_AREABEN
BPLANBenefit Plan P05FBN_BPLANCHAR4T5UBABEN_PLAN
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
IT_EXISTSPlan Activation Dependent on Infotype P05FBN_INFOTYPE_EXISTSCHAR4T582AINFOTYP
SUBTYPlan Activation Dependent on Subtype P05FBN_SUBTYPE_EXISTSCHAR4SUBTY
RES_IT_EXPlan Activation Status Based on Infotype P05FBN_RESULT_IT_EXISTSCHAR1P05FBN_RESULT_IT_EXISTS
REL_BATCHApproval not Required P05FBN_REL_BATCHCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table P05FBN_ADD_PLAN using ABAP code

The following ABAP code Example will allow you to do a basic selection on P05FBN_ADD_PLAN to SELECT all data from the table
DATA: WA_P05FBN_ADD_PLAN TYPE P05FBN_ADD_PLAN.

SELECT SINGLE *
FROM P05FBN_ADD_PLAN
INTO CORRESPONDING FIELDS OF WA_P05FBN_ADD_PLAN
WHERE...

How to access SAP table P05FBN_ADD_PLAN

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