Hierarchy
⤷
⤷
Properties
| Class | CL_WDY_ENH_HELPER | |
| Short Description | Web Dynpro Help Methods for Enhancements | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_METADATA_API_ENH | Interface for Enhancement Framework |
| Created | 20050330 | 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) |
Interfaces
Class CL_WDY_ENH_HELPER has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WDY_WB_COMPONENT | 20070404 | Tool for Web Dynpro Components | |
| 2 | CL_WDY_WB_VC_EDITOR | 20050411 | Web Dynpro: View Controller Editor |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SEU_BOOL | ' ' | 20050414 | |||
| 2 | Constant | Public | Type reference (TYPE) | SEU_NOENHANCEMENTS | ' ' | All Enhancements | 20080804 | ||
| 3 | Constant | Public | Type reference (TYPE) | SEU_NOENHANCEMENTS | 'X' | No Enhancements | 20080804 | ||
| 4 | Constant | Public | Type reference (TYPE) | SEU_NOENHANCEMENTS | 'A' | Only Active Enhancements | 20080804 | ||
| 5 | Constant | Public | Type reference (TYPE) | SFW_SWITCHPOS | 'F' | Switch Position | 20050413 | ||
| 6 | Constant | Public | Type reference (TYPE) | SFW_SWITCHPOS | 'T' | Switch Position | 20050413 | ||
| 7 | Constant | Public | Type reference (TYPE) | SFW_SWITCHPOS | 'S' | Switch Position | 20050414 | ||
| 8 | Constant | Public | Type reference (TYPE) | SEU_BOOL | 'X' | 20050414 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | WDY_COMPONENT_NAME | 20050331 | ||||
| 10 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ENH_TOOL_WDY | Enhancement currently processed | 20050331 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | ENHNAME_IT | List of enhancements that are to be considered inactively | 20060320 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | LT_ENH_TAB | 20050331 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | SEU_BOOL | 'X'-> Suppress Authority Check | 20070802 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | SEU_BOOL | 'X'->M_ENH_TAB is filled | 20050331 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | ENHNAME | Enhancement in which controller was created (CONSTRUCTOR!) | 20080804 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | SEU_NOENHANCEMENTS | RSEUMOD-> Do Not Show Enhancements | 20080804 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | WDY_ENH_SWITCH_TAB | Web Dynpro: Assignment Enhancement <-> Switch Status | 20050331 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20050405 | ||
| 2 | Instance method | Public | Constructor | Constructor | 20050331 | |
| 3 | Instance method | Public | Method | 20050405 | ||
| 4 | Instance method | Public | Method | Release Instance | 20080901 | |
| 5 | Instance method | Public | Method | Checks whether inactive version of enhancement exists | 20060116 | |
| 6 | Instance method | Public | Method | 20050331 | ||
| 7 | Instance method | Public | Method | Name of Current Enhancement | 20050405 | |
| 8 | Instance method | Public | Method | Supplies package of current enhancement | 20050405 | |
| 9 | Instance method | Public | Method | Returns switch setting for current enhancement | 20080110 | |
| 10 | Instance method | Public | Method | Enhanced View/ControllerWindows of a Comp. | 20060329 | |
| 11 | Instance method | Public | Method | Supplies table of all enhancements for a component | 20050330 | |
| 12 | Instance method | Private | Method | Switch Status f. Enhancement(P_SWITCHSTATE-ENHANCEMENT_NAME) | 20050413 | |
| 13 | Instance method | Public | Method | Supplies version acc. to active/inactive management | 20060116 | |
| 14 | Instance method | Public | Method | Supplies enhancement where controller was created originally | 20060118 | |
| 15 | Instance method | Public | Method | Suppolies controller ref. for controller created in enh. | 20070327 | |
| 16 | Instance method | Public | Method | Controller defs for component that is originally in enh. | 20060123 | |
| 17 | Static method | Public | Method | Name of enhancement in which controller created originally | 20060125 | |
| 18 | Instance method | Public | Method | Supplies table of all enhancements with switch status | 20050414 | |
| 19 | Instance method | Private | Method | 20050331 | ||
| 20 | Instance method | Private | Method | 20050413 | ||
| 21 | Static method | Public | Method | Checks whether component can be enhanced | 20050331 | |
| 22 | Instance method | Public | Method | Checks whether there are enhancements for comp./controller | 20050405 | |
| 23 | Instance method | Private | Method | Reinitializes version flags in M_ENH_TAB | 20060117 | |
| 24 | Instance method | Public | Method | Create new enhancement or request existing one | 20050330 | |
| 25 | Instance method | Public | Method | When checking enhancements to be considered inactively | 20060320 | |
| 26 | Instance method | Private | Method | 20050331 |
Events
Class CL_WDY_ENH_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LT_ENH_INFO | Private | See coding | 20050331 | begin of lt_enh_info,
enhancement_name type enhname,
ENHANCEMENT_OBJ type ref to CL_ENH_TOOL_WDY,
working_item type char1,
inactive_vers type char1,
end of lt_enh_info
|
||
| 2 | LT_ENH_TAB | Private | See coding | 20050331 | lt_enh_tab type sorted table of lt_enh_info
with unique key enhancement_name
|
Method Signatures
Method ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENHNAME | Value transfer | Type reference (TYPE) | ENHNAME | Enhancement-Name, falls nicht Current | 20060117 | |||
| 2 | P_WB_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_WB_MANAGER | 20050428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050405 | |||
| 2 | 20050530 | |||
| 3 | 20050405 | |||
| 4 | 20050405 | |||
| 5 | 20050405 | |||
| 6 | 20050405 | |||
| 7 | 20050405 | |||
| 8 | 20050927 | |||
| 9 | 20050405 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | 20050331 | ||||
| 2 | P_FOR_GENERATION | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X'-> für Generierung -> Auth-Check unterdrücken | 20070802 | |||
| 3 | P_NOENHANCEMENTS | Value transfer | Type reference (TYPE) | SEU_NOENHANCEMENTS | pers. Einstellung aus RSEUMOD | 20080804 | |||
| 4 | P_ORIGINAL_ENHANCEMENT_NAME | Call by reference | Type reference (TYPE) | ENHNAME | Name des Enhancements, in dem ein Controller angelegt wurde | 20080804 |
Method CONSTRUCTOR on class CL_WDY_ENH_HELPER has no exception.
Method CURRENT_ENH_HAS_INACTIVE_VERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_HAS_INACTIVE_VERSION | Value transfer | Type reference (TYPE) | SEU_BOOL | 20050405 |
Method CURRENT_ENH_HAS_INACTIVE_VERS on class CL_WDY_ENH_HELPER has no exception.
Method DESTROY Signature
Method DESTROY on class CL_WDY_ENH_HELPER has no parameter.
Method DESTROY on class CL_WDY_ENH_HELPER has no exception.
Method ENH_INACT_VERSION_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENHNAME | Value transfer | Type reference (TYPE) | ENHNAME | 20060116 | ||||
| 2 | P_INACTIVE_VERSION_EXISTS | Value transfer | Type reference (TYPE) | SEU_BOOL | 20060116 |
Method ENH_INACT_VERSION_EXISTS on class CL_WDY_ENH_HELPER has no exception.
Method GET_CURRENT_ENHANCEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENHANCEMENT | Value transfer | Object reference (TYPE REF TO) | CL_ENH_TOOL_WDY | 20050331 |
Method GET_CURRENT_ENHANCEMENT on class CL_WDY_ENH_HELPER has no exception.
Method GET_CURRENT_ENH_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENHNAME | Value transfer | Type reference (TYPE) | ENHNAME | 20050405 |
Method GET_CURRENT_ENH_NAME on class CL_WDY_ENH_HELPER has no exception.
Method GET_CURRENT_ENH_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_PACKAGE | Value transfer | Type reference (TYPE) | DEVCLASS | 20050405 |
Method GET_CURRENT_ENH_PACKAGE on class CL_WDY_ENH_HELPER has no exception.
Method GET_CURRENT_ENH_SWITCH_POS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SWITCHPOS | Value transfer | Type reference (TYPE) | SFW_SWITCHPOS | Schalterstellung | 20080110 |
Method GET_CURRENT_ENH_SWITCH_POS on class CL_WDY_ENH_HELPER has no exception.
Method GET_ENHANCED_VC_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENH_CONTROLLER_TAB | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_TABLE | Controller, die in Enhancements angelegt wurden | 20060330 | |||
| 2 | P_ENH_VC_MAP_TAB | Call by reference | Type reference (TYPE) | WDY_ENH_OBJ_TABLE | Zuordnung View/Controller -> Enhancement | 20060329 | |||
| 3 | P_IGNORE_SWITCHED_OFF | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X' | 'X'->ausgeschaltete Enhancements ignorieren | 20060329 | ||
| 4 | P_VERSION | Value transfer | Type reference (TYPE) | R3STATE | 'A' | 'A'->aktiv/'I'->Inaktiv/' '->aktiv außer Current | 20060329 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060329 | |||
| 2 | 20060329 |
Method GET_ENHANCEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ACTIVE | Value transfer | Type reference (TYPE) | SEU_BOOL | ' ' | 'X'->alle Enhs (außer Current) aktiv (P_Mode wird ignoriert) | 20050330 | ||
| 2 | P_ENH_TAB | Value transfer | Type reference (TYPE) | WDY_ENH_LIST_TABLE | Tabelle der Enhancements | 20050330 | |||
| 3 | P_IGNORE_SWITCHED_OFF | Value transfer | Type reference (TYPE) | SEU_BOOL | ' ' | 'X'-> ausgeschaltete Enhancements ignorieren | 20050414 | ||
| 4 | P_MODE | Value transfer | Type reference (TYPE) | CHAR1 | 'S' | 'S'->anzeigen/'U'->ändern (beeinfl. Aktiv/Inaktiv -Handling) | 20050330 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050330 | |||
| 2 | 20050330 |
Method GET_ENH_SWITCHSTATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_SWITCHSTATE | Call by reference | Type reference (TYPE) | WDY_ENH_SWITCH_STATE | 20050413 |
Method GET_ENH_SWITCHSTATE on class CL_WDY_ENH_HELPER has no exception.
Method GET_ENH_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENHNAME | Value transfer | Type reference (TYPE) | ENHNAME | 20060116 | ||||
| 2 | P_MODE | Value transfer | Type reference (TYPE) | CHAR1 | 'S' | 'S'->anzeigen/'U'->ändern (beeinfl. Aktiv/Inaktiv -Handling) | 20060116 | ||
| 3 | P_VERSION | Value transfer | Type reference (TYPE) | R3STATE | 'A'/'I' | 20060116 |
Method GET_ENH_VERSION on class CL_WDY_ENH_HELPER has no exception.
Method GET_ORIG_ENH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CONTROLLER | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_NAME | 20060118 | ||||
| 2 | P_ENH_NAME | Value transfer | Type reference (TYPE) | ENHNAME | space->Controller liegt mit Original in der Component | 20060118 |
Method GET_ORIG_ENH on class CL_WDY_ENH_HELPER has no exception.
Method GET_ORIG_ENH_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CONTROLLER_NAME | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_NAME | 20070327 | ||||
| 2 | P_REF_CONTROLLER | Value transfer | Object reference (TYPE REF TO) | IF_WDY_MD_CONTROLLER | unbound, falls Controller nicht in Enhancement angelegt | 20070327 | |||
| 3 | P_VERSION | Value transfer | Type reference (TYPE) | R3STATE | 'I' | 'A'->aktiv/'I'->Inaktiv/' '->aktiv außer Current | 20070327 |
Method GET_ORIG_ENH_CONTROLLER on class CL_WDY_ENH_HELPER has no exception.
Method GET_ORIG_ENH_CONTROLLERDEFS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENH_CONTROLLER_TAB | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_TABLE | 20060123 | ||||
| 2 | P_ENH_CO_MAP_TAB | Call by reference | Type reference (TYPE) | WDY_ENH_OBJ_TABLE | Zuordnung Controller -> Enhancement | 20060329 | |||
| 3 | P_IGNORE_SWITCHED_OFF | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X' | 'X'->ausgeschaltete Enhancements ignorieren | 20060123 | ||
| 4 | P_VERSION | Value transfer | Type reference (TYPE) | R3STATE | 'A' | 'A'->aktiv/'I'->Inaktiv/' '->aktiv außer Current | 20060123 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060123 | |||
| 2 | 20060123 |
Method GET_ORIG_ENH_OF_CONTROLLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CONTROLLER_KEY | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_KEY | 20060125 | ||||
| 2 | P_ENHNAME | Value transfer | Type reference (TYPE) | ENHNAME | Space, falls nicht original in Enhancement | 20060125 |
Method GET_ORIG_ENH_OF_CONTROLLER on class CL_WDY_ENH_HELPER has no exception.
Method GET_SWITCH_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENH_SWITCH_TAB | Value transfer | Type reference (TYPE) | WDY_ENH_SWITCH_TAB | 20050414 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050414 | |||
| 2 | 20050414 |
Method INITIALIZE Signature
Method INITIALIZE on class CL_WDY_ENH_HELPER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050331 | |||
| 2 | 20050331 |
Method INITIALIZE_SWITCHTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENHTAB | Call by reference | Type reference (TYPE) | ENHNAME_IT | Interne Tabelle über ENHNAME | 20050413 |
Method INITIALIZE_SWITCHTAB on class CL_WDY_ENH_HELPER has no exception.
Method IS_ENHANCEABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | 20050331 | ||||
| 2 | P_IS_ENHANCEABLE | Value transfer | Type reference (TYPE) | SEU_BOOL | 20050331 |
Method IS_ENHANCEABLE on class CL_WDY_ENH_HELPER has no exception.
Method IS_ENHANCED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_COMP_DATA | Call by reference | Type reference (TYPE) | SEU_BOOL | Abfrage nur für Component Daten | 20070411 | |||
| 2 | P_CONTROLLER | Call by reference | Type reference (TYPE) | WDY_CONTROLLER_NAME | Abfrage für spez. Controller | 20050405 | |||
| 3 | P_IS_ENHANCED | Value transfer | Type reference (TYPE) | SEU_BOOL | 'X'->Component bzw P_CONTROLLER(falls spez.) ist erweitert | 20050405 |
Method IS_ENHANCED on class CL_WDY_ENH_HELPER has no exception.
Method REINITIALIZE_VERSION_FLAGS Signature
Method REINITIALIZE_VERSION_FLAGS on class CL_WDY_ENH_HELPER has no parameter.
Method REINITIALIZE_VERSION_FLAGS on class CL_WDY_ENH_HELPER has no exception.
Method REQUEST_ENHANCEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENHANCEMENT | Value transfer | Object reference (TYPE REF TO) | CL_ENH_TOOL_WDY | 20050330 | ||||
| 2 | P_ENH_NAME | Call by reference | Type reference (TYPE) | ENHNAME | IName des anzufordernden Enhancements | 20060111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050330 | |||
| 2 | 20050330 | |||
| 3 | 20050330 | |||
| 4 | 20050330 | |||
| 5 | 20050331 | |||
| 6 | 20050330 | |||
| 7 | 20050330 | |||
| 8 | 20050330 | |||
| 9 | 20050330 | |||
| 10 | 20050331 | |||
| 11 | 20050331 |
Method SET_INACTIVE_ENHANCEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ENH_LIST | Call by reference | Type reference (TYPE) | ENHNAME_IT | Liste von Enhancements | 20060320 |
Method SET_INACTIVE_ENHANCEMENTS on class CL_WDY_ENH_HELPER has no exception.
Method UNLOCK_CURRENT_ENHANCEMENT Signature
Method UNLOCK_CURRENT_ENHANCEMENT on class CL_WDY_ENH_HELPER has no parameter.
Method UNLOCK_CURRENT_ENHANCEMENT on class CL_WDY_ENH_HELPER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |