SAP /TRP/CL_UTIL OO Class - Utility class
/TRP/CL_UTIL 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 /TRP/CL_UTIL 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 /TRP/CL_UTIL 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 |
| FORMAT_TIMESTAMP | Public | |
| CALL METHOD /trp/cl_util=>FORMAT_TIMESTAMP...more details | ||
| GET_LOC_ID_BY_KEY | Public | |
| CALL METHOD /trp/cl_util=>GET_LOC_ID_BY_KEY...more details | ||
| GET_LOC_ID_BY_NO | Public | |
| CALL METHOD /trp/cl_util=>GET_LOC_ID_BY_NO...more details | ||
| GET_LOC_KEY_BY_ID | Public | |
| CALL METHOD /trp/cl_util=>GET_LOC_KEY_BY_ID...more details | ||
| GET_LOC_NO_BY_ID | Public | |
| CALL METHOD /trp/cl_util=>GET_LOC_NO_BY_ID...more details | ||
| GET_STACK_TRACE | Public | |
| CALL METHOD /trp/cl_util=>GET_STACK_TRACE...more details | ||
|
| ||
| HAS_ERROR_MESSAGE | Public | |
| CALL METHOD /trp/cl_util=>HAS_ERROR_MESSAGE...more details | ||
| MAP_MTR | Public | |
| CALL METHOD /trp/cl_util=>MAP_MTR...more details | ||
| PARSE_TIMESTAMP | Public | |
| CALL METHOD /trp/cl_util=>PARSE_TIMESTAMP...more details | ||
| TRANSFORM_BAPI_RETURN | Public | |
| CALL METHOD /trp/cl_util=>TRANSFORM_BAPI_RETURN...more details | ||
/TRP/CL_UTIL 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 |
| GC_MAX_TIME | Static Attribute | '20371231235949' | LIKE TIMESTAMP | Public | |
| GC_MIN_TIME | Static Attribute | '19700101000020' | LIKE TIMESTAMP | Public |
/TRP/CL_UTIL types
TT_LOC_ID_KEY -TT_LOC_ID_NO -
TT_MTR_MAP -
TT_TM_MTR -
TY_LOC_ID_KEY -
TY_LOC_ID_NO -
TY_MTR_MAP -
TY_TM_MTR -
Links to Related Class(s)
/TRP/CL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects