SAP ABAP Class CL_UPWB_BSP_APPL (Gen. Class for WEB Interface)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-PLA-BPS (Application Component) Business Planning and Simulation
     UPWB (Package) Graphic Builder for Planning Applications with BSP
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UPA_MCB_BSP_APPL Subclass for Maintenance Cost Budgeting Web UI 20040422
2 Inheritance (c INHERITING FROM c_ref)  CL_UPWB_EXIT_MUSTER Template for Exit Classes of BSP Planning Applications 20021125
3 Inheritance (c INHERITING FROM c_ref)  CL_UPX_KFP_MKT_TOP_DOWN_DISP Dispatcher Class for Marketing Top-Down Planning 20050923
4 Inheritance (c INHERITING FROM c_ref)  CL_UPYC_BPREP_APPLICATION Automatic Execution of Planning Sequences 20050407
Properties
Class CL_UPWB_BSP_APPL  
Short Description Gen. Class for WEB Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class UPWB    
Program status P  SAP Standard Production Program 
Category 0   
Package UPWB   Graphic Builder for Planning Applications with BSP 
Created 20010212   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UPWB_BSP_APPL has no interface implemented.
Friends
Class CL_UPWB_BSP_APPL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CB_FALSE Constant Public Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20010212
2 CB_TRUE Constant Public Type reference (TYPE) BOOLEAN 'X' Boolean Variable (X=True, -=False, Space=Unknown) 20010212
3 CE_EVENT Constant Public Type reference (TYPE) UPWB_Y_HANDLER_TYPE 'E' Handler Type - Event 20010619
4 CE_EXIT_EVENT Constant Public Type reference (TYPE) UPWB_Y_HANDLER_TYPE 'A' Handler Type - Exit Event 20010619
5 CE_GET_DATA Constant Public Type reference (TYPE) UPWB_Y_HANDLER_TYPE 'G' Handler Type - Get Data (PBO) 20030729
6 CE_INIT Constant Public Type reference (TYPE) UPWB_Y_HANDLER_TYPE 'I' Handler Type - Initialization 20010619
7 CE_PAI Constant Public Type reference (TYPE) UPWB_Y_HANDLER_TYPE 'P' Handler Type - PAI 20010619
8 CE_RENDER Constant Public Type reference (TYPE) UPWB_Y_HANDLER_TYPE 'R' Handler Type - Render 20030729
9 CE_SET_DATA Constant Public Type reference (TYPE) UPWB_Y_HANDLER_TYPE 'S' Handler Type - Set Data (PAI) 20030729
10 C_INITIALIZATION Constant Public Type reference (TYPE) CHAR2 'IG' PBO Handlers 20030729
11 C_INPUTPROCESSING Constant Public Type reference (TYPE) CHAR4 'PSAE' PAI Handlers 20030729
12 C_VALIDATION Constant Public Type reference (TYPE) CHAR2 'PS' Validation Handlers (PAI) 20030811
13 MR_APPLICATION Instance attribute Public Object reference (TYPE REF TO) IF_UPWB_C_APPLICATION Application 20020221
14 MR_MSG_LOG Instance attribute Protected Object reference (TYPE REF TO) IF_UPWB_MSG_LOG Message Log 20010719
15 MR_NAVIGATION Instance attribute Public Object reference (TYPE REF TO) IF_BSP_NAVIGATION Business Server Page (BSP) Navigation 20020927
16 MR_PAGE Instance attribute Public Object reference (TYPE REF TO) IF_BSP_PAGE Business Server Page (BSP) Page 20020927
17 MR_REQUEST Instance attribute Public Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20020927
18 MR_RESPONSE Instance attribute Public Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Framework (iHTTP) HTTP Response 20020927
19 MR_RUNTIME Instance attribute Public Object reference (TYPE REF TO) IF_BSP_RUNTIME Business Server Page (BSP) Runtime 20020927
20 MT_HANDLER Instance attribute Protected Type reference (TYPE) UPWB_YT_HANDLER Table with Registration Entries 20010213
21 M_EVENT_ID Instance attribute Public Type reference (TYPE) STRING 20020927
22 M_VERSION Instance attribute Public Type reference (TYPE) UPWB_Y_HTML_VERSION HTML Version 20020927
23 SUBRC Instance attribute Public Type reference (TYPE) SYSUBRC 0 Return Value, Return Value After ABAP Statements 20010717
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20010212
2 DISPATCH Instance method Protected Method Dispatch single event to component 20020925
3 FILTER_MESSAGES Instance method Public Method Standard Filter 20040612
4 INITIALIZATION Instance method Public Method Is Called Up During Event of Same Name of BSP Page 20020221
5 INPUTPROCESSING Instance method Public Method Is Called Up During Event PAI of BSP Page 20020221
6 LOAD Instance method Protected Method Loads the Application 20020221
7 REGISTER_HANDLER Instance method Public Method Registers Event Handler on BSP page (See Constants) 20020221
Events
Class CL_UPWB_BSP_APPL has no event.
Types
Class CL_UPWB_BSP_APPL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UPWB_BSP_APPL has no parameter.
Method CONSTRUCTOR on class CL_UPWB_BSP_APPL has no exception.

Method DISPATCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_HANDLER Value transfer Type reference (TYPE) UPWB_YS_HANDLER 20020927
2 Returning R_SUBRC Value transfer Type reference (TYPE) SY-SUBRC 20031008

Method DISPATCH on class CL_UPWB_BSP_APPL has no exception.

Method FILTER_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing XT_MESG Call by reference Type reference (TYPE) UPWB_YT_MSG_TRAY Messages in message tray 20040612

Method FILTER_MESSAGES on class CL_UPWB_BSP_APPL has no exception.

Method INITIALIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAVIGATION Value transfer Object reference (TYPE REF TO) IF_BSP_NAVIGATION Business Server Page (BSP) Navigation 20020221
2 Importing PAGE Value transfer Object reference (TYPE REF TO) IF_BSP_PAGE Business Server Page (BSP) Seite 20020221
3 Importing REQUEST Value transfer Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20020221
4 Importing RESPONSE Value transfer Object reference (TYPE REF TO) IF_HTTP_RESPONSE HTTP Framework (iHTTP) HTTP Response 20020221
5 Importing RUNTIME Value transfer Object reference (TYPE REF TO) IF_BSP_RUNTIME BSP Runtime 20020221
6 Importing VERSION Value transfer Type reference (TYPE) UPWB_Y_HTML_VERSION Html Version 20020221

Method INITIALIZATION on class CL_UPWB_BSP_APPL has no exception.

Method INPUTPROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENT_ID Value transfer Type reference (TYPE) STRING 20020221
2 Importing NAVIGATION Value transfer Object reference (TYPE REF TO) IF_BSP_NAVIGATION BSP Navigation 20020221
3 Importing PAGE Value transfer Object reference (TYPE REF TO) IF_BSP_PAGE Business Server Page (BSP) Seite 20020221
4 Importing REQUEST Value transfer Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20020221
5 Importing RUNTIME Value transfer Object reference (TYPE REF TO) IF_BSP_RUNTIME BSP Runtime 20020221
6 Importing VERSION Value transfer Type reference (TYPE) UPWB_Y_HTML_VERSION Html Version 20020221

Method INPUTPROCESSING on class CL_UPWB_BSP_APPL has no exception.

Method LOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning APPLICATION Value transfer Object reference (TYPE REF TO) IF_UPWB_C_APPLICATION Application (root component) 20031008
2 Importing APPLICATION_NAME Value transfer Type reference (TYPE) STRING Application name 20020221
3 Importing STORAGE_TYPE Value transfer Type reference (TYPE) UPWB_Y_STORAGE Storage type (save, runtime, memory,...) 20020228

Method LOAD on class CL_UPWB_BSP_APPL has no exception.

Method REGISTER_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IB_ACTIVATION Value transfer Type reference (TYPE) BOOLEAN 'X' Activate/deactivate the handler 20020221
2 Importing IC_METHODNAME Call by reference Type reference (TYPE) SEOCMPNAME Methode 20020221
3 Importing IC_TYPE Value transfer Type reference (TYPE) UPWB_Y_HANDLER_TYPE Handler Type 20020221
4 Importing IN_PRIORITY Value transfer Type reference (TYPE) NUMC4 0050 Zählparameter 20020221
5 Importing IR_COMPONENT Value transfer Object reference (TYPE REF TO) IF_UPWB_COMPONENT Komponente 20020221
6 Importing IS_EVENT_ID Call by reference Type reference (TYPE) STRING '*' Ereignis (only for type Event) 20020221
7 Importing IS_PAGE_ID Call by reference Type reference (TYPE) STRING '*' BSP-Seite 20020221

Method REGISTER_HANDLER on class CL_UPWB_BSP_APPL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 31A