CACS00_PAR SAP (Commission Case Participation) Table details

Dictionary Type: Table
Description: Commission Case Participation




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




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

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

The CACS00_PAR table consists of various fields, each holding specific information or linking keys about Commission Case Participation 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_PAR 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 CACSCASEVERSNUMC6CACSVERSIONCACSCASEVERS
PART_POSPosition of Participation in a Commission Case CACSPARTIDCHAR4ALPHACACSDOCLINE
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
FLG_REVERSEDIndicator: Row/Object/Subobject is Invalid or Reversed CACSFLGREVCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS00_PAR
INTO CORRESPONDING FIELDS OF WA_CACS00_PAR
WHERE...

How to access SAP table CACS00_PAR

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