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_VSInterface 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_CALLBACKMethod 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 Name | Description | Visability |
| BIND_FS_VIEW | bind fact sheet view | Private |
| CALL METHOD cl_bsp_wd_fs_viewset=>BIND_FS_VIEW...more details | ||
| CHECK_VIEWAREA_ALREADY_LOADED | check if viewarea is already loaded | Protected |
| CALL METHOD cl_bsp_wd_fs_viewset=>CHECK_VIEWAREA_ALREADY_LOADED...more details | ||
| DETERMINE_FACTSHEET_VIEW | determine view by page type | Private |
| CALL METHOD cl_bsp_wd_fs_viewset=>DETERMINE_FACTSHEET_VIEW...more details | ||
| DO_HANDLE_EVENT_FS | handle event for fact sheet buttons | Protected |
| CALL METHOD cl_bsp_wd_fs_viewset=>DO_HANDLE_EVENT_FS...more details | ||
| DO_INIT_CONFIG | Initialization of configuration | Private |
| CALL METHOD cl_bsp_wd_fs_viewset=>DO_INIT_CONFIG...more details | ||
| GET_COLUMN_SIZE | get the amount of columns | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_COLUMN_SIZE...more details | ||
|
| ||
| GET_DATA_COLLECTION | get current data collection | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_DATA_COLLECTION...more details | ||
| GET_EMBEDDED_WINDOW | get embedded window of fact sheet view | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_EMBEDDED_WINDOW...more details | ||
| GET_FACTSHEET_ID | get fact sheet ID | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_FACTSHEET_ID...more details | ||
| GET_LAST_OP | get last fired outbound from factsheet view | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_LAST_OP...more details | ||
| GET_PAGE_TYPE | overview page like, work or interaction center like | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_PAGE_TYPE...more details | ||
| GET_ROW_SIZE | get the amount of rows | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_ROW_SIZE...more details | ||
| GET_SELECTED_TAB_INDEX | get selected tab index | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_SELECTED_TAB_INDEX...more details | ||
| GET_TAB_LINKS | get tab links | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_TAB_LINKS...more details | ||
| GET_TITLE | get fact sheet title | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_TITLE...more details | ||
| GET_VIEW_AREA | get view areas | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_VIEW_AREA...more details | ||
| GET_VIEW_TITLE | get view title | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>GET_VIEW_TITLE...more details | ||
| INITIALIZE_VIEAREA | intialize viewarea | Private |
| CALL METHOD cl_bsp_wd_fs_viewset=>INITIALIZE_VIEAREA...more details | ||
| IS_COLLAPSED | is assignment block collapsed | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>IS_COLLAPSED...more details | ||
| IS_WINDOW | check on window | Private |
| CALL METHOD cl_bsp_wd_fs_viewset=>IS_WINDOW...more details | ||
| ON_CONFIG_DATA_CHANGED | Protected | |
| CALL METHOD cl_bsp_wd_fs_viewset=>ON_CONFIG_DATA_CHANGED...more details | ||
| SET_FACTSHEET_ID | set fact sheet id | Public |
| CALL METHOD cl_bsp_wd_fs_viewset=>SET_FACTSHEET_ID...more details | ||
| SET_TITLE | set fact sheet title | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| CO_DEFAULT_OB_PLUG | Constant | 'DEFAULT' | LIKE STRING | Public | |
| C_FACTSHEET_ID | Constant | 'FACTSHEETID' | LIKE STRING | Public | |
| GR_PERS_POPUP | Instance Attribute | Popup Access Interface | LIKE IF_BSP_WD_POPUP | Private | |
| GS_RT_DATA | Instance Attribute | Fact Sheet Runtime Views | LIKE BSP_DLCS_FS_RT_DATA | Private | |
| GV_DO_INIT | Instance Attribute | LIKE ABAP_BOOL | Public | ||
| GV_FACTSHEET_COMP | Instance Attribute | LIKE LCL_FACTSHEET_COMP | Private | ||
| GV_FACTSHEET_ID | Instance Attribute | Fact Sheet ID | LIKE BSP_DYN_CONFIG_FS_ID | Private | |
| GV_FIRST_TIME | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | ABAP_TRUE | LIKE BOOLEAN | Private |
| GV_FORCE_BINDING | Instance Attribute | Boolean Variable (X=True, -=False, Space=Unknown) | ABAP_FALSE | LIKE BOOLEAN | Private |
| GV_TITLE | Instance Attribute | LIKE STRING | Private | ||
| VIEW | Instance Attribute | 'https://www.se80.co.uk/sap-oop/sap/BSP_DLC_FS/OneColumn.htm' | LIKE STRING | Private | |
| VIEW_IN_BINDING | Instance Attribute | LIKE 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