TODOS SAP (TODO: Exclude programs from individual SLIN checks) Table details

Dictionary Type: Table
Description: TODO: Exclude programs from individual SLIN checks




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




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

TODOS is a standard SAP Table which is used to store TODO: Exclude programs from individual SLIN checks data and is available within R/3 SAP systems depending on the version and release level.

The TODOS table consists of various fields, each holding specific information or linking keys about TODO: Exclude programs from individual SLIN checks data available in SAP. These include SAPSYSTEM (TODO: System), CHECKREPO (TODO: Check), PGMID (Program ID in Requests and Tasks), OBJECT (Object Type).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TODOS 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
MANDANTTODO: Client MANDANTCHAR3CHAR3
SAPSYSTEMTODO: System SAPSYSTEMCHAR8SYCHAR08
CHECKREPOTODO: Check CHECKREPOCHAR40Assigned to domainPROGRAMM
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
PROGNAMETODO exceptions: Object name TODOPGNAMECHAR84TODOPGNAME
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
KIND Checking group0
SLIN_ERRCharacter field of length 40 CHAR40CHAR40CHAR40
EXCEPSINCE Exception from 0
EXCEPTO Exception to 0
CALLEDFROM Requested by 0
UNAM Entered by 0
UDAT Entered on 0
TEXTCharacter field, length 70 CHAR70CHAR70CHAR70

Key field Non-key field



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

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

SELECT SINGLE *
FROM TODOS
INTO CORRESPONDING FIELDS OF WA_TODOS
WHERE...

How to access SAP table TODOS

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