SAP CL_ISH_UTL_RTTI OO Class - IS-H: General Functions









CL_ISH_UTL_RTTI 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_ISH_UTL_RTTI including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_ISH_CONSTANT_DEFINITION

Method list of CL_ISH_UTL_RTTI 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
ASSIGN_CONTENTAssigns Content of Another Field to a FieldPublic
CALL METHOD cl_ish_utl_rtti=>ASSIGN_CONTENT...more details

GET_CLASS_NAMEDetermination of the Name of a ClassPublic
CALL METHOD cl_ish_utl_rtti=>GET_CLASS_NAME...more details

GET_DATA_FIXED_VALUEDetermine Fixed Value Text for Data FieldPublic
CALL METHOD cl_ish_utl_rtti=>GET_DATA_FIXED_VALUE...more details

GET_DATA_LABELReturns Label of a Data FieldPublic
CALL METHOD cl_ish_utl_rtti=>GET_DATA_LABEL...more details

GET_DATA_NAMEDetermination of the Name of a Data FieldPublic
CALL METHOD cl_ish_utl_rtti=>GET_DATA_NAME...more details

GET_DDFIELDS_BY_STRUCTReturns DDFIELDS for a StructurePublic
CALL METHOD cl_ish_utl_rtti=>GET_DDFIELDS_BY_STRUCT...more details

GET_DDFIELDS_BY_STRUCTDESCRReturns DDFIELDS from a CL_ABAP_STRUCTDESCR ObjectPublic
CALL METHOD cl_ish_utl_rtti=>GET_DDFIELDS_BY_STRUCTDESCR...more details

GET_DDFIELDS_BY_STRUCT_NAMEReturns DDFIELDS for a StructurePublic
CALL METHOD cl_ish_utl_rtti=>GET_DDFIELDS_BY_STRUCT_NAME...more details

GET_DDFIELDS_BY_TYPEDESCRReturns DDFIELDS from a CL_ABAP_TYPEDESCR ObjectPublic
CALL METHOD cl_ish_utl_rtti=>GET_DDFIELDS_BY_TYPEDESCR...more details

GET_INTERFACE_IMPLEMENTATIONSGets Classes for an InterfacePublic
CALL METHOD cl_ish_utl_rtti=>GET_INTERFACE_IMPLEMENTATIONS...more details

GET_SUBCLASSES_BY_CLSNAMEGets Subclasses for an InterfacePublic
CALL METHOD cl_ish_utl_rtti=>GET_SUBCLASSES_BY_CLSNAME...more details

GET_VALUES_OF_DOMAINReturns Values for Specified DomainPublic
CALL METHOD cl_ish_utl_rtti=>GET_VALUES_OF_DOMAIN...more details

IS_ASSIGNMENT_ALLOWEDReturns Whether a Field Assignment is PossiblePublic
CALL METHOD cl_ish_utl_rtti=>IS_ASSIGNMENT_ALLOWED...more details

IS_SHM_CLASSGets whether a Class Is Shared Memory-CapablePublic
CALL METHOD cl_ish_utl_rtti=>IS_SHM_CLASS...more details

IS_SHM_OBJECTGets whether an Object Is Shared Memory-CapablePublic
CALL METHOD cl_ish_utl_rtti=>IS_SHM_OBJECT...more details



CL_ISH_UTL_RTTI 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
OFFInstance AttributeLIKE
Private
ONInstance AttributeLIKE
Private


Links to Related Class(s)

CL_ISH_U...
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!