CACS00_DOCACT SAP (Commission Document: Activities) Table details

Dictionary Type: Table
Description: Commission Document: Activities




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




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

CACS00_DOCACT is a standard SAP Table which is used to store Commission Document: Activities data and is available within R/3 SAP systems depending on the version and release level.

The CACS00_DOCACT table consists of various fields, each holding specific information or linking keys about Commission Document: Activities data available in SAP. These include MANDT (Client), POST_YEAR (Assignment Year of Commission Case/Document), DOC_ID (Document Identification), ACT_POS (Identification of an Activity Line).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CACS00_DOCACT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
POST_YEARAssignment Year of Commission Case/Document CACSPSTYEARNUMC4KJAHRCACSPSTYEAR
DOC_IDDocument Identification CACSDOCIDCHAR10ALPHACACSOBJID10CACSDOCID
ACT_POSIdentification of an Activity Line CACSACTPOSCHAR4ALPHACACSDOCLINE
FLG_REVERSEDIndicator: Row/Object/Subobject is Invalid or Reversed CACSFLGREVCHAR1FLAG
STATUS_POSStatus of Object/Subobject CACSSTATUSPOSCHAR1TCACS_VALSTAT2CACSSTATUSVERS
STATUS_WORKObject Processing Status (Replica) CACSSTATUSWORKPCHAR1Assigned to domainCACSSTATUSWORK
PART_POSReference to a Participation in a Commission Case CACSPARTID_REFCHAR4ALPHACACSDOCLINE
UPD_TIMESTAMPLast Change of Objects CACSUPDTSTMPNUMC14TSTPSCACSTIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS00_DOCACT
INTO CORRESPONDING FIELDS OF WA_CACS00_DOCACT
WHERE...

How to access SAP table CACS00_DOCACT

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