PKWAITING_KANBAN SAP (Waiting Kanban in Trigger Group) Structure details

Dictionary Type: Structure
Description: Waiting Kanban in Trigger Group




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




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

PKWAITING_KANBAN 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 "Waiting Kanban in Trigger Group" 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_PKWAITING_KANBAN TYPE PKWAITING_KANBAN.

The PKWAITING_KANBAN table consists of various fields, each holding specific information or linking keys about Waiting Kanban in Trigger Group data available in SAP. These include TRIGAZ (Trigger Point for Waiting Kanbans), MANDT (Client), PKKEY (Identification Number), PKNUM (Control cycle number).. 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 PKWAITING_KANBAN 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
TRIGGRTrigger Group TRIGGRCHAR10TRIGGR
TRIGAZTrigger Point for Waiting Kanbans TRIGAZNUMC3BEHAZ
MANDTClient MANDTCLNT3T000MANDT
PKKEYIdentification Number PKKEYNUMC10Assigned to domainPKKEY
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 EETENNUMC4Assigned to domainEETEN
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10RESBRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
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 PABNUMCHAR10Assigned to domainALPHAPABNUMPABNUM
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 PRTNRNUMC10Assigned to domainPRTNRCONFNUMBER
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBELPItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MARKEDNew Input Values XFLAGCHAR1XFLAG

Key field Non-key field



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

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

How to access SAP table PKWAITING_KANBAN

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