CACS00_LIN SAP (Variant Commissions) Table details

Dictionary Type: Table
Description: Variant Commissions




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




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

CACS00_LIN is a standard SAP Table which is used to store Variant Commissions data and is available within R/3 SAP systems depending on the version and release level.

The CACS00_LIN table consists of various fields, each holding specific information or linking keys about Variant Commissions 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_LIN 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
LIN_POSItem of Different Commissions CACSLINEPOSCHAR4ALPHACACSDOCLINE
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
TRI_OBJ_TYPETriggering Subobject Type CACSTRIOBJCHAR5Assigned to domainCACSOBTYIDCACS_OBJDAT
TRI_OBJ_ID_EXTExternal Identification of Triggering Subobject CACSTRIOBJIDEXTCHAR36ALPHACACSOBJID36
TRI_OBJ_IDIdentification of Triggering Subobject CACSTRIOBJIDCHAR12ALPHACACSOBJID12
ADDON_TYPEEnhancement/Change to a Subobject CACSITEMADDCHAR1CACSITEMADDCACSITEMADD
CTRTBU_IDCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
ROLEParticipant Role CACSROLECHAR3TCACS_ROLECACSROLECACSROLE
REMUNERATIONRemuneration Type CACSREMCHAR4Assigned to domainCACSREMCACS_REM
REM_CONAMNTSpecial Remuneration Amount CACSREMULINAMNTCURR15(2) CACSAMNTITEM
DREM_CONAMNTDifference Amount for Special Remuneration CACSREMUDLINAMNTCURR15(2) CACSAMNTITEM
REM_CURRCurrency Key Special Commission CACSLINCURRCUKY5TCURCWAERSFWS
REM_QUANRemuneration Entitlement as Quantity CACSREMUQUANQUAN11(2) CACSREMUQUAN
DREM_QUANRemuneration Difference Quantity CACSREMUDQUANQUAN11(2) CACSREMUQUAN
REM_UNITRemuneration Unit CACSREMUUNITUNIT3T006CUNITMEINS
REM_RATERemuneration Record (For Example, Percentage) CACSREMRATEDEC8(3) CACSPERCENT
INV_POSParticipant Position in a Participation (Special Commission) CACSINVPOSLINCHAR4ALPHACACSDOCLINE
PART_POSParticipation Item in a Commission Case (Special Commission) CACSPARTIDLINCHAR4ALPHACACSDOCLINE
CLAIM_OBJTYPEEntitlement Object Type CACSCLAIMOBJTYPECHAR1CACSCLAIMOBJTYPE
CLAIM_OBJIDID of Entitlement Object Acc. to Entitlement Object Type CACSCLAIMOBJIDCHAR30CACSOBJID30NOCONV
FLG_REVERSEDIndicator: Row/Object/Subobject is Invalid or Reversed CACSFLGREVCHAR1FLAG
CORRTO_DOC_IDID of Corrected Document CACSCORRTODOCIDCHAR10ALPHACACSOBJID10
CORRTO_PST_YEARAssignment Year Document That Corrected This Row CACSCORRTOPSTYEARNUMC4KJAHR

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS00_LIN
INTO CORRESPONDING FIELDS OF WA_CACS00_LIN
WHERE...

How to access SAP table CACS00_LIN

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