SAP ABAP Class CL_ENH_CHECKER_WDY (Checks Web Dynpro enhancement against component)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SEEF_WDY_ENHANCEMENT (Package) Web Dynpro Enhancements
Properties
Class CL_ENH_CHECKER_WDY  
Short Description Checks Web Dynpro enhancement against component    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEEF_WDY_ENHANCEMENT   Web Dynpro Enhancements 
Created 20050725   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_EEF_ADJ_CONFLICT_WDY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_EEF_ADJ_CONFLICT_WDY_CTXT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_EEF_ADJ_CONFLICT_WDY_EXIT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_EEF_ADJ_CONFLICT_WDY_LAYOUT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 CL_EEF_ADJ_CONFLICT_WDY_NAVI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 CL_EEF_ADJ_CONFL_WDY_EXITCTRCT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
7 WDYVC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ENH_CHECKER_WDY has no interface implemented.
Friends
Class CL_ENH_CHECKER_WDY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTRACT Instance attribute Private Object reference (TYPE REF TO) CL_ENH_CONTRACT_WDY Contract 20060711
2 C_FALSE Constant Private Type reference (TYPE) SEU_BOOL ' ' Boolean: False 20050725
3 C_SWITCH_OFF Constant Private Type reference (TYPE) SFW_SWITCHPOS 'F' Switch Setting: Off 20071113
4 C_SWITCH_ON Constant Private Type reference (TYPE) SFW_SWITCHPOS 'T' Switch Setting: On 20071113
5 C_SWITCH_STANDBY Constant Private Type reference (TYPE) SFW_SWITCHPOS 'S' Switch Setting: Client-Dependent 20071113
6 C_TRUE Constant Private Type reference (TYPE) SEU_BOOL 'X' Boolean: True 20050725
7 M_ALL_COMP_DATA Instance attribute Private Type reference (TYPE) WDY_MD_COMPONENT_META_DATA Component data of orig.comp. + other enhancements 20070424
8 M_ALL_VC_DATA Instance attribute Private Type reference (TYPE) LT_VC_TABLE View/Controller Data of Orig. Comp. + Other Enhancements 20070424
9 M_COMPONENT_NAME Instance attribute Private Type reference (TYPE) WDY_COMPONENT_NAME 20050725
10 M_COMPONENT_VERSION Instance attribute Private Type reference (TYPE) R3STATE Component version to be read 20060320
11 M_CREATE_CONFLICTLIST Instance attribute Private Type reference (TYPE) SEU_BOOL Creates conflict list for SPAU 20050802
12 M_CREATE_ERRORLIST Instance attribute Private Type reference (TYPE) SEU_BOOL Creates WB error list 20050802
13 M_CURRENT_COMP_DATA Instance attribute Private Type reference (TYPE) WDY_MD_COMPONENT_META_DATA Component Data of Original Component 20070424
14 M_CURRENT_VC_DATA Instance attribute Private Type reference (TYPE) LT_VC_TABLE View/Controller Data of Orig. Comp. 20051020
15 M_ENHANCEMENT Instance attribute Private Object reference (TYPE REF TO) CL_ENH_WDY_API Special Enhancement API for Correction of Conflicts 20050908
16 M_ENHANCEMENT_TOOL Instance attribute Private Object reference (TYPE REF TO) CL_ENH_TOOL_WDY Web Dynpro Enhancement 20050725
17 M_ENHOBJ_TAB Instance attribute Private Type reference (TYPE) WDY_ENH_LIST_TABLE Other Component Enhancements 20050725
18 M_ENH_DATA Instance attribute Private Type reference (TYPE) ENHWDYN Definition of Current Enhancement 20050725
19 M_VERSION Instance attribute Private Type reference (TYPE) R3STATE Enhancement Version 20050725
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_CONFLICT_DATA Instance method Private Method 20050802
2 CHECK Instance method Public Method 20050726
3 CHECK_COMPDATA Instance method Private Method 20070424
4 CHECK_COMPONENT_EXISTENCY Instance method Private Method 20060426
5 CHECK_COMPONENT_METADATA Instance method Private Method Checks current component data against contract 20070426
6 CHECK_COMPO_NAME Instance method Public Method Checks changed name of a method/attribute/action 20050921
7 CHECK_COMPUSAGE_NAME Instance method Public Method Checks changed name of component usage 20070423
8 CHECK_CONTEXT Instance method Private Method 20050725
9 CHECK_CONTEXT_ATTRIBUTES Instance method Private Method 20050725
10 CHECK_CONTEXT_ATTRIBUTE_NAME Instance method Public Method Checks changed name of a context attribute 20050915
11 CHECK_CONTEXT_MAPPING Instance method Private Method 20050725
12 CHECK_CONTEXT_NODES Instance method Private Method 20050725
13 CHECK_CONTEXT_NODE_NAME Instance method Public Method Checks changed name of a context node 20050915
14 CHECK_CONTRACTS Instance method Private Method 20060803
15 CHECK_CONTROLLER Instance method Private Method 20050725
16 CHECK_CONTROLLERS Instance method Private Method 20050725
17 CHECK_CTLR_COMPOS Instance method Private Method 20050725
18 CHECK_CTLR_COMPO_ENHS Instance method Private Method 20050725
19 CHECK_CTLR_CONTRACT Instance method Private Method 20051019
20 CHECK_CTLR_EXIT_PARAMS Instance method Private Method Checks contracts for exits (regarding parameters) 20051019
21 CHECK_CTLR_USAGES Instance method Private Method 20110630
22 CHECK_IOBOUND_PLUGS Instance method Private Method 20050725
23 CHECK_IOBOUND_PLUG_NAME Instance method Public Method Checks changed plug name 20050809
24 CHECK_LAYOUT Instance method Private Method 20050725
25 CHECK_NAVIGATION Instance method Private Method 20050725
26 CHECK_NAVI_LINKS Instance method Private Method 20050725
27 CHECK_NAVI_TARGETS Instance method Private Method 20050725
28 CHECK_REMOVED_NAVI_TARGETS Instance method Private Method 20050725
29 CHECK_REMOVED_UI_ELEMENTS Instance method Private Method 20050725
30 CHECK_SUBOBJ_NAME Instance method Public Method Checks changed name of a view/controller 20060126
31 CHECK_UI_CTX_BINDING Instance method Private Method 20050725
32 CHECK_UI_ELEMENTS Instance method Private Method 20050725
33 CHECK_UI_ELEMENT_NAME Instance method Public Method Checks changed plug name 20051005
34 CHECK_UI_EVENT_BINDING Instance method Private Method 20050725
35 CHECK_VIEW Instance method Private Method 20050725
36 CHECK_VIEWS_AND_WINDOWS Instance method Private Method 20050726
37 CHECK_VIEW_METADATA Instance method Private Method Checks current view data against contract 20051018
38 CHECK_WINDOW Instance method Private Method 20050725
39 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050725
40 GET_COMPONENT_AND_ENH_DATA Instance method Private Method Reads data from original object and corresp. enhancements 20050725
41 GET_COMPONENT_AND_ENH_DATA_DEF Instance method Private Method Reads data from original and enhancements for comp. def. 20070424
42 GET_REFERENCED_ENHANCEMENTS Instance method Private Method Supplies all enhancement for the component 20050725
43 GET_SWITCHSTATE Instance method Private Method Returns switch state for all component enhancements 20071113
44 HAS_SWITCH_STATE_CONFLICTS Instance method Public Method Conflict Check for Switch Status of Other Enhancements 20071113
45 PREPARE_DATA Instance method Private Method 20050809
Events
Class CL_ENH_CHECKER_WDY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LT_VC_DATA Private See coding 20050725 begin of lt_vc_data, name type wdy_controller_name, cdata type WDY_MD_CONTROLLER_META_DATA, vdata type WDY_MD_VIEW_META_DATA, end of lt_vc_data
2 LT_VC_TABLE Private See coding 20050725 lt_vc_table type sorted table of lt_vc_data with unique key name
Method Signatures

Method BUILD_CONFLICT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_CONFLICT Value transfer Type reference (TYPE) SEEF_ADJ_CONFL_WDY 20050802
2 Importing P_CONFLICT_TYPE Call by reference Type reference (TYPE) SEEF_ADJ_CONFLICT_TYPE_WDY '_ERR' 20050802
3 Importing P_NAME Call by reference Type reference (TYPE) WDY_MD_OBJECT_NAME View-/Controller-/Windowname 20050802
4 Importing P_STATE Call by reference Type reference (TYPE) ENHSTATE CL_EEF_ADJ_CONFLICT_WDY=>C_ICON_TOOLSUPPORT 20050802

Method BUILD_CONFLICT_DATA on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST Liste von Konflikten für Enhancementabgleich 20050726
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen 20050726
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050726

Method CHECK on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_COMPDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20070424
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen 20070424
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20070424

Method CHECK_COMPDATA on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_COMPONENT_EXISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20060426
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Controllers 20060426
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20060426

Method CHECK_COMPONENT_EXISTENCY on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_COMPONENT_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Value transfer Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Name der Component 20070426
2 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20070426
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen 20070426

Method CHECK_COMPONENT_METADATA on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_COMPO_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CMPTYPE Value transfer Type reference (TYPE) WDY_MD_OBJECT_TYPE 20050921
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050921
3 Importing P_NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name des zu prüfenden Elements 20050921
# Exception Resumable Description Created on
1 NOT_VALID Name ist nicht zulässig -> Message 20050921

Method CHECK_COMPUSAGE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name des zu prüfenden Elements 20070423
# Exception Resumable Description Created on
1 NOT_VALID Name ist nicht zulässig -> Message 20070423

Method CHECK_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050725
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Controllers 20050725
4 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725

Method CHECK_CONTEXT on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CONTEXT_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_CTXT=>GT_CTXT_INFO_TAB 20050920
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050725
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 20050725
4 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725

Method CHECK_CONTEXT_ATTRIBUTES on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CONTEXT_ATTRIBUTE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_ATTRIBUTE Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name des zu prüfenden Attributes 20050915
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050915
3 Importing P_PARENT Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name des Vaterknotens 20050915
# Exception Resumable Description Created on
1 NOT_VALID Name ist nicht zulässig -> Message 20050915

Method CHECK_CONTEXT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050725
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 20050725
4 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725

Method CHECK_CONTEXT_MAPPING on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CONTEXT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_CTXT=>GT_CTXT_INFO_TAB 20050920
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050725
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 20050725
4 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725

Method CHECK_CONTEXT_NODES on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CONTEXT_NODE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050915
2 Importing P_NODE Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name des zu prüfenden Knotens 20050915
# Exception Resumable Description Created on
1 NOT_VALID Name ist nicht zulässig -> Message 20050915

Method CHECK_CONTRACTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20060803
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen 20060803

Method CHECK_CONTRACTS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050725
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Controllers 20050725
4 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725

Method CHECK_CONTROLLER on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CONTROLLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725

Method CHECK_CONTROLLERS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CTLR_COMPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050725
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Controllers 20050725
4 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725

Method CHECK_CTLR_COMPOS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CTLR_COMPO_ENHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050725
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Controllers 20050725
4 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725

Method CHECK_CTLR_COMPO_ENHS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CTLR_CONTRACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20051019
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20051019
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Controllers 20051019

Method CHECK_CTLR_CONTRACT on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CTLR_EXIT_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_COMPO Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Original-Methodenname 20051019
2 Changing P_CONFLICT_TAB Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFL_WDY_EXITCTRCT=>GT_EXIT_INFO_TAB 20051019
3 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20051019

Method CHECK_CTLR_EXIT_PARAMS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_CTLR_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20110630
2 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20110630
3 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Controllers 20110630
4 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20110630

Method CHECK_CTLR_USAGES on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_IOBOUND_PLUGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_IOBOUND_PLUGS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_IOBOUND_PLUG_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_PLUG Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 20050809
2 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050809
# Exception Resumable Description Created on
1 NOT_VALID Name ist nicht zulässig -> Message 20050809

Method CHECK_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_LAYOUT on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_WINDOW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_NAVIGATION on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_NAVI_LINKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_NAVI=>GT_NAVI_INFO_TAB 20050926
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_WINDOW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_NAVI_LINKS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_NAVI_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_NAVI=>GT_NAVI_INFO_TAB 20050926
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_WINDOW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_NAVI_TARGETS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_REMOVED_NAVI_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_NAVI=>GT_NAVI_INFO_TAB 20050926
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_WINDOW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_REMOVED_NAVI_TARGETS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_REMOVED_UI_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_LAYOUT=>GT_UI_ELEMENT_INFO_TAB 20050926
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_REMOVED_UI_ELEMENTS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_SUBOBJ_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NAME Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME Name des zu prüfenden Elements 20060126
# Exception Resumable Description Created on
1 NOT_VALID Name ist nicht zulässig -> Message 20060126

Method CHECK_UI_CTX_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_LAYOUT=>GT_UI_ELEMENT_INFO_TAB 20050926
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_UI_CTX_BINDING on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_UI_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_LAYOUT=>GT_UI_ELEMENT_INFO_TAB 20050926
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_UI_ELEMENTS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_UI_ELEMENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_UI_ELEMENT Value transfer Type reference (TYPE) WDY_MD_OBJECT_NAME 20051005
2 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20051005
# Exception Resumable Description Created on
1 NOT_VALID Name ist nicht zulässig -> Message 20051005

Method CHECK_UI_EVENT_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFLICT_ELEMENT_LIST Call by reference Type reference (TYPE) CL_EEF_ADJ_CONFLICT_WDY_LAYOUT=>GT_UI_ELEMENT_INFO_TAB 20050926
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME 20050725

Method CHECK_UI_EVENT_BINDING on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_VIEW Value transfer Type reference (TYPE) WDY_VIEW_NAME Web Dynpro : Name eines Web Dynpro Views 20050725
# Exception Resumable Description Created on
1 NO_VIEW 20050726

Method CHECK_VIEWS_AND_WINDOWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen 20050726
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050726

Method CHECK_VIEWS_AND_WINDOWS on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_VIEW_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST Liste von Konflikten für Enhancementabgleich 20051018
2 Exporting P_ERROR Call by reference Type reference (TYPE) SEU_BOOL Boolean 20051018
3 Importing VIEW_KEY Call by reference Type reference (TYPE) WDY_MD_VIEW_KEY Web Dynpro : Viewkey 20051018

Method CHECK_VIEW_METADATA on class CL_ENH_CHECKER_WDY has no exception.

Method CHECK_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_CONFLICT_LIST Call by reference Object reference (TYPE REF TO) CL_EEF_ADJ_CONFLICT_LIST 20050802
2 Exporting P_ERROR Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Fehler beim Prüfen des Views 20050725
3 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20050725
4 Importing P_WINDOW Value transfer Type reference (TYPE) WDY_VIEW_NAME Web Dynpro : Name eines Web Dynpro Views 20050725
# Exception Resumable Description Created on
1 NO_WINDOW 20050726

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_COMPONENT_VERSION Value transfer Type reference (TYPE) R3STATE 'A' zu lesende Version der Component 20060320
2 Importing P_REF_CONTRACT Call by reference Object reference (TYPE REF TO) CL_ENH_CONTRACT_WDY Kontrakt 20060711
3 Importing P_REF_ENHANCEMENT Call by reference Object reference (TYPE REF TO) CL_ENH_TOOL_WDY 20050725
4 Importing P_VERSION Value transfer Type reference (TYPE) R3STATE 'A' Version des Enhancements 20050725

Method CONSTRUCTOR on class CL_ENH_CHECKER_WDY has no exception.

Method GET_COMPONENT_AND_ENH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Call by reference Type reference (TYPE) WDY_CONTROLLER_KEY 20050725
2 Exporting P_CONTROLLER_DATA Call by reference Type reference (TYPE) WDY_MD_CONTROLLER_META_DATA Controller-Daten + anderer Erweiterungen 20050725
3 Importing P_ENH_TAB Call by reference Type reference (TYPE) WDY_ENH_LIST_TABLE 20050725
4 Exporting P_PURE_CONTROLLER_DATA Call by reference Type reference (TYPE) WDY_MD_CONTROLLER_META_DATA Controller-Daten 20051020
5 Exporting P_PURE_VIEW_DATA Call by reference Type reference (TYPE) WDY_MD_VIEW_META_DATA View-Daten 20051020
6 Exporting P_VIEW_DATA Call by reference Type reference (TYPE) WDY_MD_VIEW_META_DATA View-Daten + anderer Erweiterungen 20050725

Method GET_COMPONENT_AND_ENH_DATA on class CL_ENH_CHECKER_WDY has no exception.

Method GET_COMPONENT_AND_ENH_DATA_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_COMP_DATA Call by reference Type reference (TYPE) WDY_MD_COMPONENT_META_DATA Component-Daten + anderer Erweiterungen 20070424
2 Importing P_ENH_TAB Call by reference Type reference (TYPE) WDY_ENH_LIST_TABLE 20070424
3 Exporting P_PURE_COMP_DATA Call by reference Type reference (TYPE) WDY_MD_COMPONENT_META_DATA Component-Daten 20070424

Method GET_COMPONENT_AND_ENH_DATA_DEF on class CL_ENH_CHECKER_WDY has no exception.

Method GET_REFERENCED_ENHANCEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_ENH_TAB Value transfer Type reference (TYPE) WDY_ENH_LIST_TABLE 20050725

Method GET_REFERENCED_ENHANCEMENTS on class CL_ENH_CHECKER_WDY has no exception.

Method GET_SWITCHSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CURRENT_ON Call by reference Type reference (TYPE) SEU_BOOL 'X'->aktuelles Enhancement ist angeschaltet 20071113
2 Exporting P_MULTIPLE_ON Call by reference Type reference (TYPE) SEU_BOOL 'X'->mehrere Enhancements sind angeschaltet 20071113
3 Exporting P_SFWT Call by reference Type reference (TYPE) SFW_SWITCHPOSITIONTAB Switchstellung für alle Enhancements 20071113

Method GET_SWITCHSTATE on class CL_ENH_CHECKER_WDY has no exception.

Method HAS_SWITCH_STATE_CONFLICTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME nur für diesen Controller prüfen 20071113
2 Changing P_ERROR_LIST Call by reference Object reference (TYPE REF TO) CL_WB_CHECKLIST 20071113
3 Exporting P_HAS_CONFLICT Value transfer Type reference (TYPE) SEU_BOOL 'X' ->Konflikt bzgl. eingeschalteter Erweiterungen 20071113

Method HAS_SWITCH_STATE_CONFLICTS on class CL_ENH_CHECKER_WDY has no exception.

Method PREPARE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTROLLER Value transfer Type reference (TYPE) WDY_CONTROLLER_NAME 20050809

Method PREPARE_DATA on class CL_ENH_CHECKER_WDY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710