CMS_TSK SAP table for – Tasks

Here we would like to draw your attention to CMS_TSK table in SAP. As we know it is being mainly used with the SAP FS-CMS (Collateral Management System in FS) component which is coming under FS module (Financial Services). CMS_TSK is a SAP standard transp table used for storing Tasks related data in SAP. It comes under the package CMS_COMMON.

SAP CMS_TSK table

Table CMS_TSK technical data

TableCMS_TSK
Data storingTasks
ModuleFS
Sub ModuleFS-CMS
SAP PackageCMS_COMMON
Delivery ClassA – Application table (master and transaction data)
ComponentEA-FINSERV
Table CategoryTRANSP

SAP CMS_TSK Table Fields

Here is the details of each fields in this SAP table. You can find the discription, data type and assigned lenth of each of the fields in CMS_TSK table.

  • MANDT : Client
    Its a key field. Its data type is CLNT (Character with length 3) with field length 3
  • .INCLUDE : Primary Key for CMS_TSK
    Its a key field.
  • TASK_GUID : Task GUID: Primary Key for CMS_TSK
    Its a key field. Its data type is RAW (Byte string) with field length 16
  • .INCLUDE : Tasks: Semantic Data
  • OBJECT : Task Object
    Its data type is CHAR (Character String) with field length 6
  • OBJECT_ID : Task’s Object Identifier
    Its data type is RAW (Byte string) with field length 16
  • .INCLUDE : Tasks: Control Data
  • TASK_PRIORITY : Task Priroity
    Its data type is CHAR (Character String) with field length 2
  • TASK_STATUS : Task Status
    Its data type is CHAR (Character String) with field length 2
  • COMPL_STATUS : Completion Status of a Task
    Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 5
  • .INCLUDE : Tasks: Dates (DB Format)
  • START_ON : Time Stamp in short form (Local date and time/format)
    Its data type is NUMC (Character String with Digits Only) with field length 15
  • DUE_ON : Time Stamp in short form (Local date and time/format)
    Its data type is NUMC (Character String with Digits Only) with field length 15
  • REMINDER_ON : Time Stamp in short form (Local date and time/format)
    Its data type is NUMC (Character String with Digits Only) with field length 15
  • COMPL_ON : Time Stamp in short form (Local date and time/format)
    Its data type is NUMC (Character String with Digits Only) with field length 15
  • .INCLUDE : Tasks: General Data
  • TASK_TYPE : Task Type
    Its data type is CHAR (Character String) with field length 6
  • OWNER : Task Owner
    Its data type is CHAR (Character String) with field length 12
  • NOTE : Task Note
    Its data type is CHAR (Character String) with field length 60
  • .INCLUDE : Stucture to record history of changes in all application tab
  • CREATED_BY : Login ID of the User who created the Record
    Its data type is CHAR (Character String) with field length 12
  • CREATED_AT : Creation Timestamp
    Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 15
  • CHANGED_BY : Last Changed By
    Its data type is CHAR (Character String) with field length 12
  • CHANGED_AT : Change Timestamp
    Its data type is DEC (Packed number (number with fixed number of decimal places)) with field length 15
  • SOURCEOFENTRY : Source of Entry
    Its data type is CHAR (Character String) with field length 32