SAP CL_BSP_WD_GEN_ROADMAP_VS OO Class - Generic ViewSet for configurable roadmaps
CL_BSP_WD_GEN_ROADMAP_VS 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_GEN_ROADMAP_VS 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_GEN_ROADMAP_VS is CL_BSP_WD_DYN_VIEWSETInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_DLC_PROCESS_CONTROLInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BSP_DLC_PROCESS_STEPInterface 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_DYN_BTN_CONTROLMethod list of CL_BSP_WD_GEN_ROADMAP_VS 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_STEP_VIEW | Binding step view (incl. home environm. of external views) | Private |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>BIND_STEP_VIEW...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>CONSTRUCTOR...more details | ||
| EH_ONFINISHROADMAP | Protected | |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>EH_ONFINISHROADMAP...more details | ||
| EH_REQUEST_RESET | Protected | |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>EH_REQUEST_RESET...more details | ||
| GET_DATA_CONTEXT | Data Context for view/task being left | Private |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>GET_DATA_CONTEXT...more details | ||
| GET_INITIAL_STEP | Return the initial step of the guided activity | Public |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>GET_INITIAL_STEP...more details | ||
|
| ||
| GET_UI_OBJECT_USAGE | OBSOLETE, DO NOT USE | Private |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>GET_UI_OBJECT_USAGE...more details | ||
| GET_USAGE_DEF | Usage definition for external view | Private |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>GET_USAGE_DEF...more details | ||
| INITIALIZE_SUBTASK_SELECTION | Comunication with embedded task w.r.t. active step | Private |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>INITIALIZE_SUBTASK_SELECTION...more details | ||
| IS_EMBEDDED | Is this task page embedded into another task page? | Public |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>IS_EMBEDDED...more details | ||
| REQUEST_RESET_TASK | Public | |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>REQUEST_RESET_TASK...more details | ||
| RESET_TASK | Private | |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>RESET_TASK...more details | ||
| SET_DATA_CONTEXT | Data Context for view/task being navigated to | Private |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>SET_DATA_CONTEXT...more details | ||
| SET_EMBEDDING_DATA | Comunication with embedded task to jointly render roadmap | Private |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>SET_EMBEDDING_DATA...more details | ||
| SET_INITIAL_STEP | Set the initial step of the guided activity | Public |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>SET_INITIAL_STEP...more details | ||
| SET_TARGET_FROM_SUBTASK | Comunication with embedded task w.r.t. target step | Private |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>SET_TARGET_FROM_SUBTASK...more details | ||
| STATE_RESTORE | Public | |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>STATE_RESTORE...more details | ||
| STATE_STORE | Public | |
| CALL METHOD cl_bsp_wd_gen_roadmap_vs=>STATE_STORE...more details | ||
CL_BSP_WD_GEN_ROADMAP_VS 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_EVENT_FINISH_ROADMAP | Constant | 'FinishRoadMap' | LIKE STRING | Public | |
| CO_EVENT_NEXT_ROADMAP_ITEM | Constant | Event 'Next' | 'NextRoadMapItem' | LIKE STRING | Public |
| CO_EVENT_PREFIX_DELEGATE | Constant | Event prefix: Delegate these to embedded task pages | '#TBUI#_' | LIKE STRING | Public |
| CO_EVENT_PREVIOUS_ROADMAP_ITEM | Constant | Event 'Previous' | 'PreviousRoadMapItem' | LIKE STRING | Public |
| CO_TASK_LEFT | Constant | Task has been left | -3 | LIKE I | Public |
| CO_TASK_LEFT_WITH_NEXT | Constant | Task has been left with 'Next' | -2 | LIKE I | Public |
| CO_TASK_LEFT_WITH_PREVIOUS | Constant | Task has been left with 'Previous' | -1 | LIKE I | Public |
| CO_VA_STAGE | Constant | View area for step views | 'Stage' | LIKE STRING | Public |
| CO_VIEWID_PREFIX_REUSE_TASK | Constant | Reusable tasks from customizing | '#TBRT#' | LIKE STRING | Public |
| CO_VIEWID_PREFIX_REUSE_VIEW | Constant | Reusable views from customizing | '#TBRV#' | LIKE STRING | Public |
| CURRENT_HOST_CONTROLLER | Instance Attribute | Basis Class for WD View Controller | LIKE CL_BSP_WD_VIEW_CONTROLLER | Private | |
| CUST_API | Instance Attribute | Access to customizing of Task-Based UI | LIKE CL_BSP_DLC_TBUI_CUST_API | Private | |
| DATA_CONTEXT | Instance Attribute | Data Context | LIKE CL_WCF_DATA_CONTEXT_SRV | Protected | |
| EMBEDDED_TASK_CONTR | Instance Attribute | Controllers of embedded task pages | LIKE BSPWD_TBUI_EMBEDDED_TASK_CONTR | Private | |
| EMBEDDING_DATA | Instance Attribute | Data to render for task embedding | LIKE BSPWD_TBUI_RENDER_EMBEDDING_T | Public | |
| EMBEDDING_STEP_ID | Instance Attribute | Step which embeds this task | '0' | LIKE STRING | Public |
| GV_INITIAL_STEP | Instance Attribute | LIKE STRING | Private | ||
| GV_REQUEST_RESET_TASK | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| GV_TASK_LEFT | Instance Attribute | LIKE ABAP_BOOL | Private | ||
| HIDE_STEP_VIEW_TRAY | Instance Attribute | Hide Tray tag on step views | LIKE FLAG | Public | |
| NAV_DATA_COLLECTION | Instance Attribute | Business Object Collection Interface | LIKE IF_BOL_BO_COL | Protected | |
| PS_TEXT_API | Instance Attribute | Process Step Text API | LIKE CL_BSP_DLC_TBUI_PS_TXT_API | Public | |
| ROADMAP_CONTROL | Instance Attribute | Roadmap control interface | LIKE IF_BSP_DLC_ROADMAP_CONTROL | Public | |
| ROADMAP_SETUP | Instance Attribute | Task page configuration | LIKE CL_BSP_DLC_ROADMAP_SETUP | Private | |
| UIOBJECT_USAGES | Instance Attribute | LIKE LTYPE_UIOBJ_USAGE_TAB | Private | ||
| VIEW | Constant | View to render task page | 'https://www.se80.co.uk/sap-oop/sap/bsp_dlc_tbui/RoadMapFrame.htm' | LIKE STRING | Private |
CL_BSP_WD_GEN_ROADMAP_VS types
LTYPE_EMBEDDED_TASKS -LTYPE_EMBEDDED_TASKS_TAB -
LTYPE_UIOBJ_USAGE -
LTYPE_UIOBJ_USAGE_TAB -
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