VFKN SAP (Account Determination in Shipment Costs Item) Table details

Dictionary Type: Table
Description: Account Determination in Shipment Costs Item




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




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

VFKN is a standard SAP Table which is used to store Account Determination in Shipment Costs Item data and is available within R/3 SAP systems depending on the version and release level.

The VFKN table consists of various fields, each holding specific information or linking keys about Account Determination in Shipment Costs Item data available in SAP. These include FKNUM (Shipment Cost Number), FKPOS (Shipment costs item), LFNKN (Sequential number of account assignment), AEDAT (Date on Which Record Was Created).. 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: Can be enhanced (character-type or numeric)


SAP VFKN 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
FKNUMShipment Cost Number FKNUMCHAR10VFKPALPHAFKNUMFKKSD_F4_SCD_ID
FKPOSShipment costs item FKPOSNUMC6VFKPFKPOS
LFNKNSequential number of account assignment LFNKNNUMC4LFNKN
AEDATDate on Which Record Was Created ERDATDATS8DATUM
NOACTInactive account assignment specification NOACTCHAR1CHAR01
KFLAGChange flag: Purchasing (currently not used) EFLAGCHAR1XFELD
NETWRNet value in currency of shipment cost item NETWR_PCURR15(2) WERTV8
RETYPSD document category VBTYPCHAR1VBTYP
REBELReferenced document REBELCHAR10ALPHAREBEL
REPOSReferenced document item REPOS_PNUMC6REPOS_P
SAKTOG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PROJNRWBS Element PS_POSNRNUMC8PRPSABPSPPS_POSNR
VBELNSales and Distribution Document Number VBELNCHAR10VBUKALPHAVBELNAUN
VBELPSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
ANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KSTRGCost Object KSTRGCHAR12CKPHKSTRGKTR
PAOBJNRProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PRCTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12AUFKALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
IMKEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
VPTNRPartner account number JV_PARTCHAR10KNA1ALPHAKUNNR
FIPOSCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
RECIDRecovery Indicator JV_RECINDCHAR2T8JJALPHAJV_RECIND
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16TFKBFKBERFBE
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
DABRZReference Date for Settlement DABRBEZDATS8DDAT
LSTARActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
PRZNRBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM VFKN
INTO CORRESPONDING FIELDS OF WA_VFKN
WHERE...

How to access SAP table VFKN

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