SAP IF_CRM_UI_DATA_CONTEXT OO Class - Data Context Interface









IF_CRM_UI_DATA_CONTEXT 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_CRM_UI_DATA_CONTEXT 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_CRM_UI_DATA_CONTEXT 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
CLEAR_DATA_CONTEXTClear Data ContextPublic
CALL METHOD if_crm_ui_data_context=>CLEAR_DATA_CONTEXT...more details

GET_CONTENTObsoletePublic
CALL METHOD if_crm_ui_data_context=>GET_CONTENT...more details

GET_DATA_ATTRIBUTEGet AttributePublic
CALL METHOD if_crm_ui_data_context=>GET_DATA_ATTRIBUTE...more details

GET_ENTITIESGet All Stored EntitiesPublic
CALL METHOD if_crm_ui_data_context=>GET_ENTITIES...more details

GET_ENTITYGet a BOL entityPublic
CALL METHOD if_crm_ui_data_context=>GET_ENTITY...more details

GET_ENTITY_ATTRIBUTE_AS_STRINGGet BOL attribute as stringPublic
CALL METHOD if_crm_ui_data_context=>GET_ENTITY_ATTRIBUTE_AS_STRING...more details

GET_ENTITY_ATTRIBUTE_AS_VALUEGet BOL attribute as valuePublic
CALL METHOD if_crm_ui_data_context=>GET_ENTITY_ATTRIBUTE_AS_VALUE...more details

GET_ENTITY_BY_PATHGet BOL entity by pathPublic
CALL METHOD if_crm_ui_data_context=>GET_ENTITY_BY_PATH...more details

GET_RELATED_ENTITIES_BY_PATHGet related BOL entitiesPublic
CALL METHOD if_crm_ui_data_context=>GET_RELATED_ENTITIES_BY_PATH...more details

REMOVE_ENTITYRemove a BOL entityPublic
CALL METHOD if_crm_ui_data_context=>REMOVE_ENTITY...more details

SET_DATA_ATTRIBUTESet AttributePublic
CALL METHOD if_crm_ui_data_context=>SET_DATA_ATTRIBUTE...more details

SET_ENTITYSet a BOL entityPublic
CALL METHOD if_crm_ui_data_context=>SET_ENTITY...more details




Events of Class IF_CRM_UI_DATA_CONTEXT

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... ATTRIBUTE_CHANGED - Raised when set_data_attribute changed data
DATA_CHANGED - Raised when when set_entity changed data

Links to Related Class(s)

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