CACS00_SUMVA SAP (Totals Table for Valuation) Table details

Dictionary Type: Table
Description: Totals Table for Valuation




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




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

CACS00_SUMVA is a standard SAP Table which is used to store Totals Table for Valuation data and is available within R/3 SAP systems depending on the version and release level.

The CACS00_SUMVA table consists of various fields, each holding specific information or linking keys about Totals Table for Valuation data available in SAP. These include MANDT (Client), TRI_OBJ_TYPE (Triggering Subobject Type), TRI_OBJ_ID (Identification of Triggering Subobject), VALUE (Valuation 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: 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_SUMVA 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
TRI_OBJ_TYPETriggering Subobject Type CACSTRIOBJCHAR5Assigned to domainCACSOBTYIDCACS_OBJDAT
TRI_OBJ_IDIdentification of Triggering Subobject CACSTRIOBJIDCHAR12ALPHACACSOBJID12
VALUEValuation Type CACSVALCHAR4Assigned to domainCACSVALCACS_VAL
POST_YEARAssignment Year of Commission Case/Document CACSPSTYEARNUMC4KJAHRCACSPSTYEAR
POST_MONTHPeriod in Posting Year CACSPSTMONNUMC2MONAT
LED_CURRCurrency Key CACSLEDCURRCUKY5Assigned to domainWAERS
VALUE_UNITValuation Unit CACSEVALUNITUNIT3Assigned to domainCUNITMEINS
DVALUE_AMNTValuation Amount Change in Commission Model Currency CACSVALDAMNTCURR15(2) CACSAMNTITEM
DVALUE_QUANValuation Quantity Change CACSEVALDQUANQUAN11(2) CACSEVALQUAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS00_SUMVA
INTO CORRESPONDING FIELDS OF WA_CACS00_SUMVA
WHERE...

How to access SAP table CACS00_SUMVA

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