/B364/EPFP_R01 SAP (Financial Planning: Real Time InfoCube) Table details

Dictionary Type: Table
Description: Financial Planning: Real Time InfoCube




ABAP Code to SELECT data from /B364/EPFP_R01
Related tables to /B364/EPFP_R01
Access table /B364/EPFP_R01




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

/B364/EPFP_R01 is a standard SAP Table which is used to store Financial Planning: Real Time InfoCube data and is available within R/3 SAP systems depending on the version and release level.

The /B364/EPFP_R01 table consists of various fields, each holding specific information or linking keys about Financial Planning: Real Time InfoCube data available in SAP. These include KEY_PFP_R01T (Dimension Table Key), KEY_PFP_R01U (Dimension Table Key), KEY_PFP_R011 (Dimension Table Key), KEY_PFP_R012 (Dimension Table Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /B364/EPFP_R01 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
KEY_PFP_R01PDimension Table Key RSDIMIDINT410/B364/DPFP_R01PINT4
KEY_PFP_R01TDimension Table Key RSDIMIDINT410/B364/DPFP_R01TINT4
KEY_PFP_R01UDimension Table Key RSDIMIDINT410/B364/DPFP_R01UINT4
KEY_PFP_R011Dimension Table Key RSDIMIDINT410/B364/DPFP_R011INT4
KEY_PFP_R012Dimension Table Key RSDIMIDINT410/B364/DPFP_R012INT4
KEY_PFP_R013Dimension Table Key RSDIMIDINT410/B364/DPFP_R013INT4
KEY_PFP_R014Dimension Table Key RSDIMIDINT410/B364/DPFP_R014INT4
KEY_PFP_R015Dimension Table Key RSDIMIDINT410/B364/DPFP_R015INT4
KEY_PFP_R016Dimension Table Key RSDIMIDINT410/B364/DPFP_R016INT4
/B364/S_FQTYQuantity /B364/OIFQTYQUAN17(3) RSKYFQUA
/B364/S_FCQTYQuantity Converted /B364/OIFCQTYQUAN17(3) RSKYFQUA
/B364/S_FPCACost (Plan) /B364/OIFPCAFLTP16(16) RSKYFFLO
/B364/S_FTCACost (Transaction) /B364/OIFTCAFLTP16(16) RSKYFFLO
/B364/S_FPSRRevenue (Plan) /B364/OIFPSRFLTP16(16) RSKYFFLO
/B364/S_FTSRRevenue (Transaction) /B364/OIFTSRFLTP16(16) RSKYFFLO
/B364/S_FEACACost (EAC) /B364/OIFEACACURR17(2) RSKYFAMO
/B364/S_FEAQTYQuantity (EAC) /B364/OIFEAQTYQUAN17(3) RSKYFQUA
/B364/S_FEASRRevenue (EAC) /B364/OIFEASRCURR17(2) RSKYFAMO
/B364/S_FETCACost (ETC) /B364/OIFETCACURR17(2) RSKYFAMO
/B364/S_FETQTYQuantity (ETC) /B364/OIFETQTYQUAN17(3) RSKYFQUA
/B364/S_FETSRRevenue (ETC) /B364/OIFETSRCURR17(2) RSKYFAMO
/B364/S_FPOCPOC /B364/OIFPOCFLTP16(16) RSKYFFLO
/B364/S_FTRATERate (Cost) /B364/OIFTRATEDEC17(3) RSKYFNUM
/B364/S_FTSRRATERate (Revenue) /B364/OIFTSRRATEDEC17(3) RSKYFNUM
/B364/S_FSTFQTYStaffed Quantity /B364/OIFSTFQTYQUAN17(3) RSKYFQUA

Key field Non-key field



How do I retrieve data from SAP table /B364/EPFP_R01 using ABAP code

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

SELECT SINGLE *
FROM /B364/EPFP_R01
INTO CORRESPONDING FIELDS OF WA_/B364/EPFP_R01
WHERE...

How to access SAP table /B364/EPFP_R01

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