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_EVENTS

Method 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 NameDescriptionVisability
ADD_PREDEFINED_REPLACEMENTSInserts Fixed Predefined Controller SubstitutionsPublic
CALL METHOD cl_bsp_wd_application=>ADD_PREDEFINED_REPLACEMENTS...more details

GET_CONFIG_SUBKEYPrivate
CALL METHOD cl_bsp_wd_application=>GET_CONFIG_SUBKEY...more details

GET_HISTORY_MNG_MAX_ENTRIESReturns History Manager TypePublic
CALL METHOD cl_bsp_wd_application=>GET_HISTORY_MNG_MAX_ENTRIES...more details

GET_HISTORY_MNG_MODEReturns History Manager TypePublic
CALL METHOD cl_bsp_wd_application=>GET_HISTORY_MNG_MODE...more details

GET_HISTORY_MNG_TYPEReturns History Manager TypePublic
CALL METHOD cl_bsp_wd_application=>GET_HISTORY_MNG_TYPE...more details

GET_MEMORY_USAGEPrivate
CALL METHOD cl_bsp_wd_application=>GET_MEMORY_USAGE...more details

GET_MSG_REPLACEMENTSReturns a Message Replacement ObjectPublic
CALL METHOD cl_bsp_wd_application=>GET_MSG_REPLACEMENTS...more details

GET_PRELOAD_CONTROLLERSReturns Table of Requested Custom ControllerPublic
CALL METHOD cl_bsp_wd_application=>GET_PRELOAD_CONTROLLERS...more details

GET_RTREP_REPLACEMENTSDelivers Replacement Table for Views/ControllerPublic
CALL METHOD cl_bsp_wd_application=>GET_RTREP_REPLACEMENTS...more details

GET_RUNTIME_REPOSITORYDelivers the WD Runtime RepositoryPublic
CALL METHOD cl_bsp_wd_application=>GET_RUNTIME_REPOSITORY...more details

GET_USAGE_CONTEXTPrivate
CALL METHOD cl_bsp_wd_application=>GET_USAGE_CONTEXT...more details

GET_VIEW_DESCRIPTOR_TYPEDelivers Object Type of View DescriptorPublic
CALL METHOD cl_bsp_wd_application=>GET_VIEW_DESCRIPTOR_TYPE...more details

GET_VIEW_MANAGERPrivate
CALL METHOD cl_bsp_wd_application=>GET_VIEW_MANAGER...more details

GET_WORKAREA_DEFINITIONDelivers Work Area Definition (View Set/ View Area)Public
CALL METHOD cl_bsp_wd_application=>GET_WORKAREA_DEFINITION...more details

INITIALIZEInitializing ApplicationPublic
CALL METHOD cl_bsp_wd_application=>INITIALIZE...more details

PROCESS_FLASH_ISLANDSPrivate
CALL METHOD cl_bsp_wd_application=>PROCESS_FLASH_ISLANDS...more details

PROCESS_SILVERLIGHT_ISLANDSPrivate
CALL METHOD cl_bsp_wd_application=>PROCESS_SILVERLIGHT_ISLANDS...more details

RESETPrivate
CALL METHOD cl_bsp_wd_application=>RESET...more details

SET_ROOT_COMPONENTSet the Leading Component of the ApplicationPublic
CALL METHOD cl_bsp_wd_application=>SET_ROOT_COMPONENT...more details

SET_VIEW_MANAGERPrivate
CALL METHOD cl_bsp_wd_application=>SET_VIEW_MANAGER...more details

STANDARDIZE_NEWLINE_CHARACTERSStandardizes 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.

NameLevelDescriptionInitial ValueTypeVisability
BOL_COREInstance AttributeBusiness Object Layer CoreLIKE
CL_CRM_BOL_CORE
Protected
COMPONENT_FACTORYInstance AttributeComponent AdministrationLIKE
CL_BSP_WD_COMPONENT_FACTORY
Private
CO_PERF_MONITORING_ACTIVEInstance AttributeLIKE
Private
GV_LOGON_ERROR_MESSAGEInstance AttributeLogon Error MessageLIKE
STRING
Public
MEMORY_USAGEInstance Attribute64 Bit Integer with PrefixLIKE
ABAP_MSIZE
Protected
MESSAGE_SERVICEInstance AttributeLIKE
Private
ROOT_COMPONENTInstance AttributeBSP WD Component ControllerLIKE
CL_BSP_WD_COMPONENT_CONTROLLER
Protected
TIMERInstance AttributeTimer InterfaceLIKE
IF_ABAP_RUNTIME
Private
USAGE_CONTEXT_GENERICInstance AttributeLIKE
Private
VIEW_MANAGERInstance AttributeWeb Dynpro View ManagerLIKE
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



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!