VPKSDITEM SAP (Sales Pricing Header Data (Specific to SD)) Table details

Dictionary Type: Table
Description: Sales Pricing Header Data (Specific to SD)




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




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

VPKSDITEM is a standard SAP Table which is used to store Sales Pricing Header Data (Specific to SD) data and is available within R/3 SAP systems depending on the version and release level.

The VPKSDITEM table consists of various fields, each holding specific information or linking keys about Sales Pricing Header Data (Specific to SD) data available in SAP. These include VPKID (Sales pricing document number), POSNR (Sales Document Item), PSPNR (WBS Element), PRONR (Project definition (internal)).. 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)


SAP VPKSDITEM 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
VPKIDSales pricing document number VPKIDNUMC10VPKHEADVPKID
POSNRSales Document Item POSNR_VANUMC6VBUPPOSNRAPO
PSPNRWBS Element PS_POSNRNUMC8PRPSABPSPPS_POSNR
PRONRProject definition (internal) PS_INTNRNUMC8PROJKONPDPS_PSPNR
KLVARCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
.INCLU--AP 0
DPBP_REF_FPLNRBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
DPBP_REF_FPLTRItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR

Key field Non-key field



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

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

SELECT SINGLE *
FROM VPKSDITEM
INTO CORRESPONDING FIELDS OF WA_VPKSDITEM
WHERE...

How to access SAP table VPKSDITEM

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