FCOM_KFPRICE SAP (Key Figure Prices) Table details

Dictionary Type: Table
Description: Key Figure Prices




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




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

FCOM_KFPRICE is a standard SAP Table which is used to store Key Figure Prices data and is available within R/3 SAP systems depending on the version and release level.

The FCOM_KFPRICE table consists of various fields, each holding specific information or linking keys about Key Figure Prices data available in SAP. These include KOKRS (Controlling Area), STAGR (Statistical key figure), KSTAR (Cost Element), BUKRS (Company Code).. 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: Cannot Be Enhanced


SAP FCOM_KFPRICE 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 MANDTCLNT3T000MANDT
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
STAGRStatistical key figure STAGRCHAR6TKA03STAGRSTA
KSTARCost Element KSTARCHAR10CSKBALPHAKSTARKAT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VERSNVersion VERSNCHAR3TKA07ALPHACOVERSIKVS
GJAHRFiscal Year GJAHRNUMC4TKA07GJAHRGJAHRGJR
PERIOPeriod PERIODENUMC3NUM3GFP
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
FCOM_PRICEUNITPrice Unit in Controlling Area Currency FCOM_PRICEUNITDEC5
FCOM_UNITValuation Unit FCOM_UNITUNIT3CUNITEINHEIT
FCOM_PRICEValuation Price FCOM_PRICECURR11(2)

Key field Non-key field



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

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

SELECT SINGLE *
FROM FCOM_KFPRICE
INTO CORRESPONDING FIELDS OF WA_FCOM_KFPRICE
WHERE...

How to access SAP table FCOM_KFPRICE

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