SAP CL_BSP_WD_APPLICATION OO Class - BSP WD Application
CL_BSP_WD_APPLICATION 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_APPLICATION including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
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_APPLICATION_EVENTSMethod list of CL_BSP_WD_APPLICATION 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 |
| ADD_PREDEFINED_REPLACEMENTS | Inserts Fixed Predefined Controller Substitutions | Public |
| CALL METHOD cl_bsp_wd_application=>ADD_PREDEFINED_REPLACEMENTS...more details | ||
| GET_CONFIG_SUBKEY | Private | |
| CALL METHOD cl_bsp_wd_application=>GET_CONFIG_SUBKEY...more details | ||
| GET_HISTORY_MNG_MAX_ENTRIES | Returns History Manager Type | Public |
| CALL METHOD cl_bsp_wd_application=>GET_HISTORY_MNG_MAX_ENTRIES...more details | ||
| GET_HISTORY_MNG_MODE | Returns History Manager Type | Public |
| CALL METHOD cl_bsp_wd_application=>GET_HISTORY_MNG_MODE...more details | ||
| GET_HISTORY_MNG_TYPE | Returns History Manager Type | Public |
| CALL METHOD cl_bsp_wd_application=>GET_HISTORY_MNG_TYPE...more details | ||
| GET_MEMORY_USAGE | Private | |
| CALL METHOD cl_bsp_wd_application=>GET_MEMORY_USAGE...more details | ||
|
| ||
| GET_MSG_REPLACEMENTS | Returns a Message Replacement Object | Public |
| CALL METHOD cl_bsp_wd_application=>GET_MSG_REPLACEMENTS...more details | ||
| GET_PRELOAD_CONTROLLERS | Returns Table of Requested Custom Controller | Public |
| CALL METHOD cl_bsp_wd_application=>GET_PRELOAD_CONTROLLERS...more details | ||
| GET_RTREP_REPLACEMENTS | Delivers Replacement Table for Views/Controller | Public |
| CALL METHOD cl_bsp_wd_application=>GET_RTREP_REPLACEMENTS...more details | ||
| GET_RUNTIME_REPOSITORY | Delivers the WD Runtime Repository | Public |
| CALL METHOD cl_bsp_wd_application=>GET_RUNTIME_REPOSITORY...more details | ||
| GET_USAGE_CONTEXT | Private | |
| CALL METHOD cl_bsp_wd_application=>GET_USAGE_CONTEXT...more details | ||
| GET_VIEW_DESCRIPTOR_TYPE | Delivers Object Type of View Descriptor | Public |
| CALL METHOD cl_bsp_wd_application=>GET_VIEW_DESCRIPTOR_TYPE...more details | ||
| GET_VIEW_MANAGER | Private | |
| CALL METHOD cl_bsp_wd_application=>GET_VIEW_MANAGER...more details | ||
| GET_WORKAREA_DEFINITION | Delivers Work Area Definition (View Set/ View Area) | Public |
| CALL METHOD cl_bsp_wd_application=>GET_WORKAREA_DEFINITION...more details | ||
| INITIALIZE | Initializing Application | Public |
| CALL METHOD cl_bsp_wd_application=>INITIALIZE...more details | ||
| PROCESS_FLASH_ISLANDS | Private | |
| CALL METHOD cl_bsp_wd_application=>PROCESS_FLASH_ISLANDS...more details | ||
| PROCESS_SILVERLIGHT_ISLANDS | Private | |
| CALL METHOD cl_bsp_wd_application=>PROCESS_SILVERLIGHT_ISLANDS...more details | ||
| RESET | Private | |
| CALL METHOD cl_bsp_wd_application=>RESET...more details | ||
| SET_ROOT_COMPONENT | Set the Leading Component of the Application | Public |
| CALL METHOD cl_bsp_wd_application=>SET_ROOT_COMPONENT...more details | ||
| SET_VIEW_MANAGER | Private | |
| CALL METHOD cl_bsp_wd_application=>SET_VIEW_MANAGER...more details | ||
| STANDARDIZE_NEWLINE_CHARACTERS | Standardizes New Line Characters in the Request to r n. | Protected |
| CALL METHOD cl_bsp_wd_application=>STANDARDIZE_NEWLINE_CHARACTERS...more details | ||
CL_BSP_WD_APPLICATION 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 |
| BOL_CORE | Instance Attribute | Business Object Layer Core | LIKE CL_CRM_BOL_CORE | Protected | |
| COMPONENT_FACTORY | Instance Attribute | Component Administration | LIKE CL_BSP_WD_COMPONENT_FACTORY | Private | |
| CO_PERF_MONITORING_ACTIVE | Instance Attribute | LIKE | Private | ||
| GV_LOGON_ERROR_MESSAGE | Instance Attribute | Logon Error Message | LIKE STRING | Public | |
| MEMORY_USAGE | Instance Attribute | 64 Bit Integer with Prefix | LIKE ABAP_MSIZE | Protected | |
| MESSAGE_SERVICE | Instance Attribute | LIKE | Private | ||
| ROOT_COMPONENT | Instance Attribute | BSP WD Component Controller | LIKE CL_BSP_WD_COMPONENT_CONTROLLER | Protected | |
| TIMER | Instance Attribute | Timer Interface | LIKE IF_ABAP_RUNTIME | Private | |
| USAGE_CONTEXT_GENERIC | Instance Attribute | LIKE | Private | ||
| VIEW_MANAGER | Instance Attribute | Web Dynpro View Manager | LIKE CL_BSP_WD_VIEW_MANAGER | Protected |
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