SAP CL_BSP_WD_FS_VIEWSET OO Class - Generic View Set for Fact Sheets









CL_BSP_WD_FS_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_FS_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_FS_VIEWSET is CL_BSP_WD_GENERIC_VS

Interface Implementation

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

Method list of CL_BSP_WD_FS_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
BIND_FS_VIEWbind fact sheet viewPrivate
CALL METHOD cl_bsp_wd_fs_viewset=>BIND_FS_VIEW...more details

CHECK_VIEWAREA_ALREADY_LOADEDcheck if viewarea is already loadedProtected
CALL METHOD cl_bsp_wd_fs_viewset=>CHECK_VIEWAREA_ALREADY_LOADED...more details

DETERMINE_FACTSHEET_VIEWdetermine view by page typePrivate
CALL METHOD cl_bsp_wd_fs_viewset=>DETERMINE_FACTSHEET_VIEW...more details

DO_HANDLE_EVENT_FShandle event for fact sheet buttonsProtected
CALL METHOD cl_bsp_wd_fs_viewset=>DO_HANDLE_EVENT_FS...more details

DO_INIT_CONFIGInitialization of configurationPrivate
CALL METHOD cl_bsp_wd_fs_viewset=>DO_INIT_CONFIG...more details

GET_COLUMN_SIZEget the amount of columnsPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_COLUMN_SIZE...more details

GET_DATA_COLLECTIONget current data collectionPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_DATA_COLLECTION...more details

GET_EMBEDDED_WINDOWget embedded window of fact sheet viewPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_EMBEDDED_WINDOW...more details

GET_FACTSHEET_IDget fact sheet IDPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_FACTSHEET_ID...more details

GET_LAST_OPget last fired outbound from factsheet viewPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_LAST_OP...more details

GET_PAGE_TYPEoverview page like, work or interaction center likePublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_PAGE_TYPE...more details

GET_ROW_SIZEget the amount of rowsPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_ROW_SIZE...more details

GET_SELECTED_TAB_INDEXget selected tab indexPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_SELECTED_TAB_INDEX...more details

GET_TAB_LINKSget tab linksPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_TAB_LINKS...more details

GET_TITLEget fact sheet titlePublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_TITLE...more details

GET_VIEW_AREAget view areasPublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_VIEW_AREA...more details

GET_VIEW_TITLEget view titlePublic
CALL METHOD cl_bsp_wd_fs_viewset=>GET_VIEW_TITLE...more details

INITIALIZE_VIEAREAintialize viewareaPrivate
CALL METHOD cl_bsp_wd_fs_viewset=>INITIALIZE_VIEAREA...more details

IS_COLLAPSEDis assignment block collapsedPublic
CALL METHOD cl_bsp_wd_fs_viewset=>IS_COLLAPSED...more details

IS_WINDOWcheck on windowPrivate
CALL METHOD cl_bsp_wd_fs_viewset=>IS_WINDOW...more details

ON_CONFIG_DATA_CHANGEDProtected
CALL METHOD cl_bsp_wd_fs_viewset=>ON_CONFIG_DATA_CHANGED...more details

SET_FACTSHEET_IDset fact sheet idPublic
CALL METHOD cl_bsp_wd_fs_viewset=>SET_FACTSHEET_ID...more details

SET_TITLEset fact sheet titlePrivate
CALL METHOD cl_bsp_wd_fs_viewset=>SET_TITLE...more details



CL_BSP_WD_FS_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
CO_DEFAULT_OB_PLUGConstant'DEFAULT'LIKE
STRING
Public
C_FACTSHEET_IDConstant'FACTSHEETID'LIKE
STRING
Public
GR_PERS_POPUPInstance AttributePopup Access InterfaceLIKE
IF_BSP_WD_POPUP
Private
GS_RT_DATAInstance AttributeFact Sheet Runtime ViewsLIKE
BSP_DLCS_FS_RT_DATA
Private
GV_DO_INITInstance AttributeLIKE
ABAP_BOOL
Public
GV_FACTSHEET_COMPInstance AttributeLIKE
LCL_FACTSHEET_COMP
Private
GV_FACTSHEET_IDInstance AttributeFact Sheet IDLIKE
BSP_DYN_CONFIG_FS_ID
Private
GV_FIRST_TIMEInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)ABAP_TRUELIKE
BOOLEAN
Private
GV_FORCE_BINDINGInstance AttributeBoolean Variable (X=True, -=False, Space=Unknown)ABAP_FALSELIKE
BOOLEAN
Private
GV_TITLEInstance AttributeLIKE
STRING
Private
VIEWInstance Attribute'https://www.se80.co.uk/sap-oop/sap/BSP_DLC_FS/OneColumn.htm'LIKE
STRING
Private
VIEW_IN_BINDINGInstance AttributeLIKE
STRING
Private


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!