KFPK_DAT SAP (Document Header: Transfer Price Agreement/Alloc.Data Fields) Structure details

Dictionary Type: Structure
Description: Document Header: Transfer Price Agreement/Alloc.Data Fields




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




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

KFPK_DAT 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 "Document Header: Transfer Price Agreement/Alloc.Data Fields" 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_KFPK_DAT TYPE KFPK_DAT.

The KFPK_DAT table consists of various fields, each holding specific information or linking keys about Document Header: Transfer Price Agreement/Alloc.Data Fields data available in SAP. These include BLART (Document type: Transfer price agreement/allocation), VRGNG (Business Transaction), KERFAS (Created by), KERDAT (Entry 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KFPK_DAT 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
BLTYPDocument category: Transfer price agreement/allocation KFPBLTNUMC3KFPBLT
BLARTDocument type: Transfer price agreement/allocation KFPBLACHAR2TKFPAKFPBLAKFPA
VRGNGBusiness Transaction KBLVORGANGCHAR4TJ01J_VORGANG
KERFASCreated by KBLERFCHAR12USNAM
KERDATEntry date KBLERDATDATS8DATUM
KAENDELast changed by KBLAENCHAR12USNAM
KAEDATDate of Last Change KBLAEDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
KTEXTDoc.header text KBLKTEXTCHAR50TEXT50
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
KLOEKZDeletion Indicator KBLLOEKZCHAR1CHAR1_X
LTEXTLong text exists KFPLTXTCHAR1XFELD
REFBNRReference document number (reference to orig.doc. in KFPK) KFPRBNRCHAR10KFPKALPHAKFPBNR
RAUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
RPSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
RNPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
RAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
RAPLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
RKOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
RKDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
RKDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
SAUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
SPSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
SNPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
SAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
SAPLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
SURSCHSource structure URSCHCHAR2TSC0AALPHACO_SCNAM
FRGKZTransfer price agreement release indicator KFPFRKZCHAR1CHAR1_X
STFLGIdentifier for reversal document CO_STFLGCHAR1FLAG
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
STOBNRNumber of the reversed document STOBNRCHAR10KFPKALPHAKFPBNR
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table KFPK_DAT

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