PKORD_OUT SAP (Orders for Kanban In-House Production) Structure details

Dictionary Type: Structure
Description: Orders for Kanban In-House Production




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




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

PKORD_OUT 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 "Orders for Kanban In-House Production" 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_PKORD_OUT TYPE PKORD_OUT.

The PKORD_OUT table consists of various fields, each holding specific information or linking keys about Orders for Kanban In-House Production data available in SAP. These include AUFNR (Order Number), WERKS (Plant), MATNR (Material Number), PRVBE (Production Supply Area).. 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: Cannot Be Enhanced


SAP PKORD_OUT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
PKNUMControl cycle number PKNUMCHAR7Assigned to domainALPHAPKNUMPKNUM
PKPOSKanban item number / control cycle item PKPOSNUMC3PKPOS
PKKEYIdentification Number PKKEYNUMC10Assigned to domainPKKEY
PKBSTKanban status PKBSTCHAR1PKBST
BHSKTShort text - container status Kanban BHSKTCHAR6BHSKT
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
PLWRKPlanning Plant PLWRKCHAR4Assigned to domainWERKSWRK
PWWRKProduction plant in planned order PWWRKCHAR4Assigned to domainWERKS
GSMNGTotal order quantity GAMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
TRMKZScheduling indicator TRMFLCHAR1XFELD
AUFFXFirming indicator for planned order data PLAFXCHAR1XFELD
GSTRPBasic start date CO_GSTRPDATS8DATUM
GLTRPBasic finish date CO_GLTRPDATS8DATUM
GSTRIScheduled start CO_GSTRSDATS8DATUM
GSUPSScheduled start time (Forecast) CO_GSUPSTIMS6UHRZT
GSTRSScheduled finish CO_GLTRSDATS8DATUM
GLUPSScheduled forecast finish time CO_GLUPSTIMS6UHRZT
VERIDProduction Version VERIDCHAR4Assigned to domainVERIDVER
PLGRPProduction Supervisor FEVORCHAR3Assigned to domainFEVORCFV
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
KUNNRSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
NAME1Name 1 NAME1_GPCHAR35NAME
ORT01City ORT01_GPCHAR35TEXT35
BSTDKCustomer purchase order date BSTDKDATS8DATUM
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
PLAFFCheckbox XFELDCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table PKORD_OUT

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