CACS00_REL SAP (Participant Relations in a Commission Participation) Table details

Dictionary Type: Table
Description: Participant Relations in a Commission Participation




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




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

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

The CACS00_REL table consists of various fields, each holding specific information or linking keys about Participant Relations in a Commission 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_REL 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
ROLETYPEEntitlement Category CACSCLAIMTYPECHAR1TCACS_CLTCACSCLAIMTYPEDO
CLAIM_OBJTYPEEntitlement Object Type CACSCLAIMOBJTYPECHAR1CACSCLAIMOBJTYPE
CLAIM_OBJIDID of Entitlement Object Acc. to Entitlement Object Type CACSCLAIMOBJIDCHAR30CACSOBJID30NOCONV
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
INV_POS_PARENTPosition of a Higher-Level Participant in a Participation CACSINVPOSPARENTCHAR4ALPHACACSDOCLINE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS00_REL
INTO CORRESPONDING FIELDS OF WA_CACS00_REL
WHERE...

How to access SAP table CACS00_REL

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