SAP ABAP Interface IF_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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_APPLICATION | Business Server Page (BSP) Application Class | 20010313 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_APPLICATION_TCNET | Container for TC@Net | 20020208 |
Properties
| Interface | IF_BSP_APPLICATION | |
| Short Description | Business Server Page (BSP) Application Class |
General Data
| Package | SBSP_RUNTIME | Business Server Pages (BSP): Runtime Objects |
| Created | 20001005 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_BSP_APPLICATION has no forward declaration.
Interfaces
Interface IF_BSP_APPLICATION has no interface.
Friends
Interface IF_BSP_APPLICATION has no friend.
Attributes
Interface IF_BSP_APPLICATION has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the Name of the Corresponding BSP Application | 20010313 | |
| 2 | Instance method | Public | Method | Returns the Namespace of the Corresponding BSP Application | 20010313 | |
| 3 | Instance method | Public | Method | Returns the Start Page of the Corresponding BSP Application | 20010313 | |
| 4 | Instance method | Public | Method | Returns the Subject of the Corresponding BSP Application | 20010313 | |
| 5 | Instance method | Public | Method | Returns the URL for the BSP Application | 20010313 | |
| 6 | Instance method | Public | Method | Returns the Current HTTP Request Object | 20010313 | |
| 7 | Instance method | Public | Method | Returns the Current HTTP Response Object | 20010313 | |
| 8 | Instance method | Public | Method | Returns the Associated Runtime Object | 20010313 | |
| 9 | Instance method | Public | Method | Returns the Current Timeout for this BSP Application | 20010323 | |
| 10 | Instance method | Public | Method | Returns Whether the BSP Application is Stateful (=0/1) | 20010314 | |
| 11 | Instance method | Public | Method | Sets this BSP Application in Stateful Processing | 20010314 | |
| 12 | Instance method | Public | Method | Sets this BSP Application in Stateless Processing | 20010314 | |
| 13 | Instance method | Public | Method | Sets the Timeout for this BSP Application (If Stateful) | 20010323 |
Events
Interface IF_BSP_APPLICATION has no event.
Types
Interface IF_BSP_APPLICATION has no local type.
Method Signatures
Method GET_APPLICATION_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Value transfer | Type reference (TYPE) | STRING | Name der BSP-Applikation | 20010313 |
Method GET_APPLICATION_NAME on Interface IF_BSP_APPLICATION has no exception.
Method GET_APPLICATION_NAMESPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACE | Value transfer | Type reference (TYPE) | STRING | Namensraum der BSP-Applikation | 20010313 |
Method GET_APPLICATION_NAMESPACE on Interface IF_BSP_APPLICATION has no exception.
Method GET_APPLICATION_START_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | START_PAGE | Value transfer | Type reference (TYPE) | STRING | Startseite der BSP-Applikation | 20010313 |
Method GET_APPLICATION_START_PAGE on Interface IF_BSP_APPLICATION has no exception.
Method GET_APPLICATION_THEME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | THEME | Value transfer | Type reference (TYPE) | STRING | Thema der BSP-Applikation | 20010313 |
Method GET_APPLICATION_THEME on Interface IF_BSP_APPLICATION has no exception.
Method GET_APPLICATION_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Value transfer | Type reference (TYPE) | STRING | URL der BSP-Applikation | 20010313 |
Method GET_APPLICATION_URL on Interface IF_BSP_APPLICATION has no exception.
Method GET_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REQUEST | Value transfer | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP-Framework (iHTTP) HTTP-Request | 20010313 |
Method GET_REQUEST on Interface IF_BSP_APPLICATION has no exception.
Method GET_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESPONSE | Value transfer | Object reference (TYPE REF TO) | IF_HTTP_RESPONSE | HTTP-Framework (iHTTP) HTTP-Response | 20010313 |
Method GET_RESPONSE on Interface IF_BSP_APPLICATION has no exception.
Method GET_RUNTIME 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 | Business Server Page (BSP) Laufzeit | 20010313 |
Method GET_RUNTIME on Interface IF_BSP_APPLICATION has no exception.
Method GET_TIMEOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TIMEOUT | Value transfer | Type reference (TYPE) | T | Timeout | 20010323 |
Method GET_TIMEOUT on Interface IF_BSP_APPLICATION has no exception.
Method IS_STATEFUL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATEFUL | Value transfer | Type reference (TYPE) | I | Stateful (=0/1) | 20010314 |
Method IS_STATEFUL on Interface IF_BSP_APPLICATION has no exception.
Method SET_STATEFUL Signature
Method SET_STATEFUL on Interface IF_BSP_APPLICATION has no parameter.
Method SET_STATEFUL on Interface IF_BSP_APPLICATION has no exception.
Method SET_STATELESS Signature
Method SET_STATELESS on Interface IF_BSP_APPLICATION has no parameter.
Method SET_STATELESS on Interface IF_BSP_APPLICATION has no exception.
Method SET_TIMEOUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TIMEOUT | Call by reference | Type reference (TYPE) | T | Timeout | 20010323 |
Method SET_TIMEOUT on Interface IF_BSP_APPLICATION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 50A |