TASKLIST_HISTORY SAP (History of Parallel Valuation Jobs in MM-IM) Table details

Dictionary Type: Table
Description: History of Parallel Valuation Jobs in MM-IM




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




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

TASKLIST_HISTORY is a standard SAP Table which is used to store History of Parallel Valuation Jobs in MM-IM data and is available within R/3 SAP systems depending on the version and release level.

The TASKLIST_HISTORY table consists of various fields, each holding specific information or linking keys about History of Parallel Valuation Jobs in MM-IM data available in SAP. These include START_TIME (System Time), APPLICATION (Framework Application), TASKNAME (Name Under which Task Was Started), END_DATE (System Date).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TASKLIST_HISTORY 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
START_DATESystem Date SYDATUMDATS8SYDATS
START_TIMESystem Time SYUZEITTIMS6SYTIME
APPLICATION Framework Application0
TASKNAME Name Under which Task Was Started0
END_DATESystem Date SYDATUMDATS8SYDATS
END_TIMESystem Time SYUZEITTIMS6SYTIME
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
ERROR_COUNT No. of Application Errors0
ERROR_MSG System Error Message0
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGTYMessage Type MSGTYCHAR1MSGAR
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGV1Message variable 01 MSGV1CHAR50CHAR50
MSGV2Message variable 02 MSGV2CHAR50CHAR50
MSGV3Message variable 03 MSGV3CHAR50CHAR50
MSGV4Message variable 04 MSGV4CHAR50CHAR50
ITEMS Worklist that Task Has Processed0

Key field Non-key field



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

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

SELECT SINGLE *
FROM TASKLIST_HISTORY
INTO CORRESPONDING FIELDS OF WA_TASKLIST_HISTORY
WHERE...

How to access SAP table TASKLIST_HISTORY

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