SAP ABAP Class CL_EAMS_UI_CUST (Access to EAMS customizing)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM (Application Component) Plant Maintenance
⤷
EAMS_UI_MISC (Package) Miscellaneous for User Interface
⤷
⤷
Properties
| Class | CL_EAMS_UI_CUST | |
| Short Description | Access to EAMS customizing | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EAMS_UI_MISC | Miscellaneous for User Interface |
| Created | 20081027 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_EAMS_UI_CUST has no interface implemented.
Friends
Class CL_EAMS_UI_CUST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20090122 | |||||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_EAMS_UI_CUST | Access to EAMS customizing | 20081027 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CL_EAMS_UI_CUST=>T_EAMS_UI_SETTINGS | 20090423 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | TYP_T_WD_CONFIG_DATA | 20081028 | ||||
| 5 | Instance attribute | Private | See coding | Customizing of SHLP assignment | 20090305 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Flag: MT_SHLP_CUST is loaded | 20090305 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081027 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20081027 | |
| 3 | Instance method | Public | Method | 20091119 | ||
| 4 | Instance method | Public | Method | 20090119 | ||
| 5 | Instance method | Public | Method | Get Search Help name for stucture/component from customizing | 20090305 | |
| 6 | Instance method | Public | Method | 20081028 | ||
| 7 | Static method | Public | Method | 20081027 | ||
| 8 | Instance method | Public | Method | Read UI Settings | 20090423 |
Events
Class CL_EAMS_UI_CUST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_EAMS_UI_SETTINGS | Private | See coding | 20090423 | begin of S_EAMS_UI_SETTINGS,
CLIENT type MANDT,
USERNAME type SYUNAME,
MYSELF_TEAM_FLG type EAMS_UI_MYSELF_MYTEAM,
sysubrc type sysubrc,
end of S_EAMS_UI_SETTINGS
|
||
| 2 | TYP_S_WD_CONFIG_DATA | Public | See coding | 20081028 | BEGIN OF typ_s_wd_config_data,
application TYPE wdy_application_name,
layout_id type eams_wd_layout_id,
spi_abbid TYPE /plmb/spi_abbid,
spi_node_name TYPE /plmb/spi_node_name,
component_name TYPE string,
window_name TYPE string,
* types include TYPE wdy_config_key.
config_id TYPE wdy_config_id,
config_type TYPE wdy_config_type,
config_var TYPE wdy_config_var,
END OF typ_s_wd_config_data
|
||
| 3 | TYP_T_WD_CONFIG_DATA | Public | See coding | 20081028 | typ_t_wd_config_data TYPE SORTED TABLE OF typ_s_wd_config_data WITH UNIQUE KEY spi_abbid spi_node_name layout_id
|
||
| 4 | T_EAMS_UI_SETTINGS | Private | See coding | 20090423 | T_EAMS_UI_SETTINGS type table of S_EAMS_UI_SETTINGS
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_EAMS_UI_CUST has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EAMS_UI_CUST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_EAMS_UI_CUST has no parameter.
Method CONSTRUCTOR on class CL_EAMS_UI_CUST has no exception.
Method GET_CONTROL_KEY_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_CUST | Call by reference | Type reference (TYPE) | T430 | Operation/Activity control key | 20091119 | |||
| 2 | IV_STEUS | Call by reference | Type reference (TYPE) | STEUS | Control Key | 20091119 |
Method GET_CONTROL_KEY_CUSTOMIZING on class CL_EAMS_UI_CUST has no exception.
Method GET_JOB_STATUS_CUSTOMIZING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CUST | Call by reference | Type reference (TYPE) | EVENT_SET_STAT | 20090119 |
Method GET_JOB_STATUS_CUSTOMIZING on class CL_EAMS_UI_CUST has no exception.
Method GET_SHLP_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_SEARCH_HELP_NAME | Call by reference | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20090305 | |||
| 2 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20090305 | |||
| 3 | IV_DMZ_FLAG | Call by reference | Type reference (TYPE) | /PLMB/RFC_CALLED_BY_DMZ | DMZ is active | 20090305 | |||
| 4 | IV_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20090305 |
Method GET_SHLP_NAME on class CL_EAMS_UI_CUST has no exception.
Method GET_WD_CONFIG_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_DATA | Call by reference | Type reference (TYPE) | TYP_S_WD_CONFIG_DATA | 20081028 | ||||
| 2 | IV_LAYOUT_ID | Value transfer | Type reference (TYPE) | EAMS_WD_LAYOUT_ID | 20081126 | ||||
| 3 | IV_SPI_ABBID | Value transfer | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20081028 | |||
| 4 | IV_SPI_NODE_NAME | Value transfer | Type reference (TYPE) | /PLMB/SPI_NODE_NAME | Node Name | 20081028 | |||
| 5 | IV_WD_APPLICATION_NAME | Value transfer | Type reference (TYPE) | EAMS_WD_APPLICATION_NAME | Web Dynpro: Application Name | 20081114 |
Method GET_WD_CONFIG_DATA on class CL_EAMS_UI_CUST has no exception.
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_EAMS_UI_CUST | Access to EAMS customizing | 20081027 |
Method S_GET_INSTANCE on class CL_EAMS_UI_CUST has no exception.
Method UI_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20090423 | |||
| 2 | MYSELF_TEAM_FLG | Call by reference | Type reference (TYPE) | EAMS_UI_MYSELF_MYTEAM | Myself and/or My Team | 20090423 | |||
| 3 | SYSUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value of ABAP Statements | 20090423 | |||
| 4 | USERNAME | Call by reference | Type reference (TYPE) | SYUNAME | User Name | 20090423 |
Method UI_SETTINGS on class CL_EAMS_UI_CUST has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |