SAP ABAP Class CL_BSP_CONTROLLER (Controller Basis 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
Properties
Class | CL_BSP_CONTROLLER | |
Short Description | Controller Basis Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SBSP_RUNTIME | Business Server Pages (BSP): Runtime Objects |
Created | 20011108 | SAP |
Last change | 00000000 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_BSP_CONTROLLER has no forward declaration.
Interfaces
Class CL_BSP_CONTROLLER has no interface implemented.
Friends
Class CL_BSP_CONTROLLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSP_CTRL_ADAPTER | Adapter Reference | 20011108 | ||
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | OBJECT | Application Object | 20011108 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Name of Application | 20011108 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Application Namespace | 20011108 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Component Identification | 20020320 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Name of Controller | 20011108 | ||
7 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSP_MESSAGES | Business Server Pages (BSP) Messages | 20011108 | ||
8 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_BSP_NAVIGATION | Business Server Page (BSP) Navigation | 20011108 | ||
9 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_HTTP_REQUEST | HTTP Framework (iHTTP) HTTP Request | 20011108 | ||
10 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_HTTP_RESPONSE | HTTP Framework (iHTTP) HTTP Response | 20011108 | ||
11 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_BSP_RUNTIME | Business Server Page (BSP) Runtime | 20011108 | ||
12 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20011108 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Calls the Request Handler of the Controller Instance | 20011108 |
2 | ![]() |
Instance method | Public | Method | Calls the Request Handler of View Instance | 20011108 |
3 | ![]() |
Instance method | Public | Method | Creates a Controller Instance | 20011108 |
4 | ![]() |
Instance method | Public | Method | Generates a View Instance | 20011108 |
5 | ![]() |
Instance method | Public | Method | Clear | 20011108 |
6 | ![]() |
Instance method | Public | Method | Initialization | 20011108 |
7 | ![]() |
Instance method | Public | Method | Initialization Of Attributes | 20011108 |
8 | ![]() |
Instance method | Public | Method | Request Processing | 20011108 |
9 | ![]() |
Instance method | Public | Method | Supplies the Given Page Attribute | 20011108 |
10 | ![]() |
Instance method | Public | Method | Supplies the Lifetime of This Page (see lifetime_...) | 20011108 |
11 | ![]() |
Instance method | Public | Method | Fetches the Current Writer | 20011108 |
12 | ![]() |
Instance method | Public | Method | Fetches the Page Context Object | 20020411 |
13 | ![]() |
Instance method | Public | Method | Supplies the URL of the Page | 20011108 |
14 | ![]() |
Instance method | Public | Method | Instantiate Parameters from Request | 20011112 |
15 | ![]() |
Instance method | Public | Method | Sets the Specified Page Attribute | 20011108 |
16 | ![]() |
Instance method | Public | Method | Sets Caching Values | 20011116 |
17 | ![]() |
Instance method | Public | Method | Sets the Lifetime of this Page (see lifetime_...) | 20011108 |
18 | ![]() |
Instance method | Public | Method | Sets MIME Type of Page | 20011108 |
19 | ![]() |
Instance method | Public | Method | Creates a Formatted String | 20011108 |
20 | ![]() |
Instance method | Public | Method | Writes a Formatted String to the Output | 20011108 |
Events
Class CL_BSP_CONTROLLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LBSP_CONTROLLER_ITEM | Protected | See coding | 20020313 |
|
||
2 | LBSP_CONTROLLER_LIST | Protected | See coding | 20020313 |
|
||
3 | LBSP_MODEL_ITEM | Protected | See coding | 20020320 |
|
||
4 | LBSP_MODEL_LIST | Protected | See coding | 20020320 |
|
Method Signatures
Method CALL_CONTROLLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTROLLER_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER | controller-Instanz | 20011108 |
Method CALL_CONTROLLER on class CL_BSP_CONTROLLER has no exception.
Method CALL_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VIEW_INSTANCE | Call by reference | Object reference (TYPE REF TO) | IF_BSP_PAGE | Seiten-Instanz | 20011108 |
Method CALL_VIEW on class CL_BSP_CONTROLLER has no exception.
Method CREATE_CONTROLLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
APPLICATION_NAME | Call by reference | Type reference (TYPE) | STRING | Applikationsname des Controllers | 20011108 | ||
2 | ![]() |
APPLICATION_NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Namensraum der Applikation | 20011108 | ||
3 | ![]() |
CONTROLLER_ID | Call by reference | Type reference (TYPE) | STRING | Controller-Identifikation | 20011108 | ||
4 | ![]() |
CONTROLLER_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_BSP_CONTROLLER | Referenz auf Controller-Instanz | 20011108 | ||
5 | ![]() |
CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | Controller-Name | 20011108 | ||
6 | ![]() |
KEY | Call by reference | Type reference (TYPE) | STRING | Navigationskey | 20011108 |
Method CREATE_CONTROLLER on class CL_BSP_CONTROLLER has no exception.
Method CREATE_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
KEY | Call by reference | Type reference (TYPE) | STRING | Navigationskey | 20011108 | ||
2 | ![]() |
VIEW_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_BSP_PAGE | Referenz auf View-Instanz | 20011108 | ||
3 | ![]() |
VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | Viewname | 20011108 |
Method CREATE_VIEW on class CL_BSP_CONTROLLER has no exception.
Method DO_DESTROY Signature
Method DO_DESTROY on class CL_BSP_CONTROLLER has no parameter.
Method DO_DESTROY on class CL_BSP_CONTROLLER has no exception.
Method DO_INIT Signature
Method DO_INIT on class CL_BSP_CONTROLLER has no parameter.
Method DO_INIT on class CL_BSP_CONTROLLER has no exception.
Method DO_INITATTRIBUTES Signature
Method DO_INITATTRIBUTES on class CL_BSP_CONTROLLER has no parameter.
Method DO_INITATTRIBUTES on class CL_BSP_CONTROLLER has no exception.
Method DO_REQUEST Signature
Method DO_REQUEST on class CL_BSP_CONTROLLER has no parameter.
Method DO_REQUEST on class CL_BSP_CONTROLLER has no exception.
Method GET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | Name des Seitenattributes | 20011108 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Wert des Seitenattributes | 20011108 |
Method GET_ATTRIBUTE on class CL_BSP_CONTROLLER has no exception.
Method GET_LIFETIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LIFETIME | Value transfer | Type reference (TYPE) | I | Aktuelle Lebensdauer der Seite (s. scope_...) | 20011108 |
Method GET_LIFETIME on class CL_BSP_CONTROLLER has no exception.
Method GET_OUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OUT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WRITER | Interface zum Schreiben von Seiteninhalt | 20011108 |
Method GET_OUT on class CL_BSP_CONTROLLER has no exception.
Method GET_PAGE_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PAGE_CONTEXT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_PAGE_CONTEXT | Page-Context | 20020411 |
Method GET_PAGE_CONTEXT on class CL_BSP_CONTROLLER has no exception.
Method GET_PAGE_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 Seite | 20011108 |
Method GET_PAGE_URL on class CL_BSP_CONTROLLER has no exception.
Method INSTANTIATE_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTE | Call by reference | Type reference (TYPE) | DATA | Attribut, in das der Parameter geschrieben werden soll | 20011112 | ||
2 | ![]() |
FORM_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | Form-Felder (werden gelesen, wenn initial) | 20011112 | ||
3 | ![]() |
PARAMETER_NAME | Call by reference | Type reference (TYPE) | STRING | Parameter-Name | 20011112 |
Method INSTANTIATE_PARAMETER on class CL_BSP_CONTROLLER has no exception.
Method SET_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | CSEQUENCE | Name des Seitenattributes | 20011108 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Wert des Seitenattributes | 20011108 |
Method SET_ATTRIBUTE on class CL_BSP_CONTROLLER has no exception.
Method SET_CACHING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BROWSER_CACHE | Call by reference | Type reference (TYPE) | INT4 | 0 | Anzahl Sekunden für Browser-Caching | 20011116 | |
2 | ![]() |
BROWSER_DEP | Call by reference | Type reference (TYPE) | CHAR1 | Ist Server-Cache Browser-abhängig? | 20011116 | ||
3 | ![]() |
SERVER_CACHE | Call by reference | Type reference (TYPE) | INT4 | 0 | Anzahl Sekunden für Server-Caching | 20011116 |
Method SET_CACHING on class CL_BSP_CONTROLLER has no exception.
Method SET_LIFETIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LIFETIME | Call by reference | Type reference (TYPE) | I | Lebensdauer der Seite (s. scope_...) | 20011108 |
Method SET_LIFETIME on class CL_BSP_CONTROLLER has no exception.
Method SET_MIME_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MIME_TYPE | Call by reference | Type reference (TYPE) | STRING | Mime-Type | 20011108 |
Method SET_MIME_TYPE on class CL_BSP_CONTROLLER has no exception.
Method TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FORMAT | Call by reference | Type reference (TYPE) | I | 0 | Formatbeschreibung (CO_FORMAT_...) | 20011108 | |
2 | ![]() |
NUM_DECIMALS | Call by reference | Type reference (TYPE) | I | -1 | Anzahl Dezimalstellen | 20011108 | |
3 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | STRING | Ausgabestring | 20011108 | ||
4 | ![]() |
OUTPUTLENGTH | Call by reference | Type reference (TYPE) | I | -1 | maximale Ausgabelänge | 20011108 | |
5 | ![]() |
REFERENCE_VALUE | Call by reference | Type reference (TYPE) | C | Referenz (z.B. die Währung) | 20011108 | ||
6 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Wert | 20011108 |
Method TO_STRING on class CL_BSP_CONTROLLER has no exception.
Method WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FORMAT | Call by reference | Type reference (TYPE) | I | 0 | Formatbeschreibung (CO_FORMAT_...) | 20011108 | |
2 | ![]() |
NUM_DECIMALS | Call by reference | Type reference (TYPE) | I | -1 | Anzahl Dezimalstellen | 20011108 | |
3 | ![]() |
OUTPUTLENGTH | Call by reference | Type reference (TYPE) | I | -1 | maximale Ausgabelänge | 20011108 | |
4 | ![]() |
REFERENCE_VALUE | Call by reference | Type reference (TYPE) | C | Referenz (z.B. die Währung) | 20011108 | ||
5 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | ANY | Wert | 20011108 |
Method WRITE on class CL_BSP_CONTROLLER has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in | 620 |