TSK_CLASS_DATA_VIEW SAP (Texts, descriptions, additional data for header) Structure details

Dictionary Type: Structure
Description: Texts, descriptions, additional data for header




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




TSK_CLASS_DATA_VIEW 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 "Texts, descriptions, additional data for header" 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_TSK_CLASS_DATA_VIEW TYPE TSK_CLASS_DATA_VIEW.

The TSK_CLASS_DATA_VIEW table consists of various fields, each holding specific information or linking keys about Texts, descriptions, additional data for header data available in SAP. These include VAGRP_TXT (Description of the Planner Group), PPKZTLZU_TXT (Description of the partial lot assignment), QPRVKT_KURZTEXT (Text for Sample-Drawing Procedure), QDDRT_KURZTEXT (Description of the dynamic modification rule)... 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. .

TSK_CLASS_DATA_VIEW structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TSK_CLASS_DATA_VIEW structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the TSK_CLASS_DATA_VIEW table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FLG_CAPO_TXTDescription of standard values at order creation CWB_FLG_CAPO_TXTCHAR60DDTEXT
VAGRP_TXTDescription of the Planner Group DISPTXTCHAR30TEXT30
PPKZTLZU_TXTDescription of the partial lot assignment CWB_PPKZTLZUCHAR60DDTEXT
QPRVKT_KURZTEXTText for Sample-Drawing Procedure PRZIEHVERF_KTEXTCHAR40CHAR40
QDDRT_KURZTEXTDescription of the dynamic modification rule QDDRT_QKURZTEXTCHAR40CHAR40
STATU_TXTDescription of the status STTEXTCHAR40TEXT40
TQ12T_KURZTEXTDescription of external numbering TQ12T_TXTCHAR40CHAR40
TQ39L_KURZTEXTDescription of dynamic modification level (TQ39A) TQ39L_QKURZTEXTCHAR40CHAR40
TQ79T_KURZTEXTDescription of key words for inspection point user fields TQ79T_TXTCHAR40CHAR40
VERWE_TXTDescription of usage CWB_VERWE_TXTCHAR20TEXT20
PLNTXDesccription of the task list type PLNTXCHAR30TEXT30
KTEXTTask list description PLANTEXTCHAR40TEXT40
TXTDescription of the Planner Group DISPTXTCHAR30TEXT30
VTEXTDescription VTEXTCHAR20TEXT20
STTEXTDescription of the status STTEXTCHAR40TEXT40
NAME1Name NAME1CHAR30TEXT30
LINE_KTEXTWork center description KTXT40CHAR40TEXT40
KAP_ARBPL_TXTWork center description KTXT40CHAR40TEXT40
STRAT_TEXTDescription of maintenance strategy TXWSTRACHAR30TXT30

Key field Non-key field



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

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

How to access SAP table TSK_CLASS_DATA_VIEW

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