SAP ABAP Class /PLMU/CL_FRW_LAUNCHPAD_INT (Launchpad Handler (Internal))
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
⤷
/PLMU/UI_FRW_SERVICES (Package) UI Framework: Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/IF_FRW_LAUNCHPAD | Launch Pad Handler | 20100413 |
Properties
| Class | /PLMU/CL_FRW_LAUNCHPAD_INT | |
| Short Description | Launchpad Handler (Internal) | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /PLMU/UI_FRW_SERVICES | UI Framework: Services |
| Created | 20100325 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /PLMU/CL_FRW_LAUNCHPAD_INT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /PLMU/IF_FRW_LAUNCHPAD | Launch Pad Handler | 20100413 |
Friends
Class /PLMU/CL_FRW_LAUNCHPAD_INT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | `APPLICATION_ID` | 20100413 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | `LPD_DYNAMIC_URL` | Launch Pad Application ID | 20100413 | ||
| 3 | Constant | Public | Attribute reference (LIKE) | /PLMU/CL_FRW_LAUNCHPAD=>GC_S_LPD_TYPE | /PLMU/CL_FRW_LAUNCHPAD=>GC_S_LPD_TYPE | 20100413 | |||
| 4 | Static Attribute | Private | See coding | 20100413 | |||||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20100413 | |||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_APB_LAUNCHPAD_API | 20100413 | ||||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM_NAVIGATION | 20100413 | ||||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_POWL_LAUNCHPAD | 20100413 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | GTY_T_CONTENT | 20100413 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | GTY_T_CONTENT_REF | 20100413 | ||||
| 11 | Instance attribute | Public | Attribute reference (LIKE) | 20100413 | |||||
| 12 | Instance attribute | Public | Attribute reference (LIKE) | 20100413 | |||||
| 13 | Instance attribute | Private | Type reference (TYPE) | GTY_LPD_TYPE | 20100413 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | GTY_LPD_TYPE | 20100428 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20100413 | ||
| 2 | Instance method | Private | Method | 20100413 | ||
| 3 | Instance method | Public | Method | 20100413 | ||
| 4 | Static method | Public | Method | Get Launch Pad instance | 20100413 | |
| 5 | Instance method | Public | Method | 20100413 | ||
| 6 | Instance method | Public | Method | 20100413 |
Events
Class /PLMU/CL_FRW_LAUNCHPAD_INT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_LPD_TYPE | Public | Attribute reference (LIKE) | 20100413 | |
||
| 2 | GTY_S_APPL_TYPE | Public | Attribute reference (LIKE) | 20100413 | |
||
| 3 | GTY_S_CONTENT | Public | Attribute reference (LIKE) | 20100413 | |
||
| 4 | GTY_S_CONTENT_REF | Public | Attribute reference (LIKE) | 20100413 | |
||
| 5 | GTY_S_CREATION_PRIORITY | Private | See coding | 20100413 | BEGIN OF GTY_S_CREATION_PRIORITY,
priority type i,
lpd_type type gty_lpd_type,
END OF gty_s_creation_priority
|
||
| 6 | GTY_T_APPL_TYPE | Public | Attribute reference (LIKE) | 20100413 | |
||
| 7 | GTY_T_CONTENT | Public | Attribute reference (LIKE) | 20100413 | |
||
| 8 | GTY_T_CONTENT_REF | Public | Attribute reference (LIKE) | 20100413 | |
||
| 9 | GTY_T_CONTENT_STD | Public | Attribute reference (LIKE) | 20100413 | |
||
| 10 | GTY_T_CREATION_PRIORITY | Private | See coding | 20100413 | gty_t_creation_priority type SORTED TABLE OF GTY_S_CREATION_PRIORITY
WITH UNIQUE key lpd_type
with unique SORTED KEY priority_key COMPONENTS priority
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | WD Component Controller | 20100413 | |||
| 2 | IV_LPD_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20100413 | |||
| 3 | IV_LPD_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20100413 | |||
| 4 | IV_PREFERED_LPD_TYPE | Call by reference | Type reference (TYPE) | GTY_LPD_TYPE | 20100413 |
Method CONSTRUCTOR on class /PLMU/CL_FRW_LAUNCHPAD_INT has no exception.
Method CREATE_LPD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LPD_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20100413 | |||
| 2 | IV_LPD_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20100413 | |||
| 3 | IV_LPD_TYPE | Call by reference | Type reference (TYPE) | GTY_LPD_TYPE | 20100413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20110605 |
Method GET_CONTENT Signature
Method GET_CONTENT on class /PLMU/CL_FRW_LAUNCHPAD_INT has no parameter.
Method GET_CONTENT on class /PLMU/CL_FRW_LAUNCHPAD_INT has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_INSTANCE | Call by reference | Object reference (TYPE REF TO) | /PLMU/IF_FRW_LAUNCHPAD | FRW Launch Pad handler | 20100413 | |||
| 2 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20100413 | |||
| 3 | IV_LPD_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20100413 | |||
| 4 | IV_LPD_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20100413 | |||
| 5 | IV_PREFERED_LPD_TYPE | Call by reference | Type reference (TYPE) | GTY_LPD_TYPE | 20100413 |
Method GET_INSTANCE on class /PLMU/CL_FRW_LAUNCHPAD_INT has no exception.
Method GET_PARAMETERS Signature
Method GET_PARAMETERS on class /PLMU/CL_FRW_LAUNCHPAD_INT has no parameter.
Method GET_PARAMETERS on class /PLMU/CL_FRW_LAUNCHPAD_INT has no exception.
Method LAUNCH Signature
Method LAUNCH on class /PLMU/CL_FRW_LAUNCHPAD_INT has no parameter.
Method LAUNCH on class /PLMU/CL_FRW_LAUNCHPAD_INT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |