TSK_CLASS_APPEND_DATA SAP (Task List Data for Transfer to Screen Enhancements) Structure details
Description: Task List Data for Transfer to Screen Enhancements
Related tables to TSK_CLASS_APPEND_DATA
Access table TSK_CLASS_APPEND_DATA
TSK_CLASS_APPEND_DATA 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 "Task List Data for Transfer to Screen Enhancements" 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_APPEND_DATA TYPE TSK_CLASS_APPEND_DATA.
The TSK_CLASS_APPEND_DATA table consists of various fields, each holding specific information or linking keys about Task List Data for Transfer to Screen Enhancements data available in SAP. These include TASK_GROUP (Key for Task List Group), GROUP_COUNTER (Group Counter), VALID_FROM_DATE (Valid-From Date), CHANGE_NO (Change 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. .
TSK_CLASS_APPEND_DATA structure Technical Details:
Delivery Class:Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)
SAP TSK_CLASS_APPEND_DATA 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 |
| TASK_TYPE | Task List Type | PLNTY | CHAR | 1 | Assigned to domain | PLNTY | PTY | H_TCA01 | |
| TASK_GROUP | Key for Task List Group | PLNNR | CHAR | 8 | ALPHA | PLNNR | PLN | PLKS | |
| GROUP_COUNTER | Group Counter | PLNAL | CHAR | 2 | ALPHA | ALTNR | PAL | ||
| VALID_FROM_DATE | Valid-From Date | DATUV | DATS | 8 | DATUM | ||||
| CHANGE_NO | Change Number | AENNR | CHAR | 12 | Assigned to domain | AENNR | AENNR | AEN | |
| VALID_TO_DATE | Valid-to date | DATUB | DATS | 8 | DATUM | ||||
| CHANGE_NO_TO | To change number | CPCS_ECN_TO | CHAR | 12 | Assigned to domain | AENNR | AENNR | ||
| DESCRIPTION | Task list description | PLANTEXT | CHAR | 40 | TEXT40 | ||||
| TASK_LOCKED | Header is locked | TSK_LOCK | CHAR | 1 | FLAG |
| Key field | Non-key field |
How do I retrieve data from SAP structure TSK_CLASS_APPEND_DATA using ABAP code?
As TSK_CLASS_APPEND_DATA 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_APPEND_DATA as there is no data to select.How to access SAP table TSK_CLASS_APPEND_DATA
Within an ECC or HANA version of SAP you can also view further information about TSK_CLASS_APPEND_DATA and the data within it using relevant transactions such asSE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).
Search for further information about these or an SAP related objects