SAP IF_VBI_CONTROL_ADAPTER OO Class - Output Adapter Interface









IF_VBI_CONTROL_ADAPTER 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_VBI_CONTROL_ADAPTER 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_VBI_CONTROL_ADAPTER 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_DATA_CHANGEDChecks for changed dataPublic
CALL METHOD if_vbi_control_adapter=>CHECK_DATA_CHANGED...more details

CREATE_INTERACTIVETrigger Control for interactive object creationPublic
CALL METHOD if_vbi_control_adapter=>CREATE_INTERACTIVE...more details

DISCARD_PENDING_UPDATEDiscards the Data XML for the pending Control updatePublic
CALL METHOD if_vbi_control_adapter=>DISCARD_PENDING_UPDATE...more details

PUSH_CONTEXT_MENUPush Context Menu to frontendPublic
CALL METHOD if_vbi_control_adapter=>PUSH_CONTEXT_MENU...more details

PUSH_DETAILSPush Detail Data to frontendPublic
CALL METHOD if_vbi_control_adapter=>PUSH_DETAILS...more details

SEND_CONTROL_UPDATESends the Update to the ControlPublic
CALL METHOD if_vbi_control_adapter=>SEND_CONTROL_UPDATE...more details

SET_ANIMATION_DURATIONSets the duration for FlyTo animationsPublic
CALL METHOD if_vbi_control_adapter=>SET_ANIMATION_DURATION...more details

SET_ANIMATION_MODESets the animation mode for FlyTo animationsPublic
CALL METHOD if_vbi_control_adapter=>SET_ANIMATION_MODE...more details

SET_EVENT_CONTEXTSet Context of last frontend eventPublic
CALL METHOD if_vbi_control_adapter=>SET_EVENT_CONTEXT...more details

SET_SCENE_POSITIONSets the scene position for the next displayPublic
CALL METHOD if_vbi_control_adapter=>SET_SCENE_POSITION...more details

SHOW_LEGENDShow legendPublic
CALL METHOD if_vbi_control_adapter=>SHOW_LEGEND...more details

UPDATE_LEGENDUpdate legend data and visibilityPublic
CALL METHOD if_vbi_control_adapter=>UPDATE_LEGEND...more details

UPDATE_SCENEUpdate scene contentPublic
CALL METHOD if_vbi_control_adapter=>UPDATE_SCENE...more details

UPDATE_SCENE_LIGHTSUpdates/Changes the Scene LightsPublic
CALL METHOD if_vbi_control_adapter=>UPDATE_SCENE_LIGHTS...more details



IF_VBI_CONTROL_ADAPTER 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
ANIMATION_DURATIONInstance AttributeVisual Business Animation DurationLIKE
VBI_ANIMATION_DURATION
Public
ANIMATION_MODEInstance AttributeVisual Business Animation ModeLIKE
VBI_ANIMATION_MODE
Public
LAST_OPENED_DETAIL_WINDOWInstance AttributeLIKE
GTYPE_DETAIL_WINDOW_REF
Public


Events of Class IF_VBI_CONTROL_ADAPTER

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... CONTROL_EVENT - Event raised by frontend control
DATA_CHANGED - Data changes submitted by frontend control



IF_VBI_CONTROL_ADAPTER types

GTYPE_DETAIL_WINDOW_REF -
GTYPE_LIGHTS -
GTYPE_LIGHT_ENTRY -
GTYPE_NAME_VALUE_PAIR -
GTYPE_NAME_VALUE_TAB -
GTYPE_REQUEST_CONTEXT -

Links to Related Class(s)

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