SAP ABAP Class /UI2/CL_LAUNCHPAD_DA (Launch Pad Data Accessor)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-INT-BE (Application Component) Backend Enablement
⤷
/UI2/SERVICES_LAUNCHPAD_700 (Package) UI BE: Launchpad services, release 7.00
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/IF_FND_LAUNCHPAD_ACCESS | Launch pad data access | 20130527 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /UI2/IF_LAUNCHPAD_ACCESS | Launch pad data access | 20111116 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /UI2/CL_LAUNCHPAD_DA_01 | Launchpad Data Accessor | 20120120 |
Properties
| Class | /UI2/CL_LAUNCHPAD_DA | |
| Short Description | Launch Pad Data Accessor | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /UI2/SERVICES_LAUNCHPAD_700 | UI BE: Launchpad services, release 7.00 |
| Created | 20111116 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 5 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 6 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /UI2/IF_FND_LAUNCHPAD_ACCESS | Launch pad data access | 20130527 | ||
| 2 | /UI2/IF_LAUNCHPAD_ACCESS | Launch pad data access | 20111116 |
Friends
Class /UI2/CL_LAUNCHPAD_DA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | /UI2/CL_LAUNCHPAD_DA | Launch Pad Data Accessor | 20120710 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | /UI2/IF_LAUNCHPAD_ACCESS=>T_BUFFER | 20120308 | ||||
| 3 | Constant | Protected | Type reference (TYPE) | STRING | 'APP' | LPD application entry type | 20120605 | ||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | /UI2/IF_LAUNCHPAD_DB_ACCESS | Launch pad data access internal | 20111219 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Returns the composed key out of role, instance and appid | 20120427 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20111219 | |
| 3 | Static method | Public | Method | Creates absolute notation OBN | 20120103 | |
| 4 | Instance method | Protected | Method | Get Launchpads from DB | 20120308 | |
| 5 | Instance method | Protected | Method | Read Buffer | 20120308 | |
| 6 | Static method | Public | Method | Get Link-Children of Entry | 20120529 | |
| 7 | Static method | Public | Method | Returns the composed key out of role, instance and appid | 20120510 | |
| 8 | Instance method | Protected | Method | Get Launchpads from DB | 20120308 | |
| 9 | Static method | Public | Method | Get Reference of LP-Data-Accessor | 20111214 | |
| 10 | Instance method | Protected | Method | Set Buffer | 20120308 |
Events
Class /UI2/CL_LAUNCHPAD_DA has no event.
Types
Class /UI2/CL_LAUNCHPAD_DA has no local type.
Method Signatures
Method BUILD_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | APB_LPD_GUID | GUID | 20120427 | |||
| 2 | IV_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20120427 | |||
| 3 | IV_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20120427 | |||
| 4 | RV_KEY | Value transfer | Type reference (TYPE) | STRING | 20120427 |
Method BUILD_KEY on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /UI2/CL_LAUNCHPAD_DA has no parameter.
Method CONSTRUCTOR on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method CREATE_ABSOLUTE_OBN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_POST_BODY | Call by reference | Type reference (TYPE) | TIHTTPNVP | HTTP Framework (iHTTP) Table Name/Value Pairs | 20120103 | |||
| 2 | EV_TARGET_URL | Call by reference | Type reference (TYPE) | STRING | Target (Fully Qualified) URL inclusive parameters | 20120103 | |||
| 3 | IT_PARAMETERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | Data for target, URL (&=) format, maybe URL encoded | 20120103 | |||
| 4 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | Business object name for which the operation was defined | 20120103 | |||
| 5 | IV_OPERATION | Call by reference | Type reference (TYPE) | STRING | Operation that should be performed on the business object | 20120103 | |||
| 6 | IV_RESOLVING_MODE | Call by reference | Type reference (TYPE) | STRING | SPACE | "" | "SourceRole" | 20120103 | ||
| 7 | IV_SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20120103 |
Method CREATE_ABSOLUTE_OBN on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method GET_ALL_LAUNCHPADS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LPADT | Call by reference | Type reference (TYPE) | /UI2/IF_LAUNCHPAD_DB_ACCESS=>TT_LPADT | 20120308 | ||||
| 2 | IT_FILTER_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20120321 | |||
| 3 | IV_FEEDER | Call by reference | Type reference (TYPE) | STRING | 20120321 | ||||
| 4 | IV_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20120308 | |||
| 5 | IV_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20120308 |
Method GET_ALL_LAUNCHPADS on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method GET_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_FAV_CACHE | Call by reference | Object reference (TYPE REF TO) | /UI2/CL_FAV_CACHE | Buffer for Favorite Data | 20121211 | |||
| 2 | ER_FEEDER_REF | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20120322 | ||||
| 3 | ER_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_FPM_NAVIGATION | List of Navigationtargets | 20120308 | |||
| 4 | ES_NAVIGATION_TREE | Call by reference | Type reference (TYPE) | /UI2/IF_LAUNCHPAD_ACCESS=>S_LPAD_TREE | 20120308 | ||||
| 5 | ET_CONTENT | Call by reference | Type reference (TYPE) | IF_FPM_NAVIGATION=>T_TARGET | 20120308 | ||||
| 6 | EV_FEEDER | Call by reference | Type reference (TYPE) | STRING | 20120322 | ||||
| 7 | IT_FILTER_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20120321 | |||
| 8 | IV_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20120308 | |||
| 9 | IV_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20120308 |
Method GET_BUFFER on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method GET_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_TAB | Call by reference | Type reference (TYPE) | IF_FPM_NAVIGATION=>T_TARGET | 20120529 | ||||
| 2 | IT_TAB | Call by reference | Type reference (TYPE) | IF_FPM_NAVIGATION=>T_TARGET | 20120529 | ||||
| 3 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | GUID | 20120529 |
Method GET_CHILDREN on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method GET_KEY_PARTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_APPLICATION_ID | Call by reference | Type reference (TYPE) | APB_LPD_GUID | LP Application id | 20120510 | |||
| 2 | EV_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | LP instance | 20120510 | |||
| 3 | EV_LAUNCHPAD_ID | Call by reference | Type reference (TYPE) | STRING | LP repository-ID | 20120601 | |||
| 4 | EV_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | LP role | 20120510 | |||
| 5 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | Composed LP key | 20120510 |
Method GET_KEY_PARTS on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method GET_LAUNCHPAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_FAV_CACHE | Call by reference | Object reference (TYPE REF TO) | /UI2/CL_FAV_CACHE | Buffer for Favorite Data | 20121211 | |||
| 2 | ER_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_FPM_NAVIGATION | List of Navigationtargets | 20120308 | |||
| 3 | ES_NAVIGATION_TREE | Call by reference | Type reference (TYPE) | /UI2/IF_LAUNCHPAD_ACCESS=>S_LPAD_TREE | 20120308 | ||||
| 4 | ET_CONTENT | Call by reference | Type reference (TYPE) | IF_FPM_NAVIGATION=>T_TARGET | 20120308 | ||||
| 5 | ET_LPADT | Call by reference | Type reference (TYPE) | /UI2/IF_LAUNCHPAD_DB_ACCESS=>TT_LPADT | 20120308 | ||||
| 6 | IT_ALL_LPADT | Call by reference | Type reference (TYPE) | /UI2/IF_LAUNCHPAD_DB_ACCESS=>TT_LPADT | 20120308 | ||||
| 7 | IT_FILTER_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20120321 | |||
| 8 | IV_FEEDER | Call by reference | Type reference (TYPE) | STRING | 20120321 | ||||
| 9 | IV_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20120308 | |||
| 10 | IV_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20120308 |
Method GET_LAUNCHPAD on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method GET_LAUNCHPAD_REFERENCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SERVICE_NAME | Call by reference | Type reference (TYPE) | /IWBEP/MED_GRP_EXTERNAL_NAME | /UI2/IF_LAUNCHPAD_ACCESS=>GC_SERVICE | Service Name | 20111214 | ||
| 2 | RO_LAUNCHPAD_DA | Value transfer | Object reference (TYPE REF TO) | /UI2/CL_LAUNCHPAD_DA | Launch Pad Data Accessor | 20111214 |
Method GET_LAUNCHPAD_REFERENCE on class /UI2/CL_LAUNCHPAD_DA has no exception.
Method SET_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FEEDER_REF | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20120322 | ||||
| 2 | IR_FAV_CACHE | Call by reference | Object reference (TYPE REF TO) | /UI2/CL_FAV_CACHE | Buffer for Favorite Data | 20121211 | |||
| 3 | IR_NAVIGATION | Call by reference | Object reference (TYPE REF TO) | IF_FPM_NAVIGATION | List of Navigationtargets | 20120308 | |||
| 4 | IS_NAVIGATION_TREE | Call by reference | Type reference (TYPE) | /UI2/IF_LAUNCHPAD_ACCESS=>S_LPAD_TREE | 20120308 | ||||
| 5 | IT_CONTENT | Call by reference | Type reference (TYPE) | IF_FPM_NAVIGATION=>T_TARGET | 20120308 | ||||
| 6 | IT_FILTER_SELECT_OPTIONS | Call by reference | Type reference (TYPE) | /IWBEP/T_MGW_SELECT_OPTION | table of select options | 20120321 | |||
| 7 | IV_FEEDER | Call by reference | Type reference (TYPE) | STRING | 20120321 | ||||
| 8 | IV_INSTANCE | Call by reference | Type reference (TYPE) | APB_LPD_INSTANCE | Instance | 20120308 | |||
| 9 | IV_ROLE | Call by reference | Type reference (TYPE) | APB_LPD_ROLE | Role | 20120308 |
Method SET_BUFFER on class /UI2/CL_LAUNCHPAD_DA has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 200 |