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 NameDescriptionVisability
CREATE_REM_STR_COMPONENTSCreate Component of Structure from Remote FieldsProtected
CALL METHOD cl_cacs_rtts_helper=>CREATE_REM_STR_COMPONENTS...more details

CREATE_STRUCTURE_DATA_REFGenerate Data Reference Structure of Structure DescriptionProtected
CALL METHOD cl_cacs_rtts_helper=>CREATE_STRUCTURE_DATA_REF...more details

CREATE_STRUCTURE_DESCRIPTIONGenerate Object of Structure DescriptionProtected
CALL METHOD cl_cacs_rtts_helper=>CREATE_STRUCTURE_DESCRIPTION...more details

CREATE_STRUCTURE_FROM_FIELDSGenerate Data Reference Structure from Structure FieldsPublic
CALL METHOD cl_cacs_rtts_helper=>CREATE_STRUCTURE_FROM_FIELDS...more details

DETERMINE_COMPONENT_TYPEDetermine Type of ComponentProtected
CALL METHOD cl_cacs_rtts_helper=>DETERMINE_COMPONENT_TYPE...more details

GET_ATTRIBUTESGet DDIC AttributesPublic
CALL METHOD cl_cacs_rtts_helper=>GET_ATTRIBUTES...more details

GET_DEFINITIONGet DDIC DefinitionPublic
CALL METHOD cl_cacs_rtts_helper=>GET_DEFINITION...more details

GET_LOCAL_ATTRIBUTESGet DDIC Attributes from Local SystemProtected
CALL METHOD cl_cacs_rtts_helper=>GET_LOCAL_ATTRIBUTES...more details

GET_LOCAL_DEFINITIONGet DDID Definition from Local SystemProtected
CALL METHOD cl_cacs_rtts_helper=>GET_LOCAL_DEFINITION...more details

GET_LOCAL_NAMETABGet DDIC Information from Local SystemProtected
CALL METHOD cl_cacs_rtts_helper=>GET_LOCAL_NAMETAB...more details

GET_REMOTE_ATTRIBUTESGet DDIC Attributes from Remote SystemProtected
CALL METHOD cl_cacs_rtts_helper=>GET_REMOTE_ATTRIBUTES...more details

GET_REMOTE_DEFINITIONGet DDIC Definition from Remote SystemProtected
CALL METHOD cl_cacs_rtts_helper=>GET_REMOTE_DEFINITION...more details

GET_REMOTE_NAMETABGet DDIC Information from Remote SystemProtected
CALL METHOD cl_cacs_rtts_helper=>GET_REMOTE_NAMETAB...more details

GET_RTTS_FOR_LOCAL_STRUCTUREGet RTTS Definition As Structure for Database StructurePublic
CALL METHOD cl_cacs_rtts_helper=>GET_RTTS_FOR_LOCAL_STRUCTURE...more details

GET_RTTS_FOR_LOCAL_TABLEGet RTTS Definition As Table for Database StructurePublic
CALL METHOD cl_cacs_rtts_helper=>GET_RTTS_FOR_LOCAL_TABLE...more details

GET_RTTS_FOR_LOCAL_TABLE_KEYGet RTTS Definition as Table KeyPublic
CALL METHOD cl_cacs_rtts_helper=>GET_RTTS_FOR_LOCAL_TABLE_KEY...more details

GET_RTTS_FOR_REMOTE_STRUCTUREGet RTTS Definition as Structure from Remote SystemPublic
CALL METHOD cl_cacs_rtts_helper=>GET_RTTS_FOR_REMOTE_STRUCTURE...more details

IS_COMPATIBLEPrivate
CALL METHOD cl_cacs_rtts_helper=>IS_COMPATIBLE...more details

IS_COMPATIBLE_BY_NAMEPrivate
CALL METHOD cl_cacs_rtts_helper=>IS_COMPATIBLE_BY_NAME...more details

TRANSFORM_DATA_INTO_XMLTransform Data to XMLPublic
CALL METHOD cl_cacs_rtts_helper=>TRANSFORM_DATA_INTO_XML...more details

TRANSFORM_XML_INTO_DATATransform XML to DataPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
ST_LOC_DEFINITIONInstance AttributeLIKE
Private
ST_REM_DEFINITIONInstance AttributeLIKE
Private
ST_REM_STR_BUFFERInstance AttributeLIKE
Private
ST_REM_TAB_BUFFERInstance AttributeLIKE
Private
ST_STR_BUFFERInstance AttributeLIKE
Private
ST_TAB_BUFFERInstance AttributeLIKE
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



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!