KFPE SAP (Transfer Price Agreement: Allocation History) Table details

Dictionary Type: Table
Description: Transfer Price Agreement: Allocation History




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




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

KFPE is a standard SAP Table which is used to store Transfer Price Agreement: Allocation History data and is available within R/3 SAP systems depending on the version and release level.

The KFPE table consists of various fields, each holding specific information or linking keys about Transfer Price Agreement: Allocation History data available in SAP. These include KOKRS (Controlling Area), BELNR (Document number of a transfer price agreement/allocation), BLPOS (Document item: transfer price agreement/allocation), BPENT (Sequential number of allocation for document item).. 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 KFPE 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
BELNRDocument number of a transfer price agreement/allocation KFPBNRCHAR10KFPKALPHAKFPBNR
BLPOSDocument item: transfer price agreement/allocation KFPBPOSNUMC3KFPPKFPBPOS
BPENTSequential number of allocation for document item KFPBPENUMC3KFPBPE
VRGNGBusiness Transaction KBLVORGANGCHAR4TJ01J_VORGANG
ERFASCreated by KBLERFCHAR12USNAM
ERDATEntry date KBLERDATDATS8DATUM
VTEXTAllocation text KFPVTXTCHAR50KFPVTEXT
ERLKZCompletion indicator for agreement item KFPERLKZCHAR1CHAR1_X
WTVERAmount in transaction currency KFPVTCCURR15(2) WERTV8
PRICETransfer Prices: Price per Unit of Measure KFPPRICECURR15(2) WERTV8
MGVERTotal Quantity MEGXXXQUAN15(3) MENGV8
BUDATPosting Date in the Document BUDATDATS8DATUM
REFBNRReference document number (reference to orig.doc. in KFPK) KFPRBNRCHAR10KFPKALPHAKFPBNR
RBLPOSRef.doc.item KFPRBLPOSNUMC3KFPPKFPBPOS

Key field Non-key field



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

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

SELECT SINGLE *
FROM KFPE
INTO CORRESPONDING FIELDS OF WA_KFPE
WHERE...

How to access SAP table KFPE

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