SAP CL_CACS_RTTS_HELPER OO Class - Service Class for RTTS
CL_CACS_RTTS_HELPER is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_CACS_RTTS_HELPER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of CL_CACS_RTTS_HELPER SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CREATE_REM_STR_COMPONENTS | Create Component of Structure from Remote Fields | Protected |
| CALL METHOD cl_cacs_rtts_helper=>CREATE_REM_STR_COMPONENTS...more details | ||
| CREATE_STRUCTURE_DATA_REF | Generate Data Reference Structure of Structure Description | Protected |
| CALL METHOD cl_cacs_rtts_helper=>CREATE_STRUCTURE_DATA_REF...more details | ||
| CREATE_STRUCTURE_DESCRIPTION | Generate Object of Structure Description | Protected |
| CALL METHOD cl_cacs_rtts_helper=>CREATE_STRUCTURE_DESCRIPTION...more details | ||
| CREATE_STRUCTURE_FROM_FIELDS | Generate Data Reference Structure from Structure Fields | Public |
| CALL METHOD cl_cacs_rtts_helper=>CREATE_STRUCTURE_FROM_FIELDS...more details | ||
| DETERMINE_COMPONENT_TYPE | Determine Type of Component | Protected |
| CALL METHOD cl_cacs_rtts_helper=>DETERMINE_COMPONENT_TYPE...more details | ||
| GET_ATTRIBUTES | Get DDIC Attributes | Public |
| CALL METHOD cl_cacs_rtts_helper=>GET_ATTRIBUTES...more details | ||
|
| ||
| GET_DEFINITION | Get DDIC Definition | Public |
| CALL METHOD cl_cacs_rtts_helper=>GET_DEFINITION...more details | ||
| GET_LOCAL_ATTRIBUTES | Get DDIC Attributes from Local System | Protected |
| CALL METHOD cl_cacs_rtts_helper=>GET_LOCAL_ATTRIBUTES...more details | ||
| GET_LOCAL_DEFINITION | Get DDID Definition from Local System | Protected |
| CALL METHOD cl_cacs_rtts_helper=>GET_LOCAL_DEFINITION...more details | ||
| GET_LOCAL_NAMETAB | Get DDIC Information from Local System | Protected |
| CALL METHOD cl_cacs_rtts_helper=>GET_LOCAL_NAMETAB...more details | ||
| GET_REMOTE_ATTRIBUTES | Get DDIC Attributes from Remote System | Protected |
| CALL METHOD cl_cacs_rtts_helper=>GET_REMOTE_ATTRIBUTES...more details | ||
| GET_REMOTE_DEFINITION | Get DDIC Definition from Remote System | Protected |
| CALL METHOD cl_cacs_rtts_helper=>GET_REMOTE_DEFINITION...more details | ||
| GET_REMOTE_NAMETAB | Get DDIC Information from Remote System | Protected |
| CALL METHOD cl_cacs_rtts_helper=>GET_REMOTE_NAMETAB...more details | ||
| GET_RTTS_FOR_LOCAL_STRUCTURE | Get RTTS Definition As Structure for Database Structure | Public |
| CALL METHOD cl_cacs_rtts_helper=>GET_RTTS_FOR_LOCAL_STRUCTURE...more details | ||
| GET_RTTS_FOR_LOCAL_TABLE | Get RTTS Definition As Table for Database Structure | Public |
| CALL METHOD cl_cacs_rtts_helper=>GET_RTTS_FOR_LOCAL_TABLE...more details | ||
| GET_RTTS_FOR_LOCAL_TABLE_KEY | Get RTTS Definition as Table Key | Public |
| CALL METHOD cl_cacs_rtts_helper=>GET_RTTS_FOR_LOCAL_TABLE_KEY...more details | ||
| GET_RTTS_FOR_REMOTE_STRUCTURE | Get RTTS Definition as Structure from Remote System | Public |
| CALL METHOD cl_cacs_rtts_helper=>GET_RTTS_FOR_REMOTE_STRUCTURE...more details | ||
| IS_COMPATIBLE | Private | |
| CALL METHOD cl_cacs_rtts_helper=>IS_COMPATIBLE...more details | ||
| IS_COMPATIBLE_BY_NAME | Private | |
| CALL METHOD cl_cacs_rtts_helper=>IS_COMPATIBLE_BY_NAME...more details | ||
| TRANSFORM_DATA_INTO_XML | Transform Data to XML | Public |
| CALL METHOD cl_cacs_rtts_helper=>TRANSFORM_DATA_INTO_XML...more details | ||
| TRANSFORM_XML_INTO_DATA | Transform XML to Data | Public |
| CALL METHOD cl_cacs_rtts_helper=>TRANSFORM_XML_INTO_DATA...more details | ||
CL_CACS_RTTS_HELPER attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| ST_LOC_DEFINITION | Instance Attribute | LIKE | Private | ||
| ST_REM_DEFINITION | Instance Attribute | LIKE | Private | ||
| ST_REM_STR_BUFFER | Instance Attribute | LIKE | Private | ||
| ST_REM_TAB_BUFFER | Instance Attribute | LIKE | Private | ||
| ST_STR_BUFFER | Instance Attribute | LIKE | Private | ||
| ST_TAB_BUFFER | Instance Attribute | LIKE | Private |
CL_CACS_RTTS_HELPER types
RTTS_REM_STR_BUFFER_TABLE_TYPE -RTTS_REM_STR_BUFFER_TYPE -
RTTS_REM_TAB_BUFFER_TABLE_TYPE -
RTTS_STR_BUFFER_TABLE_TYPE -
RTTS_STR_BUFFER_TYPE -
RTTS_TAB_BUFFER_TABLE_TYPE -
S_LOCAL_DEFINITION -
S_REMOTE_DEFINITION -
TT_DFIES -
TT_LOCAL_DEFINITION -
TT_REMOTE_DEFINITION -
Links to Related Class(s)
CL_CACS_...Full list of available SAP object classes
Search for further information about these or an SAP related objects