UMC_YS_TODO SAP (Todo Item) Structure details

Dictionary Type: Structure
Description: Todo Item




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




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

UMC_YS_TODO 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 "Todo Item" 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_UMC_YS_TODO TYPE UMC_YS_TODO.

The UMC_YS_TODO table consists of various fields, each holding specific information or linking keys about Todo Item data available in SAP. These include APP (Application Key), APPKEY (Technical Name of Application(s)), OTYPE (Scorecard Elements: Object Type), OKEY (Scorecard Elements: Object Key).. 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: Cannot Be Enhanced


SAP UMC_YS_TODO 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
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
APPApplication Key UMC_Y_APPLICATIONCHAR1UMC_D_APPLICATION
APPKEYTechnical Name of Application(s) UMC_Y_APPKEYCHAR15UMC_D_APPKEY
OTYPEScorecard Elements: Object Type UMB_Y_OBJ_TYPECHAR1UMB_D_OBJ_TYPE
OKEYScorecard Elements: Object Key UMB_Y_OBJ_KEYCHAR30UMB_D_OBJ_KEY
UNAMEUser Name SYUNAMECHAR12SYCHAR12
PERSON_IDTechnical Person Number PERSONIDNUMC8PERSONID
UNAME_EMAILTask List: E-Mail of Recipient UMC_Y_UNAME_EMAILCHAR241SXIDNAD_SMTPADR
CREATEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
CREATED_BYUser Name SYUNAMECHAR12SYCHAR12
CREATED_BY_EMAILTodo List: Sender E-Mail UMC_Y_CREATED_BY_EMAILCHAR241SXIDNAD_SMTPADR
EMAIL_NOTIFE-Mail Notification UMC_Y_TODO_NOTIFICATIONCHAR1UMC_D_TODO_NOTIFICATION
DUE_DATESystem Date SYDATUMDATS8SYDATS
EXPIRE_DATESystem Date SYDATUMDATS8SYDATS
EXECUTEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
EXECUTED_BYUser Name SYUNAMECHAR12SYCHAR12
DELETEDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
DELETED_BYUser Name SYUNAMECHAR12SYCHAR12
ITEM_TYPETodo item type (info, task, warning, ...) UMC_Y_ITEM_TYPECHAR1UMC_D_ITEM_TYPE
ITEM_SUBTYPETodo item sub type (application specific) UMC_Y_ITEM_SUBTYPECHAR10UMC_D_ITEM_SUBTYPE
ITEM_KEYTodo Item Key (to store some helping key type information) UMC_Y_ITEM_KEYCHAR30UMC_D_ITEM_KEY
ITEM_TXTText of Item in Todo List (Type of Todo Item) UMC_Y_ITEM_TXTCHAR60UMC_D_LTXT
EXPLAIN_TXTExplanation of Item in Task List (Why) UMC_Y_EXPLAIN_TXTCHAR60UMC_D_LTXT

Key field Non-key field



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

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

How to access SAP table UMC_YS_TODO

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