PKKANBAN_STRUC SAP (Kanban Call) Structure details

Dictionary Type: Structure
Description: Kanban Call




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




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

PKKANBAN_STRUC 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 "Kanban Call" 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_PKKANBAN_STRUC TYPE PKKANBAN_STRUC.

The PKKANBAN_STRUC table consists of various fields, each holding specific information or linking keys about Kanban Call data available in SAP. These include CHARG (Batch Number), SADT2 (Date of last change), SAUZ2 (Time of the last status change), PABNUM (JIT Call 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 PKKANBAN_STRUC 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
PKKEYIdentification Number PKKEYNUMC10Assigned to domainPKKEY
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SADT2Date of last change SAEDTDATS8DATUM
SAUZ2Time of the last status change SAEUZTIMS6UZEIT
PABNUMJIT Call Number PABNUMCHAR10Assigned to domainALPHAPABNUMPABNUM
PABPOSJIT call item PABPOSNUMC4PABPOS
PKBMGQuantity requested PKBMGQUAN13(3) MENG13
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MBLPOItem in Material Document MBLPONUMC4MBLPOPOS
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
PKCMGQuantity of Goods Received WEMNGQUAN13(3) MENG13
PKIMGActual quantity PKIMGQUAN13(3) MENG13
PKBSTKanban status PKBSTCHAR1PKBST
SAEDTDate of last change SAEDTDATS8DATUM
SAEUZTime of the last status change SAEUZTIMS6UZEIT
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
TBPOSTransfer Requirement Item TBPOSNUMC4TBPOSTBP

Key field Non-key field



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

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

How to access SAP table PKKANBAN_STRUC

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