SAP CL_RSEM_INLINE_TYPE OO Class - Data Type properties of an Element









CL_RSEM_INLINE_TYPE 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_INLINE_TYPE including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_RSEM_INLINE_TYPE is CL_RSEM_MODEL_OBJECT

Method list of CL_RSEM_INLINE_TYPE 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
GET_DATA_ELEMENTReturns the global data elementPublic
CALL METHOD cl_rsem_inline_type=>GET_DATA_ELEMENT...more details

GET_DATA_TYPEReturns the DDIC data typePublic
CALL METHOD cl_rsem_inline_type=>GET_DATA_TYPE...more details

GET_DECIMAL_PROPERTIESReturns decimal precision and scalePublic
CALL METHOD cl_rsem_inline_type=>GET_DECIMAL_PROPERTIES...more details

GET_ELEMDESCRGet ABAP element description objectPublic
CALL METHOD cl_rsem_inline_type=>GET_ELEMDESCR...more details

GET_GLOBAL_NAMEReturns the 'globalName'Public
CALL METHOD cl_rsem_inline_type=>GET_GLOBAL_NAME...more details

GET_LENGTHReturns the data length in chars or bytesPublic
CALL METHOD cl_rsem_inline_type=>GET_LENGTH...more details

GET_NAMEReturns the inline type name from modelPublic
CALL METHOD cl_rsem_inline_type=>GET_NAME...more details

GET_PRIMITIVE_TYPEReturns the SQL primitive type (if any)Public
CALL METHOD cl_rsem_inline_type=>GET_PRIMITIVE_TYPE...more details

GET_SEMANTIC_TYPEReturns the semantic type (see constants)Public
CALL METHOD cl_rsem_inline_type=>GET_SEMANTIC_TYPE...more details

SET_DATA_ELEMENTSets the data elementPublic
CALL METHOD cl_rsem_inline_type=>SET_DATA_ELEMENT...more details

SET_DATA_TYPESets the DDIC data typePublic
CALL METHOD cl_rsem_inline_type=>SET_DATA_TYPE...more details

SET_DECIMAL_PROPERTIESSets decimal precision and scalePublic
CALL METHOD cl_rsem_inline_type=>SET_DECIMAL_PROPERTIES...more details

SET_GLOBAL_NAMESets the 'globalName'Public
CALL METHOD cl_rsem_inline_type=>SET_GLOBAL_NAME...more details

SET_LENGTHSets the data length in chars or bytes (numeric types)Public
CALL METHOD cl_rsem_inline_type=>SET_LENGTH...more details

SET_NAMESets the inline type namePublic
CALL METHOD cl_rsem_inline_type=>SET_NAME...more details

SET_PRIMITIVE_TYPESets the SQL primitive typePublic
CALL METHOD cl_rsem_inline_type=>SET_PRIMITIVE_TYPE...more details

SET_SEMANTIC_TYPESets the semantic type (see constants)Public
CALL METHOD cl_rsem_inline_type=>SET_SEMANTIC_TYPE...more details



CL_RSEM_INLINE_TYPE 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
G_C_SEMANTIC_AMOUNTConstantSemantic type for amount'amount'LIKE
STRING
Public
G_C_SEMANTIC_CURRENCYConstantSemantic type for currencies'currencyCode'LIKE
STRING
Public
G_C_SEMANTIC_DATEConstantSemantic type 'date''date'LIKE
STRING
Public
G_C_SEMANTIC_DATE_FROMConstantSemantic type 'dateFrom''businessDateFrom'LIKE
STRING
Public
G_C_SEMANTIC_DATE_TOConstantSemantic type 'dateTo''businessDateTo'LIKE
STRING
Public
G_C_SEMANTIC_EMPTYConstantSemantic type for general types'empty'LIKE
STRING
Public
G_C_SEMANTIC_LANGUAGEConstantSemantic type for language key'language'LIKE
STRING
Public
G_C_SEMANTIC_QUANTITYConstantSemantic type for quantity'quantity'LIKE
STRING
Public
G_C_SEMANTIC_TIMEConstantSemantic type 'time''time'LIKE
STRING
Public
G_C_SEMANTIC_UNITConstantSemantic type for units'unitOfMeasure'LIKE
STRING
Public
G_C_SQL_ALPHANUMConstantHANA primitive type ALPHANUM'ALPHANUM'LIKE
STRING
Public
G_C_SQL_BIGINTConstantHANA primitive type BIGINT'BIGINT'LIKE
STRING
Public
G_C_SQL_BINARYConstantHANA primitive type BINARY'BINARY'LIKE
STRING
Public
G_C_SQL_BLOBConstantHANA primitive type BLOB'BLOB'LIKE
STRING
Public
G_C_SQL_BOOLEANConstantHANA primitive type BOOLEAN'BOOLEAN'LIKE
STRING
Public
G_C_SQL_CHARConstantHANA primitve type CHAR'CHAR'LIKE
STRING
Public
G_C_SQL_CLOBConstantHANA primitive type CLOB'CLOB'LIKE
STRING
Public
G_C_SQL_DATEConstantHANA primitive type DATE'DATE'LIKE
STRING
Public
G_C_SQL_DECIMALConstantHANA primitive type DECIMAL'DECIMAL'LIKE
STRING
Public
G_C_SQL_DOUBLEConstantHANA primitive type DOUBLE'DOUBLE'LIKE
STRING
Public
G_C_SQL_FLOATConstantHANA primitive type FLOAT'FLOAT'LIKE
STRING
Public
G_C_SQL_INTEGERConstantHana primitive type INTEGER'INTEGER'LIKE
STRING
Public
G_C_SQL_NCHARConstantHANA primitive type NCHAR'NCHAR'LIKE
STRING
Public
G_C_SQL_NCLOBConstantHANA primitive type NCLOB'NCLOB'LIKE
STRING
Public
G_C_SQL_NUMERICConstantHANA primitive type NUMERIC'NUMERIC'LIKE
STRING
Public
G_C_SQL_NVARCHARConstantHANA primitive type NVARCHAR'NVARCHAR'LIKE
STRING
Public
G_C_SQL_REALConstantHANA primitive type REAL'REAL'LIKE
STRING
Public
G_C_SQL_SECONDDATEConstantHANA primitive type SECONDDATE'SECONDDATE'LIKE
STRING
Public
G_C_SQL_SHORTTEXTConstantHANA primitive type SHORTTEXT'SHORTTEXT'LIKE
STRING
Public
G_C_SQL_SMALLDECIMALConstantHANA primitive type SMALLDECIMAL'SMALLDECIMAL'LIKE
STRING
Public
G_C_SQL_SMALLINTConstantHANA primitive type SMALLINT'SMALLINT'LIKE
STRING
Public
G_C_SQL_ST_GEOMETRYConstantHANA primitve type ST_GEOMETRY'ST_GEOMETRY'LIKE
STRING
Public
G_C_SQL_ST_POINTConstantHANA primitive type ST_POINT'ST_POINT'LIKE
STRING
Public
G_C_SQL_TEXTConstantHANA primitive type TEXT'TEXT'LIKE
STRING
Public
G_C_SQL_TIMEConstantHANA primitive type TIME'TIME'LIKE
STRING
Public
G_C_SQL_TIMESTAMPConstantHANA primitive type TIMESTAMP'TIMESTAMP'LIKE
STRING
Public
G_C_SQL_TINYINTConstantHANA primitive type TINYINT'TINYINT'LIKE
STRING
Public
G_C_SQL_VARBINARYConstantHANA primitive type VARBINARY'VARBINARY'LIKE
STRING
Public
G_C_SQL_VARCHARConstantHANA primitive type VARCHAR'VARCHAR'LIKE
STRING
Public
P_R_ROOTInstance AttributeReference to own model structureLIKE
IF_BW_ENTITY_MODEL_TYPES=>TN_S_INLINE_TYPE
Private


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!