SAP ABAP Class CL_CACS_DET_SRV_RTTS (Determination: Service Class for RTTS)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSDM (Package) ICM: Determination Methods
Properties
Class CL_CACS_DET_SRV_RTTS  
Short Description Determination: Service Class for RTTS    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class CACSDET    
Program status     
Category 0   
Package CACSDM   ICM: Determination Methods 
Created 20051116   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_DET_SRV_RTTS has no interface implemented.
Friends
Class CL_CACS_DET_SRV_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 20051116
2 MT_TAB_BUFFER Static Attribute Private Type reference (TYPE) RTTS_TAB_BUFFER_TABLE_TYPE 20060119
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 20051116
2 GET_RTTS_FOR_TABLE Static method Public Method Get RTTS Definition As Table for Database Structure 20060119
3 TRANSFORM_DATA_INTO_XML Static method Public Method Transform Data to XML 20060126
4 TRANSFORM_XML_INTO_DATA Static method Public Method Transform XML to Data 20060126
Events
Class CL_CACS_DET_SRV_RTTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 RTTS_STR_BUFFER_TABLE_TYPE Public See coding 20051116 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 20051116 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 20060119 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 20051116
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20051116
# Exception Resumable Description Created on
1 ERROR 20051116

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 20060119
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20060119
# Exception Resumable Description Created on
1 ERROR 20060119

Method TRANSFORM_DATA_INTO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_XMLSTRING Value transfer Type reference (TYPE) STRING XML-String 20060126
2 Importing IS_DATA Call by reference Type reference (TYPE) DATA Daten 20060126
3 Importing IV_DATE Call by reference Type reference (TYPE) DATUM Datum 20060126
4 Importing IV_TIME Call by reference Type reference (TYPE) UZEIT Tageszeit 20060126
# Exception Resumable Description Created on
1 CX_CACS_DET_DATA Findung: Ausnahmeklasse der Daten-RTTS 20060126

Method TRANSFORM_XML_INTO_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) DATA Daten 20060126
2 Importing IV_XMLSTRING Call by reference Type reference (TYPE) STRING XML-String 20060126
# Exception Resumable Description Created on
1 CX_CACS_DET_DATA Findung: Ausnahmeklasse der Daten-RTTS 20060126
History
Last changed by/on SAP  20100310 
SAP Release Created in 700