CACS00_S_DOCDTM SAP (Comn Document: Detail Items for Remuneration Rows (Meta)) Structure details

Dictionary Type: Structure
Description: Comn Document: Detail Items for Remuneration Rows (Meta)




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




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

CACS00_S_DOCDTM 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 "Comn Document: Detail Items for Remuneration Rows (Meta)" 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_CACS00_S_DOCDTM TYPE CACS00_S_DOCDTM.

The CACS00_S_DOCDTM table consists of various fields, each holding specific information or linking keys about Comn Document: Detail Items for Remuneration Rows (Meta) 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CACS00_S_DOCDTM 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 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 CACSRESULTTYPECHAR2ALPHACACSRESULTTYPE
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
CACSDUMMYNumerical Dummy Field CACSDUMMYDEC10CACS_DUMMY
DISTRIBUTEDistribution Key for the Activity Share CACSDISTRIBUTEINT410
FLG_INDIV_CONDIndicates a remuneration row as being individualized CACSFLGINDIVCONDCHAR1BOOLEAN_FLG
FLG_CLAIMUpdate Entitlement (X=yes, space=no) CACSFLGCLAIMCHAR1BOOLEAN_FLG
FLG_OFFSETUpdate Offsetting (X=yes, space=no) CACSFLGOFFSETCHAR1BOOLEAN_FLG
FLG_RESPUpdate Liability (X=yes, space=no) CACSFLGRESPCHAR1BOOLEAN_FLG
FLG_DUEUpdate Disbursement (X=yes, space=no) CACSFLGDUECHAR1BOOLEAN_FLG
FLG_RATEUpdate Remuneration Rate (X=Yes, Space=No) CACSFLGRATECHAR1BOOLEAN_FLG
FLG_SHARECurrently Always 'X': Update Remun. Share (X=Yes, Space=No) CACSFLGSHARECHAR1BOOLEAN_FLG

Key field Non-key field



How do I retrieve data from SAP structure CACS00_S_DOCDTM using ABAP code?

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

How to access SAP table CACS00_S_DOCDTM

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