SAP ABAP Class CL_CACS_RTTS (RTTS Service for Structures & Tables)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSSG (Package) ICM: Services & Generic
Properties
Class CL_CACS_RTTS  
Short Description RTTS Service for Structures & Tables    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class CACSSG    
Program status     
Category 0   
Package CACSSG   ICM: Services & Generic 
Created 20060301   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CACS_RTTS has no interface implemented.
Friends
Class CL_CACS_RTTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_STR_BUFFER Static Attribute Private Type reference (TYPE) RTTS_STR_BUFFER_TABLE_TYPE 20060301
2 MT_TAB_BUFFER Static Attribute Private Type reference (TYPE) RTTS_TAB_BUFFER_TABLE_TYPE 20060301
Methods
# Method Level Visibility Method type Description Created on
1 GET_RTTS_FOR_STRUCTURE Static method Public Method Get RTTS Definition As Structure for Database Structure 20060301
2 GET_RTTS_FOR_TABLE Static method Public Method Get RTTS Definition As Table for Database Structure 20060301
Events
Class CL_CACS_RTTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 RTTS_STR_BUFFER_TABLE_TYPE Public See coding 20060301 rtts_str_buffer_table_type TYPE SORTED TABLE OF rtts_str_buffer_type WITH UNIQUE KEY tabname
2 RTTS_STR_BUFFER_TYPE Public See coding 20060301 BEGIN OF rtts_str_buffer_type, tabname TYPE tabname, data TYPE REF TO data, END OF rtts_str_buffer_type
3 RTTS_TAB_BUFFER_TABLE_TYPE Public See coding 20060301 rtts_tab_buffer_table_type TYPE SORTED TABLE OF rtts_str_buffer_type WITH UNIQUE KEY tabname
Method Signatures

Method GET_RTTS_FOR_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_DATA Call by reference Object reference (TYPE REF TO) DATA RTTS-Definition 20060301
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20060301
# Exception Resumable Description Created on
1 ERROR 20060301

Method GET_RTTS_FOR_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_DATA Call by reference Object reference (TYPE REF TO) DATA RTTS-Definition 20060301
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20060301
# Exception Resumable Description Created on
1 ERROR 20060301
History
Last changed by/on SAP  20100310 
SAP Release Created in 700