KFPK_EXIT SAP (Document Header: Export Enhancement Transfer Price Agmt) Structure details

Dictionary Type: Structure
Description: Document Header: Export Enhancement Transfer Price Agmt




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




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

KFPK_EXIT 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: Export Enhancement Transfer Price Agmt" 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_EXIT TYPE KFPK_EXIT.

The KFPK_EXIT table consists of various fields, each holding specific information or linking keys about Document Header: Export Enhancement Transfer Price Agmt data available in SAP. These include BELNR (Document number of a transfer price agreement/allocation), BLART (Document type: Transfer price agreement/allocation), BLDAT (Document Date in Document), BUDAT (Posting Date in the Document).. 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_EXIT 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
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BELNRDocument number of a transfer price agreement/allocation KFPBNRCHAR10Assigned to domainALPHAKFPBNR
BLARTDocument type: Transfer price agreement/allocation KFPBLACHAR2Assigned to domainKFPBLAKFPA
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
KTEXTDoc.header text KBLKTEXTCHAR50TEXT50
WAERSTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
VKSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
VERLARRevenue element KFPERLARCHAR10Assigned to domainALPHAKSTAR
RAUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
RPSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
RNPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
RAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
RAPLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
RKOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SAUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
SPSPNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
SNPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
SAUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
SAPLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL

Key field Non-key field



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

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

How to access SAP table KFPK_EXIT

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