/TDAG/CPS_API_TASKI SAP (CP: Structure of task items) Structure details

Dictionary Type: Structure
Description: CP: Structure of task items




ABAP Code to SELECT data from /TDAG/CPS_API_TASKI
Related tables to /TDAG/CPS_API_TASKI
Access table /TDAG/CPS_API_TASKI




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

/TDAG/CPS_API_TASKI 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 "CP: Structure of task items" 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_/TDAG/CPS_API_TASKI TYPE /TDAG/CPS_API_TASKI.

The /TDAG/CPS_API_TASKI table consists of various fields, each holding specific information or linking keys about CP: Structure of task items data available in SAP. These include MANDT (Client), HDRNO (Task Number), ITMNO (Item Number), ACTIVITY (Task Activity).. 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: Not classified


SAP /TDAG/CPS_API_TASKI 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
MANDTClient MANDTCLNT3T000MANDT
HDRNOTask Number /TDAG/CPE_HDRNOCHAR20/TDAG/CPT_TASKHALPHA/TDAG/CPD_HDRNO/TDAG/CP04
ITMNOItem Number /TDAG/CPE_ITMNONUMC10/TDAG/CPD_ITMNO
ACTIVITYTask Activity /TDAG/CPE_ACTIVITYCHAR10/TDAG/CPC_ACTVT/TDAG/CPD_ACTIVITY
STATUSTask Status /TDAG/CPE_STATUSCHAR5/TDAG/CPC_STATUS/TDAG/CPD_STATUS
PRIOTask Priority /TDAG/CPE_PRIONUMC1/TDAG/CPD_PRIO
DUEDATEDue Date /TDAG/CPE_DUEDATEDATS8
PLANDATECompletion By /TDAG/CPE_PLANDATEDATS8
CRDATECreated On ESECRDATDATS8DATUM
CRTIMECreation Time /TDAG/CPE_CRTIMETIMS6
CRNAMECreated By ESECRNAMCHAR12USNAM
TEXTNote /TDAG/CPE_NOTECHAR132TEXT132
FLG_LTEXTLong Text /TDAG/CPE_LTEXTCHAR1ESDBOOLE
ATTCATApplication DAPPLCHAR3TDWPDAPPL
FILENAMEFile Name /TDAG/CPE_FILENAMCHAR132/TDAG/CPD_FILENAM
FILESIZEFile Size /TDAG/CPE_FILESIZENUMC10/TDAG/CPD_FILESIZE
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
TDNAMEName TDOBNAMECHAR70TDOBNAME
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
LOG_HANDLEApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
REQDATERequest Date /TDAG/CPE_REQUESTDATEDATS8DATE
REQTIMERequest Time /TDAG/CPE_REQUESTTIMETIMS6TIME
EMAILADDRE-Mail Address /TDAG/CPE_EMAILADDRCHAR241SXIDNAD_SMTPADR
ESCREASONIDEscalation Reason /TDAG/CPE_ESCREASONIDCHAR30Assigned to domain/TDAG/CPD_ESCREASONID
ESCSEVERITYEscalation Severity Description /TDAG/CPE_ESCSEVERITYNUMC10NUMC10
CONTPROVContent Provider ID /TDAG/CPE_CONTPROVCHAR4
LOGLOCKMODELogical Lock Mode /TDAG/CPE_LGLCKMDCHAR10/TDAG/CPD_LGLCKMD
FILEPTROriginal of document FILEPCHAR255TEXT255

Key field Non-key field



How do I retrieve data from SAP structure /TDAG/CPS_API_TASKI using ABAP code?

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

How to access SAP table /TDAG/CPS_API_TASKI

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