SAP ABAP Interface IF_UPWB_BSP_APPL (Interface for BSP Application Class)
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
⤷
⤷
Properties
| Interface | IF_UPWB_BSP_APPL | |
| Short Description | Interface for BSP Application Class |
General Data
| Package | UPWB | Graphic Builder for Planning Applications with BSP |
| Created | 20010212 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_UPWB_BSP_APPL has no forward declaration.
Interfaces
Interface IF_UPWB_BSP_APPL has no interface.
Friends
Interface IF_UPWB_BSP_APPL has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CE_EVENT | Constant | Public | Type reference (TYPE) | CHAR1 | 'E' | Handler Type - Event | 20010223 | |
| 2 | CE_EXIT_EVENT | Constant | Public | Type reference (TYPE) | CHAR1 | 'A' | Handler Type - Exit Event | 20010529 | |
| 3 | CE_INIT | Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | Handler Type - Initialization | 20010223 | |
| 4 | CE_MANIP | Constant | Public | Type reference (TYPE) | CHAR1 | 'M' | Handler Type - Manipulation | 20010223 | |
| 5 | CE_PAI | Constant | Public | Type reference (TYPE) | CHAR1 | 'P' | Handler Type - PAI | 20010223 | |
| 6 | MB_ERR_IN_INIT | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Error - Load, Initialization | 20010213 | ||
| 7 | MB_ERR_IN_PAI | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Error - PAI | 20010213 | ||
| 8 | MB_ERR_IN_PBO | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Error - PBO | 20010328 | ||
| 9 | MO_APPLICATION | Instance attribute | Public | Object reference (TYPE REF TO) | IF_UPWB_APPLICATION | Component Application | 20010212 | ||
| 10 | MS_ACTUAL_PAGE_NAME | Instance attribute | Public | Type reference (TYPE) | STRING | Current BSP Page | 20010213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns Reference to Component | 20010212 | |
| 2 | Instance method | Public | Method | Is Called Up During Event of Same Name of BSP Page | 20010720 | |
| 3 | Instance method | Public | Method | Is Called Up During Event PAI of BSP Page | 20010720 | |
| 4 | Instance method | Public | Method | Is Called Up During Event of BSP Page | 20010212 | |
| 5 | Instance method | Public | Method | Registers Event Handler on BSP page (See Constants) | 20010223 |
Events
Interface IF_UPWB_BSP_APPL has no event.
Types
Interface IF_UPWB_BSP_APPL has no local type.
Method Signatures
Method GET_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ID | Call by reference | Type reference (TYPE) | STRING | Name der Komponente | 20010212 | |||
| 2 | RR_COMP | Value transfer | Object reference (TYPE REF TO) | IF_UPWB_COMPONENT | Referenz auf Komponente | 20010212 |
Method GET_COMPONENT on Interface IF_UPWB_BSP_APPL has no exception.
Method INITIALIZATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAVIGATION | Value transfer | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | Business Server Page (BSP) Navigation | 20010720 | |||
| 2 | PAGE | Value transfer | Object reference (TYPE REF TO) | IF_BSP_PAGE | Business Server Page (BSP) Seite | 20010720 | |||
| 3 | REQUEST | Value transfer | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20010720 | |||
| 4 | RESPONSE | Value transfer | Object reference (TYPE REF TO) | IF_HTTP_RESPONSE | HTTP Framework (iHTTP) HTTP Response | 20010720 | |||
| 5 | RUNTIME | Value transfer | Object reference (TYPE REF TO) | IF_BSP_RUNTIME | BSP Runtime | 20010720 | |||
| 6 | VERSION | Value transfer | Type reference (TYPE) | UPWB_Y_HTML_VERSION | Html Version | 20011010 |
Method INITIALIZATION on Interface IF_UPWB_BSP_APPL has no exception.
Method INPUTPROCESSING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_ID | Value transfer | Type reference (TYPE) | STRING | 20010720 | ||||
| 2 | NAVIGATION | Value transfer | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | BSP Navigation | 20010720 | |||
| 3 | PAGE | Value transfer | Object reference (TYPE REF TO) | IF_BSP_PAGE | Business Server Page (BSP) Seite | 20010720 | |||
| 4 | REQUEST | Value transfer | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20010720 | |||
| 5 | RUNTIME | Value transfer | Object reference (TYPE REF TO) | IF_BSP_RUNTIME | BSP Runtime | 20010720 | |||
| 6 | VERSION | Value transfer | Type reference (TYPE) | UPWB_Y_HTML_VERSION | Html Version | 20011010 |
Method INPUTPROCESSING on Interface IF_UPWB_BSP_APPL has no exception.
Method MANIPULATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RUNTIME | Value transfer | Object reference (TYPE REF TO) | IF_BSP_RUNTIME | BSP Runtime | 20010720 |
Method MANIPULATION on Interface IF_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 | IB_ACTIVATION | Value transfer | Type reference (TYPE) | BOOLEAN | 'X' | Activate/deactivate the handler | 20010223 | ||
| 2 | IC_METHODNAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | Methode | 20010223 | |||
| 3 | IC_TYPE | Value transfer | Type reference (TYPE) | UPWB_Y_HANDLER_TYPE | Handler Type | 20010223 | |||
| 4 | IN_PRIORITY | Value transfer | Type reference (TYPE) | NUMC4 | 0050 | Zählparameter | 20010621 | ||
| 5 | IR_COMPONENT | Value transfer | Object reference (TYPE REF TO) | IF_UPWB_COMPONENT | Komponente | 20010223 | |||
| 6 | IS_EVENT_ID | Call by reference | Type reference (TYPE) | STRING | '*' | Ereignis (only for type Event) | 20010223 | ||
| 7 | IS_PAGE_ID | Call by reference | Type reference (TYPE) | STRING | '*' | BSP-Seite | 20010223 |
Method REGISTER_HANDLER on Interface IF_UPWB_BSP_APPL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 31A |