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 NameDescriptionVisability
CHECK_COMPATIBLE_DATA_TYPESCheck compatibility of data typesPrivate
CALL METHOD cl_rsem_field_type_util=>CHECK_COMPATIBLE_DATA_TYPES...more details

CHECK_COMPATIBLE_FIELDSCheck compatibility: source field with target fieldPublic
CALL METHOD cl_rsem_field_type_util=>CHECK_COMPATIBLE_FIELDS...more details

CHECK_COMPATIBLE_SNUMC_CONVCheck compatibility for source field with SNUMC conv.Private
CALL METHOD cl_rsem_field_type_util=>CHECK_COMPATIBLE_SNUMC_CONV...more details

CHECK_JOIN_CONDITIONSCheck join conditionsPrivate
CALL METHOD cl_rsem_field_type_util=>CHECK_JOIN_CONDITIONS...more details

GET_DATATYPE_AS_STRINGReturns 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_VIEWCreate list of element isntances from HANA viewPublic
CALL METHOD cl_rsem_field_type_util=>GET_ELEMENTS_FROM_HANA_VIEW...more details

GET_ELEMENTS_FROM_IPROVCreate list of element instances from infoproviderPublic
CALL METHOD cl_rsem_field_type_util=>GET_ELEMENTS_FROM_IPROV...more details

GET_HANA_VIEW_NAME_FROM_ENTITYTransform 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_INT8Checks if type is compatible to BIGINTPrivate
CALL METHOD cl_rsem_field_type_util=>IS_COMPATIBLE_TO_INT8...more details

IS_NUMERICNumeric type (DEC, INT1, FLTP etc)Private
CALL METHOD cl_rsem_field_type_util=>IS_NUMERIC...more details

IS_STRINGString 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



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!