CACS00_INV SAP (Commission Case Participants) Table details

Dictionary Type: Table
Description: Commission Case Participants




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




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

CACS00_INV is a standard SAP Table which is used to store Commission Case Participants data and is available within R/3 SAP systems depending on the version and release level.

The CACS00_INV table consists of various fields, each holding specific information or linking keys about Commission Case Participants data available in SAP. These include MANDT (Client), IMPORT_YEAR (Year Commission Case Reported), CASE_ID (ID of Commission Case), CASE_VERS (Commission Case Version).. 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_INV 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
IMPORT_YEARYear Commission Case Reported CACSIMPYEARNUMC4KJAHRCACSIMPYEAR
CASE_IDID of Commission Case CACSCASEIDCHAR10ALPHACACSOBJID10CACSCASEID
CASE_VERSCommission Case Version CACSCASEVERSNUMC6CACS00_CASCACSVERSIONCACSCASEVERS
PART_POSPosition of Participation in a Commission Case CACSPARTIDCHAR4ALPHACACSDOCLINE
INV_POSParticipant Position in a Participation CACSINVPOSCHAR4ALPHACACSDOCLINE
FLG_CANCEL_OBJIndicator: Object is Invalid CACSCANCOBJCHAR1BOOLEAN_FLG
FLG_CANCEL_VERSIndicator: Version is Invalid CACSCANCVERSCHAR1BOOLEAN_FLG
STATUS_VERSIONObject Version Status CACSSTATUSVERSCHAR1TCACS_VALSTAT1CACSSTATUSVERS
STATUS_WORKObject Processing Status (Replica) CACSSTATUSWORKPCHAR1TCACS_VALSTAT1CACSSTATUSWORK
CTRTBU_IDCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
PD_OE_IDOrganizational Unit (Object Type O) CACS_OBJID_ONUMC8Assigned to domainHROBJIDPON
GPARTBusiness Partner to Receive Commission CACS_GPART_INVCHAR10Assigned to domainALPHABU_PARTNER
ROLEParticipant Role CACSROLECHAR3TCACS_ROLECACSROLECACSROLE
ROLE_COMMSHARShare of Direct Remuneration (in Percent) CACSCOMMSHAREDEC10(5) CACSPERCENT5
ROLE_PRODSHARShare of Indirect Remuneration (in Percent) CACSPRODSHAREDEC10(5) CACSPERCENT5
DISTRIBUTEDistribution Key for the Activity Share CACSDISTRIBUTEINT410
FLG_CONSTELLIndicator: Ignore Commissions Contract in Constellation CACSFLGCONSCHAR1BOOLEAN_FLG
FLG_REVERSEDIndicator: Row/Object/Subobject is Invalid or Reversed CACSFLGREVCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS00_INV
INTO CORRESPONDING FIELDS OF WA_CACS00_INV
WHERE...

How to access SAP table CACS00_INV

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