CEKPV SAP (Structure for Transfer of EKPV to LIS) Structure details

Dictionary Type: Structure
Description: Structure for Transfer of EKPV to LIS




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




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

CEKPV 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 "Structure for Transfer of EKPV to LIS" 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_CEKPV TYPE CEKPV.

The CEKPV table consists of various fields, each holding specific information or linking keys about Structure for Transfer of EKPV to LIS data available in SAP. These include MANDT (Client), EBELN (Purchasing Document Number), EBELP (Item Number of Purchasing Document), VSTEL (Shipping Point/Receiving Point).. 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: Can be enhanced (character-type or numeric)


SAP CEKPV 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
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
UPDKZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
LEDATADelivery Creation Date LEDATDATS8DATUM

Key field Non-key field



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

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

How to access SAP table CEKPV

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