PKKUM SAP (Structure of Container Data) Structure details

Dictionary Type: Structure
Description: Structure of Container Data




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




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

PKKUM 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 of Container Data" 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_PKKUM TYPE PKKUM.

The PKKUM table consists of various fields, each holding specific information or linking keys about Structure of Container Data data available in SAP. These include DAT00 (Receipt/Requirements date), PKBST (Kanban status), PLNUM (Planned order number), AUFNR (Order 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 PKKUM 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
MNG01Quantity received or quantity required MNG01QUAN13(3) MENGV13
DAT00Receipt/Requirements date DAT00DATS8DATUM
PKBSTKanban status PKBSTCHAR1PKBST
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
ETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
TBNUMTransfer Requirement Number TBNUMNUMC10Assigned to domainTBNUMTBN
XCODEFunction code XCODECHAR20FCODE
KONNRPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
KONTPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
PEDTROrder finish date in the planned order PEDTRDATS8DATUM
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
PKBMGQuantity requested PKBMGQUAN13(3) MENG13
PKLKZDeletion Indicator for a Kanban PKLKZCHAR1XFELD
PABNUMJIT Call Number PABNUMCHAR10Assigned to domainALPHAPABNUMPABNUM
PABPOSJIT call item PABPOSNUMC4PABPOS
ETENSSequential Number of Vendor Confirmation ETENSNUMC4NUM04
ZPUNKTReporting Point SA_ZPUNKTCHAR4NUMCVVORNR
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBELPItem number of the SD document POSNRNUMC6Assigned to domainPOSNR

Key field Non-key field



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

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

How to access SAP table PKKUM

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