TPK02 SAP (Key for Controlling Control Cycle: External Replenishment) Table details

Dictionary Type: Table
Description: Key for Controlling Control Cycle: External Replenishment




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




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

TPK02 is a standard SAP Table which is used to store Key for Controlling Control Cycle: External Replenishment data and is available within R/3 SAP systems depending on the version and release level.

The TPK02 table consists of various fields, each holding specific information or linking keys about Key for Controlling Control Cycle: External Replenishment data available in SAP. These include WERKS (Plant), PKSTF (Replenishment Strategy of Control Cycle - Ext. Procurement), PKSAF (Control type), MDUEA (Message transfer type for external replenishment).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = TPK2T


SAP TPK02 table 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PKSTFReplenishment Strategy of Control Cycle - Ext. Procurement PKSTFCHAR4PKSTF
PKSAFControl type PKSAFCHAR1PKSAF
MDUEAMessage transfer type for external replenishment MDUEACHAR1MDUEA
KZQUOIndicator: check quota arrangement KZQUOCHAR1XFELD
KZORBIndicator: check source list KZORBCHAR1XFELD
BWAWEMovement type for goods receipt SA_BWARTWECHAR3T156BWART
AUSSPSignal locking time in minutes AUSSPNUMC3AUSSP
PKFRMForm for printing a kanban (card) PKFRMCHAR16TDFORM
BSARTOrder Type (Purchasing) BSARTCHAR4T161BSARTBSA
CNSCCPost consumption of kanban material to cost center CNSCCCHAR1CNSCC
BWACCMovement type: post consumption to cost center BWACCCHAR3T156BWART
UTTRMForward scheduling to the minute for KANBAN sum. JIT calls UTTRMCHAR1XFELD
DRUFBFunction module for printing kanbans DRUFBCHAR30TFDIRFUNCNAME
SDDKZIndicator for KANBAN with SD scheduling agreement SDDKZCHAR1SDDKZ
RKFORMCard for Printing Control Cycle Data RKFORMCHAR16TDFORM
RKDRUFBFunction Module for Printing a Control Cycle RKDRUFBCHAR30TFDIRFUNCNAME
VPACKUse of Packing Instructions in the KANBAN Control Cycle PKVPACKCHAR1VPACK
KNTTPCost Center Account Assignment Category PK_KNTTPCHAR1T163KKNTTP
ALERTIndicator for Alerts in Kanban PKALERTCHAR1XFELD
KANB_FORM_PDFName of PDF-Based Form FORM_PDFCHAR30FPNAME
FORM_TYPEForm Type FORM_TYPECHAR1FORMTYPE
CC_FORM_PDFName of PDF-Based Form FORM_PDFCHAR30FPNAME
CC_FORM_TYPEForm Type FORM_TYPECHAR1FORMTYPE
KZAKBScheduling According to Calculation Profile KZAKBCHAR1XFELD
.INCLU--AP 0
AUTOGRAutomatic Goods Receipt on Receipt of Shipping Notification AUTOGRCHAR1AUTOGR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPK02
INTO CORRESPONDING FIELDS OF WA_TPK02
WHERE...

How to access SAP table TPK02

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