SAP ABAP Class CL_LO_OIF_POWL_CONFIGS (List of all configurations needed for LO OIF UI)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS (Application Component) Sales
⤷
ERP_SLS_LO_OIF (Package) Lean Order OIF
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_O2C_POWL_ABSTRACT_CLASS | Abstract Class for O2C POWL Feeder Classes | 20080610 |
Properties
| Class | CL_LO_OIF_POWL_CONFIGS | |
| Short Description | List of all configurations needed for LO OIF UI | |
| Super Class | CL_O2C_POWL_ABSTRACT_CLASS | Abstract Class for O2C POWL Feeder Classes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ERP_SLS_LO_OIF | Lean Order OIF |
| Created | 20080610 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_LO_OIF_POWL_CONFIGS has no forward declaration.
Interfaces
Class CL_LO_OIF_POWL_CONFIGS has no interface implemented.
Friends
Class CL_LO_OIF_POWL_CONFIGS 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 | 'ADAPT_APP_CONF' | Name of application link text | 20080610 | ||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'ADAPT_COMP_CONF' | Name of component link text | 20080610 | ||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'OPEN_HIER_BROWSER' | Name of Hierarchy Browser link text | 20090108 | ||
| 4 | Constant | Private | Type reference (TYPE) | APB_LPD_INSTANCE | 'ADAPT_LO_OIF_UI_CONFIGURATIONS' | Name of Launchpad instance | 20080610 | ||
| 5 | Constant | Private | Type reference (TYPE) | APB_LPD_ROLE | 'ISR' | Name of Launchpad role | 20080610 | ||
| 6 | Constant | Private | Type reference (TYPE) | POWL_TYPE_TY | 'LO_OIF_APP' | POWL type ID | 20080610 | ||
| 7 | Constant | Private | Type reference (TYPE) | POWL_TYPE_TY | 'LO_OIF_COMP' | POWL type ID | 20080610 | ||
| 8 | Instance attribute | Private | Type reference (TYPE) | POWL_FIELDCAT_TTY | Field catalog META description | 20080610 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Constructs self URL for POWL application | 20080616 | |
| 2 | Instance method | Private | Method | Return list of all requested LO_OIF appl. configurations | 20080610 | |
| 3 | Instance method | Private | Method | Return list of all requested LO_OIF component configurations | 20080610 | |
| 4 | Instance method | Public | Method | Start the LO OIF UI configuration application | 20080617 |
Events
Class CL_LO_OIF_POWL_CONFIGS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCS_APPL_NAME | Private | See coding | 20080610 | BEGIN OF tcs_appl_name,
appl_name TYPE wdy_application_name,
END OF tcs_appl_name
|
||
| 2 | TCS_COMP_NAME | Private | See coding | 20080610 | BEGIN OF tcs_comp_name,
comp_name TYPE wdy_component_name,
END OF tcs_comp_name
|
||
| 3 | TCT_APPL_NAME | Private | See coding | 20080610 | tct_appl_name TYPE SORTED TABLE OF tcs_appl_name with unique key appl_name
|
||
| 4 | TCT_COMP_NAME | Private | See coding | 20080610 | tct_comp_name TYPE SORTED TABLE OF tcs_comp_name with unique key comp_name
|
Method Signatures
Method CONSTRUCT_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_URL | Value transfer | Type reference (TYPE) | STRING | URL | 20080616 |
Method CONSTRUCT_URL on class CL_LO_OIF_POWL_CONFIGS has no exception.
Method GET_APPL_CONFIGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_APPL_NAMES | Call by reference | Type reference (TYPE) | TCT_APPL_NAME | List of used applications | 20080610 | |||
| 2 | RT_APPL_CONFIGS | Value transfer | Type reference (TYPE) | WDY_CONFIG_SHOWA_TABLE | Configuration Data for Web Dynpro Components | 20080610 |
Method GET_APPL_CONFIGS on class CL_LO_OIF_POWL_CONFIGS has no exception.
Method GET_COMP_CONFIGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COMPONENTS | Call by reference | Type reference (TYPE) | TCT_COMP_NAME | List of WD components | 20080610 | |||
| 2 | RT_COMP_CONFIGS | Value transfer | Type reference (TYPE) | WDY_CONFIG_SHOW_TABLE | TConfiguration Data for Web Dynpro Components | 20080610 |
Method GET_COMP_CONFIGS on class CL_LO_OIF_POWL_CONFIGS has no exception.
Method INVOKE_CONFIG_APP Signature
Method INVOKE_CONFIG_APP on class CL_LO_OIF_POWL_CONFIGS has no parameter.
Method INVOKE_CONFIG_APP on class CL_LO_OIF_POWL_CONFIGS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 604 |