CACS_USAGETREE SAP (ICM Application Measurement: Tree) Table details

Dictionary Type: Table
Description: ICM Application Measurement: Tree




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




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

CACS_USAGETREE is a standard SAP Table which is used to store ICM Application Measurement: Tree data and is available within R/3 SAP systems depending on the version and release level.

The CACS_USAGETREE table consists of various fields, each holding specific information or linking keys about ICM Application Measurement: Tree data available in SAP. These include KAT (CACS_USAGE Tree Entry Category), TYPE (CACS_USAGE: Structure of Output Table), RANK (CACS_USAGE: Tree Sequence), VARIANTE (Layout).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = CACS_USAGETREET


SAP CACS_USAGETREE 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
FMCACS_USAGE: Function Module for Measurement CACSTREEFMCHAR30Assigned to domainFUNCNAME
KATCACS_USAGE Tree Entry Category CACSTREECATCHAR1CACSTREECAT
TYPECACS_USAGE: Structure of Output Table CACSTREETYPECHAR30TABNAME
RANKCACS_USAGE: Tree Sequence CACSTREERANKINT410
VARIANTELayout SLIS_VARICHAR12SLIS_VARI

Key field Non-key field



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

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

SELECT SINGLE *
FROM CACS_USAGETREE
INTO CORRESPONDING FIELDS OF WA_CACS_USAGETREE
WHERE...

How to access SAP table CACS_USAGETREE

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