SAP IF_THTMLBX_NEXUS_MODEL OO Class - THTMLBX Nexus Model Interface









IF_THTMLBX_NEXUS_MODEL 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 IF_THTMLBX_NEXUS_MODEL 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 IF_THTMLBX_NEXUS_MODEL 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
END_RENDERINGPublic
CALL METHOD if_thtmlbx_nexus_model=>END_RENDERING...more details

GET_DATASOURCEReturns an itab representing the data sourcePublic
CALL METHOD if_thtmlbx_nexus_model=>GET_DATASOURCE...more details

GET_DS_MAPPINGReturns the mapping of a data sourcePublic
CALL METHOD if_thtmlbx_nexus_model=>GET_DS_MAPPING...more details

LIST_ACTIONSReturns a list of FI eventsPublic
CALL METHOD if_thtmlbx_nexus_model=>LIST_ACTIONS...more details

REBUILD_INDEXESPublic
CALL METHOD if_thtmlbx_nexus_model=>REBUILD_INDEXES...more details

RENDER_TO_STRINGPublic
CALL METHOD if_thtmlbx_nexus_model=>RENDER_TO_STRING...more details

START_RENDERINGPublic
CALL METHOD if_thtmlbx_nexus_model=>START_RENDERING...more details



IF_THTMLBX_NEXUS_MODEL 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
GC_DS_CTXNODEConstantDatasource of Ctx Node'DS_CTXNODE'LIKE
STRING
Public
GC_DS_DELETED_DATAConstantDatasource of deleted data components'DS_DELETED_DATA'LIKE
STRING
Public
GC_DS_STATE_TEMPLATESConstantDatasource for state templates'DS_STATE_TEMPLATE'LIKE
STRING
Public
GC_DS_TYPE_ACTIONSConstantDatasource of type actions'DS_ACTIONS'LIKE
STRING
Public
GC_DS_TYPE_ANCHORSConstantDatasource of type anchors'DS_ANCHORS'LIKE
STRING
Public
GC_DS_TYPE_ANCHOR_TEMPLATESConstantDatasource of anchor Templates'DS_ANCHOR_TEMPLATE'LIKE
STRING
Public
GC_DS_TYPE_CONNECTORSConstantDatasource of type connectors'DS_CONNECTORS'LIKE
STRING
Public
GC_DS_TYPE_CONNECTOR_TEMPLATESConstantDatasource of connector Template'DS_CONNECTOR_TEMPLATE'LIKE
STRING
Public
GC_DS_TYPE_CTX_MENUSConstantDatasource of type context menus'DS_CTX_MENUS'LIKE
STRING
Public
GC_DS_TYPE_CUR_MANConstantDatasource of type cursor manager'DS_CUR_MAN'LIKE
STRING
Public
GC_DS_TYPE_DOCKSConstantDatasource of type docks (for shapes and connectors)'DS_DOCKS'LIKE
STRING
Public
GC_DS_TYPE_DOCK_TEMPLATESConstantDatasource of dock Templates'DS_DOCK_TEMPLATE'LIKE
STRING
Public
GC_DS_TYPE_DYNAMIC_PANEConstantDatasource of type pane - dynamic data'DS_DYNAMIC_PANE'LIKE
STRING
Public
GC_DS_TYPE_GLOB_CONFConstantDatasource of type global configuration'DS_GLOB_CONF'LIKE
STRING
Public
GC_DS_TYPE_GRID_CONFConstantDatasource of type grid configuration'DS_GRID_CONF'LIKE
STRING
Public
GC_DS_TYPE_LOG_MANAGERConstantDatasource of Logging Manager'DS_LOG_MANAGER'LIKE
STRING
Public
GC_DS_TYPE_MODELSConstantDatasource of type models'DS_MODELS'LIKE
STRING
Public
GC_DS_TYPE_PANESConstantDatasource of type panes'DS_PANES'LIKE
STRING
Public
GC_DS_TYPE_RES_MANConstantDatasource of type ressource manager'DS_RES_MAN'LIKE
STRING
Public
GC_DS_TYPE_SHAPESConstantDatasource of type shapes'DS_SHAPES'LIKE
STRING
Public
GC_DS_TYPE_SHAPE_TEMPLATESConstantDatasource of shape Template'DS_SHAPE_TEMPLATE'LIKE
STRING
Public
GC_DS_TYPE_STATIC_PANEConstantDatasource of type pane - static data'DS_STATIC_PANE'LIKE
STRING
Public
GC_DS_TYPE_TEMPLATESConstantDatasource of Templates'DS_TEMPLATES'LIKE
STRING
Public
GC_DS_TYPE_TOOLBARConstantDatasource of type toolbar'DS_TOOLBAR'LIKE
STRING
Public


Links to Related Class(s)

IF_THTML...
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!