CACS_STSTMT SAP (Name: Standard Settlment Ruling) Table details

Dictionary Type: Table
Description: Name: Standard Settlment Ruling




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




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

CACS_STSTMT is a standard SAP Table which is used to store Name: Standard Settlment Ruling data and is available within R/3 SAP systems depending on the version and release level.

The CACS_STSTMT table consists of various fields, each holding specific information or linking keys about Name: Standard Settlment Ruling data available in SAP. These include APPL (Commission Application (ICM)), SPRAS (Language Key), STCAGR_ID (Standard Agreement Number), AGR_TYP (Agreement Type).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table for: CACS_STSTMRU


SAP CACS_STSTMT 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 MANDTCLNT3T000MANDT
APPLCommission Application (ICM) CACSAPPLCHAR6TCACS_APPLDEFCACSAPPLCACSAPPLCACS_APPLCL
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
STCAGR_IDStandard Agreement Number CACS_STCAGR_IDCHAR12CACS_STCAGRALPHACACS_STCAGR_ID
AGR_TYPAgreement Type CACS_AGR_TYPCHAR2TCACS_AGRCACS_AGR_TYP
STSTMRU_IDSettlement Rule Number CACS_STSTMRU_IDNUMC12CACS_STSTMRUNUMC12
NAMEName of Standard Settlement Rule CACSSTMRUTXCHAR40CACSSHORTTXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS_STSTMT
INTO CORRESPONDING FIELDS OF WA_CACS_STSTMT
WHERE...

How to access SAP table CACS_STSTMT

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