EKPV SAP (Shipping Data For Stock Transfer of Purchasing Document Item) Table details

Dictionary Type: Table
Description: Shipping Data For Stock Transfer of Purchasing Document Item




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




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

EKPV is a standard SAP Table which is used to store Shipping Data For Stock Transfer of Purchasing Document Item data and is available within R/3 SAP systems depending on the version and release level.

The EKPV table consists of various fields, each holding specific information or linking keys about Shipping Data For Stock Transfer of Purchasing Document Item data available in SAP. These include EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), VSTEL (Shipping Point/Receiving Point), LPRIO (Delivery Priority).. 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 EKPV 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
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
ROUTERoute ROUTECHAR6TVROROUTE
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
KUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
SPDNRForwarding agent SPDNRCHAR10LFA1ALPHALIFNR
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
LEDATDelivery Creation Date LEDATDATS8DATUM
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
VSBEDShipping Conditions VSBEDCHAR2TVSBVSBED
LADGRLoading Group LADGRCHAR4TLGRLADGR
TRAGRTransportation Group TRAGRCHAR4TTGRTRAGR
ABLADUnloading Point ABLADCHAR25TEXT25
KZAZUOrder Combination Indicator KZAZU_DCHAR1XFELD
TZONISTime zone of delivering location TSEGZONISSCHAR6Assigned to domainTZNZONE
SPE_AUTH_NUMBERReturn Material Authorization Number /SPE/RET_RMACHAR20ALPHA/SPE/RET_RMA
SPE_SRC_DLV_NOSource delivery number /SPE/RET_SRC_DLV_NOCHAR10Assigned to domainALPHAVBELN
SPE_SRC_EXIDVSource/Target handling unit (external ID) /SPE/RET_SRC_EXIDVCHAR20ALPHAEXIDV
SPE_INSPOUT_GUIDInspections: Inspection outcome GUID set by EWM /SPE/INSP_OUT_GUID_16RAW16/SPE/RET_GUID16
SPE_FOLLOW_UPDefault Follow-Up Activity Code /SPE/RET_FOLLOW_UPCHAR4/SPE/RET_FOLLOW_UP
SPE_EXT_IDExternal Delivery Number /SPE/VBELN_EXTCHAR10Assigned to domainALPHAVBELN
SPE_EXT_ID_ITEMExternal Delivery Item Number /SPE/VBELN_EXT_ITEMNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM EKPV
INTO CORRESPONDING FIELDS OF WA_EKPV
WHERE...

How to access SAP table EKPV

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