V_TPK01 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_TPK01 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The V_TPK01 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include WERKS (Plant), PKSTE (Control Cycle Replenishment Strategy for In-House Production), PKSAE (Control type), AUART (Order Type).. 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: Not classified


SAP V_TPK01 table view 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
PKSTEControl Cycle Replenishment Strategy for In-House Production PKSTECHAR4PKSTS
PKSAEControl type PKSARCHAR1PKSAR
AUARTOrder Type AUFARTCHAR4T003OAUFARTAAT
AUSSPSignal locking time in minutes AUSSPNUMC3AUSSP
KZQUOIndicator: check quota arrangement KZQUOCHAR1XFELD
BWAWEMovement type for goods receipt SA_BWARTWECHAR3T156BWART
PKSBZDescription: Kanban replenishment strategy PKSBZCHAR40TEXT40
PKFRMForm for printing a kanban (card) PKFRMCHAR16TDFORM
PKWZWCross-plant kanban PKWZWCHAR1XFELD
CNSCCPost consumption of kanban material to cost center CNSCCCHAR1CNSCC
BWACCMovement type: post consumption to cost center BWACCCHAR3T156BWART
DRUFBFunction module for printing kanbans DRUFBCHAR30TFDIRFUNCNAME
SDDKZIndicator for KANBAN with SD scheduling agreement SDDKZCHAR1SDDKZ
REDSTReducing planned orders in backflushing for repetitive mfg PK_REDSTCHAR1PK_REDST
REDHZReduction period for planned orders PK_REDHZDEC3DEC03
PLGENPlanned ord. - create for amount of reversal - GR - quantity PK_PLGENCHAR1PK_PLGEN
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
ALERTIndicator for Alerts in Kanban PKALERTCHAR1XFELD
FORM_TYPEForm Type FORM_TYPECHAR1FORMTYPE
KANB_FORM_PDFName of PDF-Based Form FORM_PDFCHAR30FPNAME
CC_FORM_TYPEForm Type FORM_TYPECHAR1FORMTYPE
CC_FORM_PDFName of PDF-Based Form FORM_PDFCHAR30FPNAME
REUSESTReuse Strategy for Planned Orders PK_REUSESTCHAR1PK_REUSEST
REUSEHZReuse Horizon for Planned Orders PK_REUSEHZDEC3DEC03
ACT_CAPAConsideration of Capacity in Control Cycle Calculation PK_ACT_CAPACHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_TPK01
INTO CORRESPONDING FIELDS OF WA_V_TPK01
WHERE...

How to access SAP table V_TPK01

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