SAP ABAP Class CL_BSP_PAGE_DBG (Business Server Pages (BSP) JavaScript Debugging Utility)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BSP (Application Component) Business Server Pages
⤷
SBSP_JAVASCRIPT (Package) Business Server Pages (BSP) JavaScript Debugging
⤷
⤷
Properties
| Class | CL_BSP_PAGE_DBG | |
| Short Description | Business Server Pages (BSP) JavaScript Debugging Utility | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SBSP_JAVASCRIPT | Business Server Pages (BSP) JavaScript Debugging |
| Created | 20000928 | SAP |
| Last change | 20010227 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_BSP_PAGE_DBG has no interface implemented.
Friends
Class CL_BSP_PAGE_DBG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TBSPBLKTYP | BSP: Block Type Table for Debugging | 20000929 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | CO2MAP_T | 20000929 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | INT4 | 20000929 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | O2PAGKEY | 20000929 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | O2PAGELINE_TABLE | 20000929 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | 20000929 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | JSTEXTTAB | 20000929 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20000929 | |
| 2 | Instance method | Public | Method | 20000929 | ||
| 3 | Instance method | Public | Method | 20000929 | ||
| 4 | Instance method | Public | Method | 20000929 | ||
| 5 | Instance method | Public | Method | 20001017 |
Events
Class CL_BSP_PAGE_DBG has no event.
Types
Class CL_BSP_PAGE_DBG has no local type.
Method Signatures
Method CONSTRUCTOR 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 | Name of the BSP application | 20000929 | |||
| 2 | APPLICATION_NAMESPACE | Value transfer | Type reference (TYPE) | STRING | Namespace of the BSP application | 20000929 | |||
| 3 | PAGE_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Name of generated page class (optional) | 20000929 | |||
| 4 | PAGE_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the BSP page | 20000929 | |||
| 5 | PRETTY_PRINT | Call by reference | Type reference (TYPE) | I | 1 | bspr_yes|no | 20001004 |
Method CONSTRUCTOR on class CL_BSP_PAGE_DBG has no exception.
Method LOAD_PAGE_SOURCE 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 | Name der BSP Applikation | 20000929 | |||
| 2 | APPLICATION_NAMESPACE | Value transfer | Type reference (TYPE) | STRING | Namensraum der BSP Applikation | 20000929 | |||
| 3 | PAGE_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Klassenname der Seite (XOR) | 20000929 | |||
| 4 | PAGE_NAME | Call by reference | Type reference (TYPE) | STRING | Name der BSP Seite | 20000929 | |||
| 5 | PRETTY_PRINT | Call by reference | Type reference (TYPE) | I | 1 | bspr_yes|no | 20001004 |
Method LOAD_PAGE_SOURCE on class CL_BSP_PAGE_DBG has no exception.
Method PAGE_POS_TO_SCRIPT_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGE_X | Call by reference | Type reference (TYPE) | I | Seitenspalte (1..n) | 20000929 | |||
| 2 | PAGE_Y | Call by reference | Type reference (TYPE) | I | Seitenreihe (1..n) | 20000929 | |||
| 3 | SCRIPT_X | Call by reference | Type reference (TYPE) | I | Skriptspalte (momentan immer 1) | 20000929 | |||
| 4 | SCRIPT_Y | Call by reference | Type reference (TYPE) | I | Skriptreihe (0..1) | 20000929 |
Method PAGE_POS_TO_SCRIPT_POS on class CL_BSP_PAGE_DBG has no exception.
Method SCRIPT_POS_TO_PAGE_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PAGE_UPDATED | Call by reference | Type reference (TYPE) | I | bspr_yes|no | 20001017 | |||
| 2 | PAGE_X | Call by reference | Type reference (TYPE) | I | Seitenspalte (1..n) | 20000929 | |||
| 3 | PAGE_Y | Call by reference | Type reference (TYPE) | I | Seitenreihe (1..n) | 20000929 | |||
| 4 | SCRIPT_X | Call by reference | Type reference (TYPE) | I | Skriptspalte (1..n) | 20000929 | |||
| 5 | SCRIPT_Y | Call by reference | Type reference (TYPE) | I | Skriptreihe (1..n) | 20000929 | |||
| 6 | UPDATE_PAGE | Call by reference | Type reference (TYPE) | I | 0 | bspr_yes|no | 20001017 |
Method SCRIPT_POS_TO_PAGE_POS on class CL_BSP_PAGE_DBG has no exception.
Method UPDATE_PAGE_DISPLAY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DISPLAY_ID | Call by reference | Type reference (TYPE) | INT4 | ID der Anzeige-Seitensource | 20001017 |
Method UPDATE_PAGE_DISPLAY on class CL_BSP_PAGE_DBG has no exception.
History
| Last changed by/on | SAP | 20010227 |
| SAP Release Created in | 50A |