V_PKSS SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_PKSS is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_PKSS table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PKKEY (Identification Number), PKNUM (Control cycle number), PKPOS (Kanban item number / control cycle item), PKBST (Kanban status).. 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: Not classified


SAP V_PKSS table view 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
PKKEYIdentification Number PKKEYNUMC10PKKEY
PKNUMControl cycle number PKNUMCHAR7PKHDALPHAPKNUMPKNUM
PKPOSKanban item number / control cycle item PKPOSNUMC3PKPOS
PKBSTKanban status PKBSTCHAR1PKBST
PKIMGActual quantity PKIMGQUAN13(3) MENG13
SAEDTDate of last change SAEDTDATS8DATUM
SAEUZTime of the last status change SAEUZTIMS6UZEIT
SADT2Date of last change SAEDTDATS8DATUM
SAUZ2Time of the last status change SAEUZTIMS6UZEIT
PLNUMPlanned order number PLNUMCHAR10PLAFALPHAPLNUMPAF
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
EBELNPurchasing Document Number EBELNCHAR10EKKOALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
ETENRDelivery Schedule Line Counter EETENNUMC4EETEN
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10RESBRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
TBNUMTransfer Requirement Number TBNUMNUMC10TBNUMTBN
TBPOSTransfer Requirement Item TBPOSNUMC4TBPOSTBP
SPKKZBlocking indicator for kanban container SPKKZCHAR1XFELD
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MBLPOItem in Material Document MBLPONUMC4MBLPOPOS
PKLKZDeletion Indicator for a Kanban PKLKZCHAR1XFELD
PKBMGQuantity requested PKBMGQUAN13(3) MENG13
PKBSAPrevious kanban status PKBSACHAR1PKBST
PABNUMJIT Call Number PABNUMCHAR10ALPHAPABNUMPABNUM
PABPOSJIT call item PABPOSNUMC4PABPOS
PKGPZGPlanned Receipt PKGPZGDEC15TZNTSTMPS
HDFLGIndicator: Changed Control Cycle Data Available for Kanban HDFLGCHAR1XFELD
ETENSSequential Number of Vendor Confirmation ETENSNUMC4EKESNUM04
ZPUNKTReporting Point SA_ZPUNKTCHAR4NUMCVVORNR
PRTNRConfirmation number PRTNRNUMC10PRTNRCONFNUMBER
VBELNSales and Distribution Document Number VBELNCHAR10ALPHAVBELNAUN
VBELPItem number of the SD document POSNRNUMC6POSNR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
LGORTStorage Location LGORT_DCHAR4LGORTLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_PKSS
INTO CORRESPONDING FIELDS OF WA_V_PKSS
WHERE...

How to access SAP table V_PKSS

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