CACS00_DOCDT SAP (Comn: Detail Items for Remuneration Rows) Table details

Dictionary Type: Table
Description: Comn: Detail Items for Remuneration Rows




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




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

CACS00_DOCDT is a standard SAP Table which is used to store Comn: Detail Items for Remuneration Rows data and is available within R/3 SAP systems depending on the version and release level.

The CACS00_DOCDT table consists of various fields, each holding specific information or linking keys about Comn: Detail Items for Remuneration Rows data available in SAP. These include MANDT (Client), POST_YEAR (Assignment Year of Commission Case/Document), DOC_ID (Document Identification), REMUN_POS (ID of Remuneration Row for Referenced Document).. 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_DOCDT 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
REMUN_POSID of Remuneration Row for Referenced Document CACSREMUNPOSCHAR4ALPHACACSDOCLINE
DETAIL_POSID of Detailed Row for Remuneration Item CACSDETAILPOSCHAR4ALPHACACSDOCLINE
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
PROC_STEPIdentification of Process Substep CACSPROCSTEPCHAR6TCACS_PROCSALPHACACSPROCSTEP
RESULTTYPEResult Type of Remuneration or of Substep CACSRESULTTYPECHAR2TCACS_RESULTALPHACACSRESULTTYPE
RULE_TYPECategory of Calculating Rule CACS_RULE_TYPECHAR2TCACS_COTCACSCALCOBJTYPE
RULE_IDIdentification of Calculating Rule CACS_RULE_IDCHAR10ALPHACACSOBJID10
REF_POST_YEARPosting Year of Document to Which Detail Row Refers CACS_REF_POST_YEARNUMC4KJAHR
REF_DOC_IDDocument Identification to Which Current Detail Item Refers CACS_REF_DOC_IDCHAR10ALPHACACSOBJID10
REF_REMUN_POSID of Remuneration Row for Referenced Document CACSREMUNPOSCHAR4ALPHACACSDOCLINE
REF_DETAIL_POSID of Detailed Row for Remuneration Item CACSDETAILPOSCHAR4ALPHACACSDOCLINE
DREM_SHAREChange to Share in Remuneration (in Percent) CACSREMUDSHAREDEC10(5) CACSPERCENT5
DREM_RATEDifference Remuneration Rate (For Example Percent) CACSREMDRATEDEC8(3) CACSPERCENT
DREM_LEDAMNTRemuneration Difference Amount in Commission Model Currency CACSREMUDLEDAMNTCURR15(2) CACSAMNTITEM
DREM_QUANRemuneration Difference Quantity CACSREMUDQUANQUAN11(2) CACSREMUQUAN
UPD_IDID of Update Category CACSUPDATEIDCHAR4TCACS_UPDALPHACACSUPDATEID
UPD_TIMESTAMPLast Change of Objects CACSUPDTSTMPNUMC14TSTPSCACSTIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS00_DOCDT
INTO CORRESPONDING FIELDS OF WA_CACS00_DOCDT
WHERE...

How to access SAP table CACS00_DOCDT

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