SAP IF_BSP_WD_VIEW_MANAGER OO Class - Access Interface for View Manager









IF_BSP_WD_VIEW_MANAGER 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_BSP_WD_VIEW_MANAGER 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_BSP_WD_VIEW_MANAGER 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_WD_VIEW_EXISTSChecks Whether the Provided Web Screen View ExistsPublic
CALL METHOD if_bsp_wd_view_manager=>CHECK_WD_VIEW_EXISTS...more details

CREATE_CONTROLLERCreates a Controller InstancePublic
CALL METHOD if_bsp_wd_view_manager=>CREATE_CONTROLLER...more details

DELETE_CONTROLLERDeletes a SubcontrollerPublic
CALL METHOD if_bsp_wd_view_manager=>DELETE_CONTROLLER...more details

ERROR_NAVIGATEPrivate
CALL METHOD if_bsp_wd_view_manager=>ERROR_NAVIGATE...more details

GET_CONTROLLERFetches a SubcontrollerPublic
CALL METHOD if_bsp_wd_view_manager=>GET_CONTROLLER...more details

GET_CURRENT_RENDERING_GROUPGets the Currently Processed View AssemblyPublic
CALL METHOD if_bsp_wd_view_manager=>GET_CURRENT_RENDERING_GROUP...more details

GET_CURRENT_RENDER_MODEDelivers the Current Render ModePublic
CALL METHOD if_bsp_wd_view_manager=>GET_CURRENT_RENDER_MODE...more details

GET_HELP_IDDelivers ID for Help (ABAP Class Name)Public
CALL METHOD if_bsp_wd_view_manager=>GET_HELP_ID...more details

GET_HISTORY_MANAGER_DISPLAYDelivers Display Interface of the History ManagerPublic
CALL METHOD if_bsp_wd_view_manager=>GET_HISTORY_MANAGER_DISPLAY...more details

GET_HISTORY_MODEReturns the History Operation ModePublic
CALL METHOD if_bsp_wd_view_manager=>GET_HISTORY_MODE...more details

GET_MESSAGE_SERVICEReturns Message ServicePublic
CALL METHOD if_bsp_wd_view_manager=>GET_MESSAGE_SERVICE...more details

GET_OUTFetches the Current WriterPublic
CALL METHOD if_bsp_wd_view_manager=>GET_OUT...more details

GET_REPLACEMENTDetermines Controller/View ReplacementPublic
CALL METHOD if_bsp_wd_view_manager=>GET_REPLACEMENT...more details

GET_VIEW_CONFIG_DESCRDelivers Configuration Description for a ViewPublic
CALL METHOD if_bsp_wd_view_manager=>GET_VIEW_CONFIG_DESCR...more details

GET_WINDOW_CONTROLLERReturns the Assigned Window ControllerPublic
CALL METHOD if_bsp_wd_view_manager=>GET_WINDOW_CONTROLLER...more details

GET_WORKAREA_VIEWDelivers View Currently Displayed in Work AreaPublic
CALL METHOD if_bsp_wd_view_manager=>GET_WORKAREA_VIEW...more details

NAVIGATEPrivate
CALL METHOD if_bsp_wd_view_manager=>NAVIGATE...more details

SET_WORKAREA_OWNERSet Owner (View Controller) of Work AreaPublic
CALL METHOD if_bsp_wd_view_manager=>SET_WORKAREA_OWNER...more details

SET_WORKAREA_REFSet Work Area ReferencePublic
CALL METHOD if_bsp_wd_view_manager=>SET_WORKAREA_REF...more details



IF_BSP_WD_VIEW_MANAGER 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
APPLICATION_NAMEInstance AttributeName of BSP Application with NamespaceLIKE
STRING
Public
WORKAREA_DEFInstance AttributeWork Area DefinitionLIKE
BSP_WD_WORKAREA_DEFINITION
Public
WORKAREA_OWNERInstance AttributeView Controller that Occupies Work AreaLIKE
CL_BSP_WD_VIEW_CONTROLLER
Public
WORKAREA_REF_SETInstance AttributeIndicator: Work Area Reference Was SetLIKE
ABAP_BOOL
Public


Events of Class IF_BSP_WD_VIEW_MANAGER

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... BEFORE_NAVIGATION_STEP -
END_OF_NAVIGATION -
START_OF_NAVIGATION -

Links to Related Class(s)

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