SCMA_TASKLIST SAP (Schedule Manager: Task List) Structure details

Dictionary Type: Structure
Description: Schedule Manager: Task List




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




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

SCMA_TASKLIST 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 "Schedule Manager: Task List" 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_SCMA_TASKLIST TYPE SCMA_TASKLIST.

The SCMA_TASKLIST table consists of various fields, each holding specific information or linking keys about Schedule Manager: Task List data available in SAP. These include TASK_NUMBER (Schedule Manager: Task (Group) Number), CALL_TSKGRP_NO (Schedule Manager: Task (Group) Number), TASK_TYPE (Task Type), TASK_OWNER (Schedule Manager: Task Owner).. 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: Can be enhanced (character-type or numeric)


SAP SCMA_TASKLIST 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
TASKGROUP_NUMBERSchedule Manager: Task (Group) Number SCMA_NUMBERNUMC4NUMC4
TASK_NUMBERSchedule Manager: Task (Group) Number SCMA_NUMBERNUMC4NUMC4
CALL_TSKGRP_NOSchedule Manager: Task (Group) Number SCMA_NUMBERNUMC4NUMC4
TASK_TYPETask Type SCMATASK_TYPECHAR1SCMATASK_TYPE
TASK_OWNERSchedule Manager: Task Owner SCMATASK_OWNERCHAR12UNAME
SCMA_TRANSACTIONSchedule Manager: Transaction SCMA_TRANSACTIONCHAR20Assigned to domainTCODE
SCMA_REPORTABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
SCMA_VARIANTSchedule Manager: Variant SCMA_VARIANTCHAR14SELSET
SCMA_SEQUENCESchedule Manager: Flow Definition SCMA_SEQUENCECHAR40SCMA_SEQUENCE
START_WDAY_RELSchedule Manager: Offset for Relative Time Specifications SCMA_OFFSET_RELCHAR4SCMA_OFFSET_REL
START_CDAY_RELSchedule Manager: Offset for Relative Time Specifications SCMA_OFFSET_RELCHAR4SCMA_OFFSET_REL
START_TIME_ABSSchedule Manager: Start Time of a Task SCMA_START_TIMECHAR5SCMA_START_TIME
BDS_DOC_IDBusiness Document Service: Document ID BDS_DOCIDCHAR42CHAR42
NODE_IDNode ID SCMA_NODECHAR12SCMA_NODE
PARENT_IDNode ID SCMA_NODECHAR12SCMA_NODE
NSIBLING_IDNode ID SCMA_NODECHAR12SCMA_NODE

Key field Non-key field



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

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

How to access SAP table SCMA_TASKLIST

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