CACS_T_ROLE SAP (Roles and Constellations for a Contract) Structure details

Dictionary Type: Structure
Description: Roles and Constellations for a Contract




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




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

CACS_T_ROLE 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 "Roles and Constellations for a Contract" 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_T_ROLE TYPE CACS_T_ROLE.

The CACS_T_ROLE table consists of various fields, each holding specific information or linking keys about Roles and Constellations for a Contract data available in SAP. These include CONTRACT_ID (Contract identification key), CTRTST_ID (Number of Standard Commission Contract), ROLE (Participant Role), ROLETYPE (Entitlement Category).. 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_T_ROLE 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
RELATRelationship Between Objects RELATCHAR3Assigned to domainRELAT
CONTRACT_IDContract identification key ISIS_CONTRACT_IDCHAR20ALPHAISIS_CONTRACT_ID
CTRTST_IDNumber of Standard Commission Contract CACS_CTRTST_IDCHAR20ALPHAISIS_CONTRACT_IDCACST
ROLEParticipant Role CACSROLECHAR3Assigned to domainCACSROLECACSROLE
ROLETYPEEntitlement Category CACSCLAIMTYPECHAR1TCACS_CLTCACSCLAIMTYPEDO
CONSTELLConstellation of Participants CACSCONSCHAR4CHAR4
CLC_DATEEffective from CACS_BUSITIME_BNUMC14TSTPSCACSTIMESTAMP
KNW_DATETechnically Valid From CACS_TECHTIME_BNUMC14TSTPSCACSTIMESTAMP

Key field Non-key field



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

As CACS_T_ROLE 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_T_ROLE as there is no data to select.

How to access SAP table CACS_T_ROLE

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