SAP CL_RSEM_FIELD_TYPE_UTIL OO Class - Field properties (helper class)
CL_RSEM_FIELD_TYPE_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 CL_RSEM_FIELD_TYPE_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 CL_RSEM_FIELD_TYPE_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 |
| CHECK_COMPATIBLE_DATA_TYPES | Check compatibility of data types | Private |
| CALL METHOD cl_rsem_field_type_util=>CHECK_COMPATIBLE_DATA_TYPES...more details | ||
| CHECK_COMPATIBLE_FIELDS | Check compatibility: source field with target field | Public |
| CALL METHOD cl_rsem_field_type_util=>CHECK_COMPATIBLE_FIELDS...more details | ||
| CHECK_COMPATIBLE_SNUMC_CONV | Check compatibility for source field with SNUMC conv. | Private |
| CALL METHOD cl_rsem_field_type_util=>CHECK_COMPATIBLE_SNUMC_CONV...more details | ||
| CHECK_JOIN_CONDITIONS | Check join conditions | Private |
| CALL METHOD cl_rsem_field_type_util=>CHECK_JOIN_CONDITIONS...more details | ||
| GET_DATATYPE_AS_STRING | Returns data type of a field as string, e.g. 'DEC(17,2)' | Public |
| CALL METHOD cl_rsem_field_type_util=>GET_DATATYPE_AS_STRING...more details | ||
| GET_ELEMENTS_FROM_HANA_VIEW | Create list of element isntances from HANA view | Public |
| CALL METHOD cl_rsem_field_type_util=>GET_ELEMENTS_FROM_HANA_VIEW...more details | ||
|
| ||
| GET_ELEMENTS_FROM_IPROV | Create list of element instances from infoprovider | Public |
| CALL METHOD cl_rsem_field_type_util=>GET_ELEMENTS_FROM_IPROV...more details | ||
| GET_HANA_VIEW_NAME_FROM_ENTITY | Transform entity name to HANA view name (catalog/cube) | Public |
| CALL METHOD cl_rsem_field_type_util=>GET_HANA_VIEW_NAME_FROM_ENTITY...more details | ||
| IS_COMPATIBLE_TO_INT8 | Checks if type is compatible to BIGINT | Private |
| CALL METHOD cl_rsem_field_type_util=>IS_COMPATIBLE_TO_INT8...more details | ||
| IS_NUMERIC | Numeric type (DEC, INT1, FLTP etc) | Private |
| CALL METHOD cl_rsem_field_type_util=>IS_NUMERIC...more details | ||
| IS_STRING | String type (RSTR, SSTR, STRG) | Private |
| CALL METHOD cl_rsem_field_type_util=>IS_STRING...more details | ||
CL_RSEM_FIELD_TYPE_UTIL types
TN_S_COMPATIBILITY - Compatibility information (result)TN_S_FIELD_PROP - Field properties ormation
TN_S_FIELD_TYPE - Field type information
Links to Related Class(s)
CL_RSEM_...Full list of available SAP object classes
Search for further information about these or an SAP related objects