SAP ABAP Class /IPRO/CL_BSP_APPLICATION (Application class for Document Builder)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-DOB (Application Component) Document Builder
⤷
/IPRO/UI/PROGS/ (Package) Programs
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BSP_APPLICATION | Business Server Page (BSP) Application Class | 20050127 |
Properties
| Class | /IPRO/CL_BSP_APPLICATION | |
| Short Description | Application class for Document Builder | |
| Super Class | CL_BSP_APPLICATION | Business Server Page (BSP) Application Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IPRO/UI/PROGS/ | Programs |
| Created | 20040122 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class /IPRO/CL_BSP_APPLICATION has no interface implemented.
Friends
Class /IPRO/CL_BSP_APPLICATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | STRING | CL_ABAP_CHAR_UTILITIES=>CR_LF | 20040123 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | /IPRO/CL_MESSAGE_HANDLER | Message handler | 20050429 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20040122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | build exit script for popup | 20040123 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20050127 | |
| 3 | Instance method | Public | Method | Determine exit page | 20040122 | |
| 4 | Instance method | Public | Method | Get the content of the message handler as a string | 20050429 | |
| 5 | Instance method | Public | Method | Get the message handler | 20050429 | |
| 6 | Instance method | Public | Method | Registers a new page | 20040122 | |
| 7 | Instance method | Public | Method | Set the message handler | 20050429 |
Events
Class /IPRO/CL_BSP_APPLICATION has no event.
Types
Class /IPRO/CL_BSP_APPLICATION has no local type.
Method Signatures
Method BUILD_EXIT_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PIO_VIEW | Call by reference | Object reference (TYPE REF TO) | /IPRO/CL_VIEW | This will be the window instance | 20040123 | |||
| 2 | PRV_SCRIPT | Value transfer | Type reference (TYPE) | STRING | A Javascript string that returns parameters and then cancels | 20040123 |
Method BUILD_EXIT_SCRIPT on class /IPRO/CL_BSP_APPLICATION has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /IPRO/CL_BSP_APPLICATION has no parameter.
Method CONSTRUCTOR on class /IPRO/CL_BSP_APPLICATION has no exception.
Method GET_EXIT_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PRV_URL | Value transfer | Type reference (TYPE) | STRING | Exit page | 20040122 |
Method GET_EXIT_PAGE on class /IPRO/CL_BSP_APPLICATION has no exception.
Method GET_MESSAGES_AS_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MESSAGE | Value transfer | Type reference (TYPE) | STRING | 20050429 |
Method GET_MESSAGES_AS_STRING on class /IPRO/CL_BSP_APPLICATION has no exception.
Method GET_MESSAGE_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_MESSAGE_HANDLER | Value transfer | Object reference (TYPE REF TO) | /IPRO/CL_MESSAGE_HANDLER | Message handler | 20050429 |
Method GET_MESSAGE_HANDLER on class /IPRO/CL_BSP_APPLICATION has no exception.
Method REGISTER_PAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PIO_PAGE | Call by reference | Object reference (TYPE REF TO) | IF_BSP_PAGE | Business Server Page (BSP) Page | 20040122 |
Method REGISTER_PAGE on class /IPRO/CL_BSP_APPLICATION has no exception.
Method SET_MESSAGE_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_MESSAGE_HANDLER | Call by reference | Object reference (TYPE REF TO) | /IPRO/CL_MESSAGE_HANDLER | Message handler | 20050429 |
Method SET_MESSAGE_HANDLER on class /IPRO/CL_BSP_APPLICATION has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 10A |