CACS_S_SERVICE SAP (Service of a Calculation Rule) Structure details

Dictionary Type: Structure
Description: Service of a Calculation Rule




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




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

CACS_S_SERVICE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Service of a Calculation Rule" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CACS_S_SERVICE TYPE CACS_S_SERVICE.

The CACS_S_SERVICE table consists of various fields, each holding specific information or linking keys about Service of a Calculation Rule data available in SAP. These include SERVICETOOL (Service Tool for Agreement Type), SERVICE_ID (Service Identification for Service Tool), SERVICE_PARAM1 (Parameter 1 for Agreement Type Service Tool), SERVICE_PARAM2 (Parameter 2 for Agreement Type Service Tool).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CACS_S_SERVICE structure 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
LOG_SERVICELogical Service for Agreement Rules CACS_RULE_LOG_SERVICECHAR10CHAR10
SERVICETOOLService Tool for Agreement Type CACS_RULE_SERVTOOLCHAR32CHAR0010
SERVICE_IDService Identification for Service Tool CACS_RULE_SERVIDCHAR10CHAR10
SERVICE_PARAM1Parameter 1 for Agreement Type Service Tool CACS_RULE_PARAMETER1CHAR32CHAR32
SERVICE_PARAM2Parameter 2 for Agreement Type Service Tool CACS_RULE_PARAMETER2CHAR32CHAR32
SERVICE_PARAM3Parameter 3 for Agreement Type Service Tool CACS_RULE_PARAMETER3CHAR32CHAR32
SERVICE_PARAM4Parameter 4 for Agreement Type Service Tool CACS_RULE_PARAMETER4CHAR32CHAR32
SERVICE_PARAM5Parameter 5 for Agreement Type Service Tool CACS_RULE_PARAMETER5CHAR32CHAR32

Key field Non-key field



How do I retrieve data from SAP structure CACS_S_SERVICE using ABAP code?

As CACS_S_SERVICE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CACS_S_SERVICE as there is no data to select.

How to access SAP table CACS_S_SERVICE

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