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_DEFINITIONMethod 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 Name | Description | Visability |
| ASSIGN_CONTENT | Assigns Content of Another Field to a Field | Public |
| CALL METHOD cl_ish_utl_rtti=>ASSIGN_CONTENT...more details | ||
| GET_CLASS_NAME | Determination of the Name of a Class | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_CLASS_NAME...more details | ||
| GET_DATA_FIXED_VALUE | Determine Fixed Value Text for Data Field | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_DATA_FIXED_VALUE...more details | ||
| GET_DATA_LABEL | Returns Label of a Data Field | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_DATA_LABEL...more details | ||
| GET_DATA_NAME | Determination of the Name of a Data Field | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_DATA_NAME...more details | ||
| GET_DDFIELDS_BY_STRUCT | Returns DDFIELDS for a Structure | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_DDFIELDS_BY_STRUCT...more details | ||
|
| ||
| GET_DDFIELDS_BY_STRUCTDESCR | Returns DDFIELDS from a CL_ABAP_STRUCTDESCR Object | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_DDFIELDS_BY_STRUCTDESCR...more details | ||
| GET_DDFIELDS_BY_STRUCT_NAME | Returns DDFIELDS for a Structure | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_DDFIELDS_BY_STRUCT_NAME...more details | ||
| GET_DDFIELDS_BY_TYPEDESCR | Returns DDFIELDS from a CL_ABAP_TYPEDESCR Object | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_DDFIELDS_BY_TYPEDESCR...more details | ||
| GET_INTERFACE_IMPLEMENTATIONS | Gets Classes for an Interface | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_INTERFACE_IMPLEMENTATIONS...more details | ||
| GET_SUBCLASSES_BY_CLSNAME | Gets Subclasses for an Interface | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_SUBCLASSES_BY_CLSNAME...more details | ||
| GET_VALUES_OF_DOMAIN | Returns Values for Specified Domain | Public |
| CALL METHOD cl_ish_utl_rtti=>GET_VALUES_OF_DOMAIN...more details | ||
| IS_ASSIGNMENT_ALLOWED | Returns Whether a Field Assignment is Possible | Public |
| CALL METHOD cl_ish_utl_rtti=>IS_ASSIGNMENT_ALLOWED...more details | ||
| IS_SHM_CLASS | Gets whether a Class Is Shared Memory-Capable | Public |
| CALL METHOD cl_ish_utl_rtti=>IS_SHM_CLASS...more details | ||
| IS_SHM_OBJECT | Gets whether an Object Is Shared Memory-Capable | Public |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| OFF | Instance Attribute | LIKE | Private | ||
| ON | Instance Attribute | LIKE | 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