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 | 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 | Static Attribute | Private | Type reference (TYPE) | RTTS_STR_BUFFER_TABLE_TYPE | 20051116 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | RTTS_TAB_BUFFER_TABLE_TYPE | 20060119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get RTTS Definition As Structure for Database Structure | 20051116 | |
| 2 | Static method | Public | Method | Get RTTS Definition As Table for Database Structure | 20060119 | |
| 3 | Static method | Public | Method | Transform Data to XML | 20060126 | |
| 4 | 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 | CO_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | RTTS-Definition | 20051116 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20051116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20051116 |
Method GET_RTTS_FOR_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | RTTS-Definition | 20060119 | |||
| 2 | IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20060119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060119 |
Method TRANSFORM_DATA_INTO_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_XMLSTRING | Value transfer | Type reference (TYPE) | STRING | XML-String | 20060126 | |||
| 2 | IS_DATA | Call by reference | Type reference (TYPE) | DATA | Daten | 20060126 | |||
| 3 | IV_DATE | Call by reference | Type reference (TYPE) | DATUM | Datum | 20060126 | |||
| 4 | IV_TIME | Call by reference | Type reference (TYPE) | UZEIT | Tageszeit | 20060126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | ES_DATA | Call by reference | Type reference (TYPE) | DATA | Daten | 20060126 | |||
| 2 | IV_XMLSTRING | Call by reference | Type reference (TYPE) | STRING | XML-String | 20060126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Findung: Ausnahmeklasse der Daten-RTTS | 20060126 |
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |