SAP ABAP Interface IF_BSP_PAGE_CONTEXT (BSP Page Context for Element Handler)
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_PAGE_CONTEXT | Business Server Pages (BSP) Page Context | 20010910 |
Properties
Interface | IF_BSP_PAGE_CONTEXT | |
Short Description | BSP Page Context for Element Handler |
General Data
Package | SBSP_RUNTIME | Business Server Pages (BSP): Runtime Objects |
Created | 20010122 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_BSP_PAGE_CONTEXT has no forward declaration.
Interfaces
Interface IF_BSP_PAGE_CONTEXT has no interface.
Friends
Interface IF_BSP_PAGE_CONTEXT has no friend.
Attributes
Interface IF_BSP_PAGE_CONTEXT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | HTML Demarcation Boundary | 20020405 |
2 | ![]() |
Instance method | Public | Method | HTML Demarcation Boundary | 20020405 |
3 | ![]() |
Instance method | Public | Method | List of All Elements on the Stack | 20020424 |
4 | ![]() |
Instance method | Public | Method | Processes a BSP Element | 20011109 |
5 | ![]() |
Instance method | Public | Method | List of All Elements on the Stack | 20020327 |
6 | ![]() |
Instance method | Public | Method | Returns the Absolute ID incl. Page ID (and Model ID) | 20020410 |
7 | ![]() |
Instance method | Public | Method | Returns a Reference to the Binding Interface | 20020328 |
8 | ![]() |
Instance method | Public | Method | Nagivation Object | 20011024 |
9 | ![]() |
Instance method | Public | Method | Current Writer | 20010905 |
10 | ![]() |
Instance method | Public | Method | BSP Page Object | 20010905 |
11 | ![]() |
Instance method | Public | Method | Returns the Mime Type of the Page | 20020213 |
12 | ![]() |
Instance method | Public | Method | Request Object | 20011022 |
13 | ![]() |
Instance method | Public | Method | Reponse Object | 20011022 |
14 | ![]() |
Instance method | Public | Method | Runtime Object | 20011022 |
15 | ![]() |
Instance method | Public | Method | Old IF_BSP_WRITER On Stack | 20011026 |
16 | ![]() |
Instance method | Public | Method | New IF_BSP_WRITER (On Stack) | 20011026 |
17 | ![]() |
Instance method | Public | Method | "destructor" called from BSPFactory | 20010807 |
Events
Interface IF_BSP_PAGE_CONTEXT has no event.
Types
Interface IF_BSP_PAGE_CONTEXT has no local type.
Method Signatures
Method DELTA_HANDLING_BEGIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_ELEMENT | Basisinterface für BSP-Element | 20020405 | ||
2 | ![]() |
OUT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WRITER | Interface zum Schreiben von Seiteninhalt | 20020405 |
Method DELTA_HANDLING_BEGIN on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method DELTA_HANDLING_END Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_ELEMENT | Basisinterface für BSP-Element | 20020405 | ||
2 | ![]() |
OUT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WRITER | Interface zum Schreiben von Seiteninhalt | 20020405 |
Method DELTA_HANDLING_END on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method ELEMENT_AT_TOP_OF_STACK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_ELEMENT | Basisinterface für BSP-Element | 20020424 |
Method ELEMENT_AT_TOP_OF_STACK on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method ELEMENT_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BODY | Call by reference | Type reference (TYPE) | STRING | 20011109 | |||
2 | ![]() |
ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_ELEMENT | Basisinterface für BSP-Element | 20011109 | ||
3 | ![]() |
RC | Value transfer | Type reference (TYPE) | I | CO_ELEMENT_CONTINUE | CO_ELEMENT_DONE | 20011109 | ||
4 | ![]() |
REUSE_ELEMENT | Call by reference | Type reference (TYPE) | XFELD | ' ' | Ankreuzfeld | 20020322 |
Method ELEMENT_PROCESS on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method ELEMENT_STACK_DUMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MAX_DEPTH | Call by reference | Type reference (TYPE) | I | 20020327 | |||
2 | ![]() |
STACK | Value transfer | Type reference (TYPE) | STRING | 20020327 | |||
3 | ![]() |
STOP_AT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_BSP_ELEMENT | Basisinterface für BSP-Element | 20020327 |
Method ELEMENT_STACK_DUMP on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method GET_ABSOLUTE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IN_ID | Call by reference | Type reference (TYPE) | STRING | Relative ID | 20020410 | ||
2 | ![]() |
IN_ID2 | Call by reference | Type reference (TYPE) | STRING | Optionale ID (z.B. Model-ID) | 20020410 | ||
3 | ![]() |
OUT_ID | Value transfer | Type reference (TYPE) | STRING | Absolute ID (incl. Page-ID) | 20020410 |
Method GET_ABSOLUTE_ID on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method GET_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MODEL | Value transfer | Object reference (TYPE REF TO) | IF_BSP_MODEL_BINDING | Model-Referenz | 20020328 | ||
2 | ![]() |
PATH | Call by reference | Type reference (TYPE) | STRING | Binding-Ausdruck | 20020328 |
Method GET_MODEL on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method GET_NAVIGATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAVIGATION | Value transfer | Object reference (TYPE REF TO) | CL_BSP_NAVIGATION | Business Server Pages (BSP) Navigation | 20011024 |
Method GET_NAVIGATION on Interface IF_BSP_PAGE_CONTEXT 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 | 20010905 |
Method GET_OUT on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method GET_PAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PAGE | Value transfer | Object reference (TYPE REF TO) | IF_BSP_PAGE | Business Server Page (BSP) Seite | 20010905 |
Method GET_PAGE on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method GET_PAGE_MIME_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_MIME_TYPE | Value transfer | Type reference (TYPE) | STRING | MIME-Type | 20020213 |
Method GET_PAGE_MIME_TYPE on Interface IF_BSP_PAGE_CONTEXT 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 | 20011022 |
Method GET_REQUEST on Interface IF_BSP_PAGE_CONTEXT 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 | 20011022 |
Method GET_RESPONSE on Interface IF_BSP_PAGE_CONTEXT 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 | 20011022 |
Method GET_RUNTIME on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method POP_WRITER 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 | 20011026 |
Method POP_WRITER on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method PUSH_WRITER 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 | 20011026 |
Method PUSH_WRITER on Interface IF_BSP_PAGE_CONTEXT has no exception.
Method RELEASE Signature
Method RELEASE on Interface IF_BSP_PAGE_CONTEXT has no parameter.
Method RELEASE on Interface IF_BSP_PAGE_CONTEXT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 620 |