SAP CL_BSP_WD_OVW_VIEWSET OO Class - Generic Overview Viewset









CL_BSP_WD_OVW_VIEWSET 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_BSP_WD_OVW_VIEWSET 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_BSP_WD_OVW_VIEWSET is CL_BSP_WD_DYN_VIEWSET

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_CRM_WEB_CALLBACK

Method list of CL_BSP_WD_OVW_VIEWSET 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
ADD_ADDVIEWAdd Additional ViewsProtected
CALL METHOD cl_bsp_wd_ovw_viewset=>ADD_ADDVIEW...more details

ADD_MESSAGEAdd message to message servicePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>ADD_MESSAGE...more details

ADJUST_HOMEPAGE_XMLAdjust Homepage XMLPublic
CALL METHOD cl_bsp_wd_ovw_viewset=>ADJUST_HOMEPAGE_XML...more details

ATTACH_DYNAMIC_OVW_VIEWSOBSOLETE, do not usePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>ATTACH_DYNAMIC_OVW_VIEWS...more details

BIND_LAZYlazy bindingPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>BIND_LAZY...more details

CREATE_VIEWAREA_LOCAL_COPYCreate a copy of viewareas with numeric rowid, colid,colspanPublic
CALL METHOD cl_bsp_wd_ovw_viewset=>CREATE_VIEWAREA_LOCAL_COPY...more details

DETACH_DYNAMIC_OVW_VIEWSOBSOLETE, do not usePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>DETACH_DYNAMIC_OVW_VIEWS...more details

DETACH_STATIC_OVW_VIEWSdetach static views at runtime from overview pagePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>DETACH_STATIC_OVW_VIEWS...more details

DO_INIT_CONFIGinitialize the overview configurationPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>DO_INIT_CONFIG...more details

DO_INIT_CONFIG_PERSinitialize the personalizationPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>DO_INIT_CONFIG_PERS...more details

EXCHANGE_VIEWeOVP: Exchange edit view with display viewProtected
CALL METHOD cl_bsp_wd_ovw_viewset=>EXCHANGE_VIEW...more details

GENERATE_URLgenerate the url for the BOL entity in questionPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>GENERATE_URL...more details

GET_CURRENT_CONFIGURATIONGet the current configurationPublic
CALL METHOD cl_bsp_wd_ovw_viewset=>GET_CURRENT_CONFIGURATION...more details

GET_HOME_PAGE_GRID_ROWCOUNTReturns the number of rows for homepage grid layout.Public
CALL METHOD cl_bsp_wd_ovw_viewset=>GET_HOME_PAGE_GRID_ROWCOUNT...more details

GET_ICON_MENU_ITEMSReturns the items for the tray icon selectionPublic
CALL METHOD cl_bsp_wd_ovw_viewset=>GET_ICON_MENU_ITEMS...more details

GET_LAYOUTget layout for example overview, work center, home pagePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>GET_LAYOUT...more details

GET_LIST_OF_DYNAMIC_VIEWSOBSOLETE, do not usePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>GET_LIST_OF_DYNAMIC_VIEWS...more details

GET_LIST_OF_STATIC_VIEWSget a list of current static views on the overview pagePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>GET_LIST_OF_STATIC_VIEWS...more details

GET_RUNTIME_MODEget runtime modePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>GET_RUNTIME_MODE...more details

INITIALIZE_VIEWAREAinitialize the configuration data of the view areaPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>INITIALIZE_VIEWAREA...more details

INITIALIZE_VIEWAREA_CONTinitialize viewarea_cont tableProtected
CALL METHOD cl_bsp_wd_ovw_viewset=>INITIALIZE_VIEWAREA_CONT...more details

INVALID_CONFIGInvalid the changed configurationsPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>INVALID_CONFIG...more details

IS_COLLAPSEDOBSOLETE, DO NOT USEPublic
CALL METHOD cl_bsp_wd_ovw_viewset=>IS_COLLAPSED...more details

IS_CONFIG_STILL_VALIDcheck if the configuration still validProtected
CALL METHOD cl_bsp_wd_ovw_viewset=>IS_CONFIG_STILL_VALID...more details

IS_EXPANDEDOBSOLETE, DO NOT USEPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>IS_EXPANDED...more details

ON_BEFORE_WA_CONTENT_CHANGEWork area content change eventPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>ON_BEFORE_WA_CONTENT_CHANGE...more details

ON_CONFIGURATION_CHANGEDPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>ON_CONFIGURATION_CHANGED...more details

ON_CONFIG_DATA_CHANGEDPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>ON_CONFIG_DATA_CHANGED...more details

OPEN_FAVORITE_POPUPPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>OPEN_FAVORITE_POPUP...more details

OPEN_PERS_DIALOGopen personalization dialog - only internal use -Public
CALL METHOD cl_bsp_wd_ovw_viewset=>OPEN_PERS_DIALOG...more details

OPEN_TAG_POPUPPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>OPEN_TAG_POPUP...more details

PREPARE_AB_MENUSPrepare Menus for Assignment BlocksPublic
CALL METHOD cl_bsp_wd_ovw_viewset=>PREPARE_AB_MENUS...more details

PREPARE_GROUP_MENUSPrepare Menus for GroupPublic
CALL METHOD cl_bsp_wd_ovw_viewset=>PREPARE_GROUP_MENUS...more details

REATTACH_STATIC_OVW_VIEWSreattach static views at runtimePublic
CALL METHOD cl_bsp_wd_ovw_viewset=>REATTACH_STATIC_OVW_VIEWS...more details

RENDER_OLD_TILEDCheck the profile parameter TILED_LAYOUT_OLDPublic
CALL METHOD cl_bsp_wd_ovw_viewset=>RENDER_OLD_TILED...more details

RESET_CONFIGDeletes all the customer Configurations if existPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>RESET_CONFIG...more details

RESET_STATEReset to force Re-read from Configuration/PersonalizationProtected
CALL METHOD cl_bsp_wd_ovw_viewset=>RESET_STATE...more details

SET_ERROR_STATE_OVWset error statePrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>SET_ERROR_STATE_OVW...more details

SET_FAVORITE_MARKERSets the favorite marker in the workarea titlePrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>SET_FAVORITE_MARKER...more details

SET_RUNTIME_MODE_TO_DISPLAYset runtime mode to normal displayProtected
CALL METHOD cl_bsp_wd_ovw_viewset=>SET_RUNTIME_MODE_TO_DISPLAY...more details

SET_RUNTIME_MODE_TO_PERSset runtime mode to personalizationProtected
CALL METHOD cl_bsp_wd_ovw_viewset=>SET_RUNTIME_MODE_TO_PERS...more details

SHOW_CONFIG_RELOAD_WARNINGShow the warning before reloading configurationPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>SHOW_CONFIG_RELOAD_WARNING...more details

SHOW_RESET_WARNINGShow the warning before deleting configuartionPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>SHOW_RESET_WARNING...more details

UPDATE_EXPANDED_VIEWSUpdates GT_EXPANDED_VIEWS - internal use only -Private
CALL METHOD cl_bsp_wd_ovw_viewset=>UPDATE_EXPANDED_VIEWS...more details

UPDATE_VIEWAREA_CONTUpdate viewarea_cont after personalize without loosing dataPrivate
CALL METHOD cl_bsp_wd_ovw_viewset=>UPDATE_VIEWAREA_CONT...more details



CL_BSP_WD_OVW_VIEWSET 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
BI_VIEW_AREAInstance AttributeAll Assignment of a overview pageLIKE
BSP_DLC_OVW_ASSGNM_T
Private
CONFIGURATION_CHANGEDInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
CONFIGURATION_EVALUATEDInstance AttributeABAP_FALSELIKE
ABAP_BOOL
Private
C_ADAPT_UI_EVENTConstantAdapt UI Event'WCF_ADAPT_UI'LIKE
STRING
Public
C_CHANGED_PARAM_DISPL_VIEWSConstantFlag: Only list of displayed view changed'ONLY_DISPLAYED_VIEWS_CHANGED'LIKE
STRING
Public
C_CHANGED_PARAM_PERSONALIZEDConstantFlag: Personalization changed'PERSONALIZATION_CHANGED'LIKE
STRING
Public
C_DIRECTMODE_IDConstantCharacter Field Length 1'E'LIKE
CHAR01
Public
C_EXIT_ADAPT_UI_EVENTConstantAdapt UI Mode Off'AdaptUIModeOff'LIKE
STRING
Public
C_FAVORITE_EVENTConstantFavorite event'WCF_FAVORITES'LIKE
STRING
Public
C_HIDEMODE_IDConstantCharacter Field Length 1'H'LIKE
CHAR01
Public
C_LAZYMODE_IDConstantCharacter Field Length 1'C'LIKE
CHAR01
Public
C_PERS_CHANGED_COMPLETELYConstantPersonalization changed completely by Popup'P'LIKE
CHAR1
Public
C_PERS_CHANGED_DISPLAYED_VIEWSConstantDisplayed views personalized by Drag&Drop'D'LIKE
CHAR1
Public
C_PERS_UNCHANGEDConstantPersonalization unchanged' 'LIKE
CHAR1
Public
C_RESET_UI_EVENTConstantReset UI'RESET_UI'LIKE
STRING
Public
C_RUNTIME_DISPLConstant'DISPLAY'LIKE
STRING
Public
C_RUNTIME_PERSConstant'PERSONALIZATION'LIKE
STRING
Public
C_TAG_CLOUD_EVENTConstantTag cloud event'WCF_TAG_CLOUDS'LIKE
STRING
Public
DYNAMIC_VIEWConstantType of view is dynamic'D'LIKE
CHAR01
Public
FOCUSELEMENTInstance AttributeLIKE
STRING
Public
GC_DEFAULT_LAYOUTConstant'DEFAULT'LIKE
STRING
Public
GC_TILE_LAYOUTConstant'TILE'LIKE
STRING
Public
GR_AJAX_AREAInstance AttributeBasis Interface for BSP ElementLIKE
IF_BSP_ELEMENT
Public
GR_EXP_EVENTInstance AttributeLIKE
STRING
Private
GR_MURTInstance AttributeMashup RuntimeLIKE
CL_WCF_MU_MASHUP_RUNTIME
Private
GR_PAGE_CONTEXTInstance AttributeBSP Page Context for Element HandlerLIKE
IF_BSP_PAGE_CONTEXT
Public
GR_PERS_EVENTInstance AttributeLIKE
LCL_PERS_EVENT
Private
GR_PERS_POPUPInstance Attributeinternal useLIKE
IF_BSP_WD_POPUP
Public
GS_OVW_ASSGNMInstance AttributeLIKE
S_OVW_ASSGNM
Private
GT_ANCHORBTNSInstance AttributeTable of buttons in the anchor barLIKE
CRMT_THTMLB_BUTTON_T
Public
GT_CHANGED_VIEWSInstance AttributeTable of StringsLIKE
STRING_TABLE
Private
GT_EOVPVIEWInstance AttributeAssignment of display view <-> editLIKE
T_EOVPVIEW
Private
GT_EXPANDED_VIEWSInstance AttributeOBSOLETE, DO NOT USELIKE
STRING_TABLE
Public
GV_CONFIG_IDInstance Attributeconfiguration idLIKE
BSP_DLC_CONTEXT_ID
Private
GV_EOVPVIEW_REPLACE_ACTIVEInstance AttributeGeneral FlagLIKE
FLAG
Private
GV_HOME_GRID_LAYOUT_ENABLEDInstance AttributeEnable home page grid layout.ABAP_TRUELIKE
ABAP_BOOL
Public
GV_IS_PERSISTENTInstance Attributecheck if BOL entity is persistentABAP_FALSELIKE
ABAP_BOOL
Private
GV_LOADED_ASYNCInstance AttributeAt least one assignment block was loaded asynchronouslyABAP_FALSELIKE
ABAP_BOOL
Public
GV_OBJECT_TYPEInstance AttributeLIKE
STRING
Private
GV_OBJ_SUB_TYPEInstance AttributeLIKE
STRING
Private
GV_PERSONALIZATION_EXISTSInstance AttributeLIKE
ABAP_BOOL
Private
GV_PERS_RESET_STATEInstance AttributeFlag: personalization has been resetABAP_FALSELIKE
ABAP_BOOL
Private
GV_RUNTIME_MODEInstance Attribute'DISPLAY'LIKE
STRING
Private
GV_SWITCHInstance AttributeLIKE
ABAP_BOOL
Private
HOME_VIEW_AREASInstance AttributeLocal copy of assignments of overview pageLIKE
LT_BSP_DLC_OVW_ASSGNM_T
Public
LAYOUT_IDInstance AttributeLIKE
STRING
Private
OVW_DESCRInstance AttributeOverview Page ConfigurationLIKE
CL_BSP_DLC_CONFIG_OVW
Public
OVW_URLInstance AttributeThe overview urlLIKE
STRING
Private
PERSONALIZATION_CHANGEDInstance AttributeSingle-Character FlagLIKE
CHAR1
Private
RP_VIEWLISTInstance AttributeTable of Controller NamesLIKE
BSP_WD_CONTROLLER_TAB
Private
VIEWInstance Attribute'https://www.se80.co.uk/sap-oop/sap/BSP_DLC_OVW/OvwViewset.htm'LIKE
STRING
Private
VIEW_AREAInstance AttributeAll Assignment of a overview pageLIKE
BSP_DLC_OVW_ASSGNM_T
Public
VIEW_IN_BINDINGInstance AttributeLIKE
STRING
Protected
WC_VIEW_AREAInstance Attributebuffer of view area states in Work Center PageLIKE
BSP_DLC_OVW_ASSGNM_T
Private




CL_BSP_WD_OVW_VIEWSET types

LS_BSP_DLC_OVW_ASSGNM -
LTY_ASYNC_RESPONSE -
LT_BSP_DLC_OVW_ASSGNM_T -

Links to Related Class(s)

CL_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!