SAP ABAP Class CL_BSP_APPLICATION (Business Server Page (BSP) Application Class)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSP_RUNTIME (Package) Business Server Pages (BSP): Runtime Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_BSP_APPLICATION Business Server Page (BSP) Application Class 20010313
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PDWI_APPL Application Class for Product Designer 20010814
2 Inheritance (c INHERITING FROM c_ref)  SEM_CPM_EJB 20021126
3 Inheritance (c INHERITING FROM c_ref)  CV_WEBDOC_APPL Application Class for cv_webdoc 20010911
4 Inheritance (c INHERITING FROM c_ref)  CL_UPX_WEBAPP Sales Planning Web Application 20010815
5 Inheritance (c INHERITING FROM c_ref)  CL_UMV_VDT_WAS_APPLICATION Value Driver Tree: WAS Application Class 20030219
6 Inheritance (c INHERITING FROM c_ref)  CL_UMM_MC_BSP_APPLICATION Test Application 20020109
7 Inheritance (c INHERITING FROM c_ref)  CL_UMC_RISK_DATA_INPUT_BROWSER Risk Browser Web Application 20011130
8 Inheritance (c INHERITING FROM c_ref)  CL_UMC_OUTDATED_BSP Application Class for Old BSPs 20030219
9 Inheritance (c INHERITING FROM c_ref)  CL_UMB_WEB_PRINT Web print BSP class 20020516
10 Inheritance (c INHERITING FROM c_ref)  CL_UMB_DESIGN_WIZARD Scorecard Design: Wizard 20020205
... Click here to see Used By full list (30 items)
Properties
Class CL_BSP_APPLICATION  
Short Description Business Server Page (BSP) Application Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SBSP_RUNTIME   Business Server Pages (BSP): Runtime Objects 
Created 20010313   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_BSP_APPLICATION has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BSP_APPLICATION Business Server Page (BSP) Application Class 20010313
Friends
# Friend Modeled only Created on Description
1 CL_BSP_CONTEXT 20010313 Business Server Pages (BSP) Context
2 CL_BSP_RUNTIME 20010313 Business Server Pages (BSP) Runtime
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 _M_APP_CONTEXT Instance attribute Private Object reference (TYPE REF TO) CL_BSP_APP_CONTEXT Business Server Pages (BSP) Page Context 20010313
Methods
# Method Level Visibility Method type Description Created on
1 GET_APPLICATION_NAME Instance method Public Method 20010314
2 GET_APPLICATION_NAMESPACE Instance method Public Method 20010314
3 GET_APPLICATION_START_PAGE Instance method Public Method 20010314
4 GET_APPLICATION_THEME Instance method Public Method 20010314
5 GET_APPLICATION_URL Instance method Public Method 20010314
6 GET_REQUEST Instance method Public Method 20010314
7 GET_RESPONSE Instance method Public Method 20010314
8 GET_RUNTIME Instance method Public Method 20010314
9 IS_STATEFUL Instance method Public Method 20010314
10 SET_STATEFUL Instance method Public Method 20010314
11 SET_STATELESS Instance method Public Method 20010314
12 _INIT Instance method Private Method Initialization (instead of constructor) 20010313
Events
Class CL_BSP_APPLICATION has no event.
Types
Class CL_BSP_APPLICATION has no local type.
Method Signatures

Method GET_APPLICATION_NAME Signature

Method GET_APPLICATION_NAME on class CL_BSP_APPLICATION has no parameter.
Method GET_APPLICATION_NAME on class CL_BSP_APPLICATION has no exception.

Method GET_APPLICATION_NAMESPACE Signature

Method GET_APPLICATION_NAMESPACE on class CL_BSP_APPLICATION has no parameter.
Method GET_APPLICATION_NAMESPACE on class CL_BSP_APPLICATION has no exception.

Method GET_APPLICATION_START_PAGE Signature

Method GET_APPLICATION_START_PAGE on class CL_BSP_APPLICATION has no parameter.
Method GET_APPLICATION_START_PAGE on class CL_BSP_APPLICATION has no exception.

Method GET_APPLICATION_THEME Signature

Method GET_APPLICATION_THEME on class CL_BSP_APPLICATION has no parameter.
Method GET_APPLICATION_THEME on class CL_BSP_APPLICATION has no exception.

Method GET_APPLICATION_URL Signature

Method GET_APPLICATION_URL on class CL_BSP_APPLICATION has no parameter.
Method GET_APPLICATION_URL on class CL_BSP_APPLICATION has no exception.

Method GET_REQUEST Signature

Method GET_REQUEST on class CL_BSP_APPLICATION has no parameter.
Method GET_REQUEST on class CL_BSP_APPLICATION has no exception.

Method GET_RESPONSE Signature

Method GET_RESPONSE on class CL_BSP_APPLICATION has no parameter.
Method GET_RESPONSE on class CL_BSP_APPLICATION has no exception.

Method GET_RUNTIME Signature

Method GET_RUNTIME on class CL_BSP_APPLICATION has no parameter.
Method GET_RUNTIME on class CL_BSP_APPLICATION has no exception.

Method IS_STATEFUL Signature

Method IS_STATEFUL on class CL_BSP_APPLICATION has no parameter.
Method IS_STATEFUL on class CL_BSP_APPLICATION has no exception.

Method SET_STATEFUL Signature

Method SET_STATEFUL on class CL_BSP_APPLICATION has no parameter.
Method SET_STATEFUL on class CL_BSP_APPLICATION has no exception.

Method SET_STATELESS Signature

Method SET_STATELESS on class CL_BSP_APPLICATION has no parameter.
Method SET_STATELESS on class CL_BSP_APPLICATION has no exception.

Method _INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) CL_BSP_APP_CONTEXT Business Server Pages (BSP) Page Context 20010313

Method _INIT on class CL_BSP_APPLICATION has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PDWI_APPL Application Class for Product Designer 20010814
2 Inheritance (c INHERITING FROM c_ref)  SEM_CPM_EJB 20021126
3 Inheritance (c INHERITING FROM c_ref)  CV_WEBDOC_APPL Application Class for cv_webdoc 20010911
4 Inheritance (c INHERITING FROM c_ref)  CL_UPX_WEBAPP Sales Planning Web Application 20010815
5 Inheritance (c INHERITING FROM c_ref)  CL_UMV_VDT_WAS_APPLICATION Value Driver Tree: WAS Application Class 20030219
6 Inheritance (c INHERITING FROM c_ref)  CL_UMM_MC_BSP_APPLICATION Test Application 20020109
7 Inheritance (c INHERITING FROM c_ref)  CL_UMC_RISK_DATA_INPUT_BROWSER Risk Browser Web Application 20011130
8 Inheritance (c INHERITING FROM c_ref)  CL_UMC_OUTDATED_BSP Application Class for Old BSPs 20030219
9 Inheritance (c INHERITING FROM c_ref)  CL_UMB_WEB_PRINT Web print BSP class 20020516
10 Inheritance (c INHERITING FROM c_ref)  CL_UMB_DESIGN_WIZARD Scorecard Design: Wizard 20020205
11 Inheritance (c INHERITING FROM c_ref)  CL_UMB_BSC_WEB_LAUNCHPAD Application for BSC Launchpad 20011127
12 Inheritance (c INHERITING FROM c_ref)  CL_UMB_BSC_WEB_APPLICATION BSC Web Application 20010615
13 Inheritance (c INHERITING FROM c_ref)  CL_SRM_VE_SERVICE_BSP Vendor Evaluation 20031103
14 Inheritance (c INHERITING FROM c_ref)  CL_RISK_INPUT_TOOL_APPLICATION Controller Class for RISK_INPUT_TOOL 20021204
15 Inheritance (c INHERITING FROM c_ref)  CL_PDWI_F4_APPL Application Class for PLM_PDN_WUI_CNTL 20020221
16 Inheritance (c INHERITING FROM c_ref)  /IPRO/CL_BSP_APPLICATION Application class for Document Builder 20050127
17 Inheritance (c INHERITING FROM c_ref)  CL_LSO_BSP_APPLICATION SAP Learning Solution BSP Application 20010919
18 Inheritance (c INHERITING FROM c_ref)  CL_LSO_APPLICATION SAP Learning Solution 20031010
19 Inheritance (c INHERITING FROM c_ref)  CL_HREXP_BSP_UI Interface for BSP User Interface 20010518
20 Inheritance (c INHERITING FROM c_ref)  CL_EPM_KPI_WATCHLIST Application Class for KPI Watchlist for Plant Manager Role 20040112
21 Inheritance (c INHERITING FROM c_ref)  CL_EDMS_BSP_APPLICATION CDOCS: BSP Application 20020419
22 Inheritance (c INHERITING FROM c_ref)  CL_DPR_BSP_APPLICATION Project Management - BSP Application Class 20060727
23 Inheritance (c INHERITING FROM c_ref)  CL_CRM_XBAB_APPL Application Class: Blueprint Application Builder 20030513
24 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BAB_APPL Application Class: Blueprint Application Builder 20020621
25 Inheritance (c INHERITING FROM c_ref)  CL_CBN_ANNO_EXTENSION Factsheet annotation extension by XSLT 20140527
26 Inheritance (c INHERITING FROM c_ref)  CL_BSP_LOGIN_APPLICATION BSP SYSTEM Application for Logon 20020219
27 Inheritance (c INHERITING FROM c_ref)  CL_BSP_APP_IT00 BSP Application Class for it00 20010314
28 Inheritance (c INHERITING FROM c_ref)  CL_ACO_BSP_ADMIN_APPLICATION Application Class for Creating Administration Authorizations 20021018
29 Inheritance (c INHERITING FROM c_ref)  /UI5/CL_UI5_BSP_APPLICATION BSP application class for SAPUI5 applications 20120119
30 Inheritance (c INHERITING FROM c_ref)  /SAPSLL/CL_PREF_BSP SLL: GTS Preference: BSP Application Class 20040812
History
Last changed by/on SAP  20130531 
SAP Release Created in 610