SAP ABAP Interface /PLMU/IF_FRW_LAUNCHPAD (Launch Pad Handler)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /PLMU/CL_FRW_LAUNCHPAD_INT | Launchpad Handler (Internal) | 20100413 |
Properties
Interface | /PLMU/IF_FRW_LAUNCHPAD | |
Short Description | Launch Pad Handler |
General Data
Package | /PLMU/UI_FRW_SERVICES | UI Framework: Services |
Created | 20080611 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface /PLMU/IF_FRW_LAUNCHPAD has no forward declaration.
Interfaces
Interface /PLMU/IF_FRW_LAUNCHPAD has no interface.
Friends
Interface /PLMU/IF_FRW_LAUNCHPAD has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MV_LPD_INSTANCE | Instance attribute | Public | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20080714 | ||
2 | MV_LPD_ROLE | Instance attribute | Public | Type reference (TYPE) | APB_LPD_ROLE | Role | 20080714 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20080714 | |
2 | ![]() |
Instance method | Public | Method | 20080715 | |
3 | ![]() |
Instance method | Public | Method | 20080714 |
Events
Interface /PLMU/IF_FRW_LAUNCHPAD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_LPD_TYPE | Public | See coding | 20100428 | GTY_LPD_TYPE type c LENGTH 10
|
||
2 | GTY_S_APPL_TYPE | Public | See coding | 20080715 | BEGIN OF GTY_s_APPL_TYPE,
application_type type APB_LPD_APPLICATION_TYPE,
END OF gty_s_appl_type
|
||
3 | GTY_S_CONTENT | Public | See coding | 20080714 | BEGIN OF gty_s_content,
application_id TYPE APB_LPD_GUID,
application_alias TYPE APB_LPD_APPL_ALIAS,
parent type APB_LPD_GUID,
link_text TYPE APB_LPD_LINK_TEXT,
visible type boolean,
enabled type boolean,
application_type TYPE APB_LPD_APPLICATION_TYPE,
application_parameters TYPE /plmb/t_frw_parameters,
business_parameters TYPE /plmb/t_frw_parameters,
add_info_parameters TYPE /plmb/t_frw_parameters,
END OF gty_s_content
|
||
4 | GTY_S_CONTENT_REF | Public | See coding | 20080714 | BEGIN OF gty_s_content_ref,
sequence type i,
ref type REF TO gty_s_content,
END OF gty_s_content_ref
|
||
5 | GTY_T_APPL_TYPE | Public | See coding | 20080714 | GTY_T_APPL_TYPE type SORTED TABLE OF GTY_s_APPL_TYPE with UNIQUE key application_type
|
||
6 | GTY_T_CONTENT | Public | See coding | 20080714 | gty_t_content TYPE SORTED TABLE OF gty_s_content with UNIQUE KEY application_id
|
||
7 | GTY_T_CONTENT_REF | Public | See coding | 20080714 | gty_t_content_ref TYPE standard TABLE OF gty_s_content_ref
|
||
8 | GTY_T_CONTENT_STD | Public | See coding | 20080714 | gty_t_content_std TYPE standard TABLE OF gty_s_content
|
Method Signatures
Method GET_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_CONTENT | Call by reference | Type reference (TYPE) | GTY_T_CONTENT_STD | 20080714 |
Method GET_CONTENT on Interface /PLMU/IF_FRW_LAUNCHPAD has no exception.
Method GET_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_APPLICATION_PARAMETERS | Call by reference | Type reference (TYPE) | /PLMB/T_FRW_PARAMETERS | Parameters | 20080715 | ||
2 | ![]() |
ET_BUSINESS_PARAMETERS | Call by reference | Type reference (TYPE) | /PLMB/T_FRW_PARAMETERS | Parameters | 20080715 | ||
3 | ![]() |
IV_APPLICATION_ALIAS | Call by reference | Type reference (TYPE) | APB_LPD_APPL_ALIAS | Application alias | 20080715 | ||
4 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | APB_LPD_GUID | Application ID | 20080715 |
Method GET_PARAMETERS on Interface /PLMU/IF_FRW_LAUNCHPAD has no exception.
Method LAUNCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_APPLICATION_PARAMETERS | Call by reference | Type reference (TYPE) | /PLMB/T_FRW_PARAMETERS | Parameters | 20080715 | ||
2 | ![]() |
IT_BUSINESS_PARAMETERS | Call by reference | Type reference (TYPE) | /PLMB/T_FRW_PARAMETERS | Parameters | 20080714 | ||
3 | ![]() |
IV_APPLICATION_ALIAS | Call by reference | Type reference (TYPE) | APB_LPD_APPL_ALIAS | Application alias | 20080714 | ||
4 | ![]() |
IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | APB_LPD_GUID | Application ID | 20080714 |
Method LAUNCH on Interface /PLMU/IF_FRW_LAUNCHPAD has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |