VFKK SAP (Shipment Costs: Header Data) Table details

Dictionary Type: Table
Description: Shipment Costs: Header Data




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




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

VFKK is a standard SAP Table which is used to store Shipment Costs: Header Data data and is available within R/3 SAP systems depending on the version and release level.

The VFKK table consists of various fields, each holding specific information or linking keys about Shipment Costs: Header Data data available in SAP. These include FKNUM (Shipment Cost Number), VBTYP (SD document category), FKART (Shipment cost type), STERM (Leg determination).. 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 VFKK 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 FKNUMCHAR10ALPHAFKNUMFKKSD_F4_SCD_ID
VBTYPSD document category VBTYPCHAR1VBTYP
FKARTShipment cost type FKART_TCHAR4TVTFFKART_TFRK
STERMLeg determination STERMCHAR1STERM
PRSDTPricing date PRSDT_KDATS8DATUM
BUDATSettlement date BUDAT_KDATS8DATUM
EXTI1External identification 1 header EXTI1_KCHAR20TEXT20
EXTI2External identification 2 EXTI2_KCHAR20TEXT20
STBERStatus of calculation (shipment costs header data) STBER_KCHAR1STBER_K
STFREStatus of account determination (shipment costs header data) STFRE_KCHAR1STFRE_K
STABRStatus of transfer (shipment costs header data) STABR_KCHAR1STABR_K
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM VFKK
INTO CORRESPONDING FIELDS OF WA_VFKK
WHERE...

How to access SAP table VFKK

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