SAP ABAP Class CL_WCF_BSP_WD_CC (Helper for central check)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WKB (Application Component) Development Workbench
     WCF_BSP_WD_CHECK_TOOLS (Package) Central check tools for WCF developments
Properties
Class CL_WCF_BSP_WD_CC  
Short Description Helper for central check    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCF_BSP_WD_CHECK_TOOLS   Central check tools for WCF developments 
Created 20090319   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WCF_BSP_WD_CC has no interface implemented.
Friends
Class CL_WCF_BSP_WD_CC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_RT_REPOSITORY Constant Public Type reference (TYPE) STRING 'Runtime Repository' 20100708
Methods
# Method Level Visibility Method type Description Created on
1 CC_SELECTION Static method Public Method Selection for central check 20090319
2 CC_SELECTION_ALTERNATIVE Static method Public Method Selection for central check 20090409
3 CC_SELECTION_BUS_ROLE_COMP_USE Static method Protected Method Selection for central check 20090402
4 CC_SELECTION_BUS_ROLE_WA Static method Protected Method Selection for central check 20090402
5 CC_SELECTION_RT_REPOSITORY Static method Public Method Selection for central check 20100630
6 CC_SELECTION_VIEW Static method Public Method Selection for central check 20090331
7 DISPLAY_RESULT Static method Public Method Display result-table as grid 20090401
8 DISPLAY_TABLE_AS_GRID Static method Public Method Display result-table as grid 20090326
9 DISPLAY_TABLE_AS_TREE Static method Public Method Display result-table as grid 20090326
10 GET_APPL_LOG_TABLE Static method Public Method Get Application Log Table 20090319
11 GET_MESSAGE_DETAILS Static method Public Method Opens popup for message details 20090319
12 NAVIGATION_TO_MAINTENANCE Static method Public Method Navigate to maintenance module 20090319
13 SET_GRID_OUTLAY Static method Private Method Set grid outlay 20090326
14 SET_TOOLTIPS Static method Private Method Set tooltip for grid 20090326
Events
Class CL_WCF_BSP_WD_CC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTYPE_COMPONENT_TAB Public See coding 20090402 GTYPE_COMPONENT_TAB type hashed table of BSP_WD_COMPONENT_NAME with unique key TABLE_LINE
2 TL_COMPONENT Public See coding 20090402 BEGIN OF tl_component, component TYPE bsp_wd_component_name, END OF tl_component
3 TL_EXT_COMP Protected See coding 20090402 BEGIN OF tl_ext_comp, enhancement_set TYPE bsp_wd_enhancement_set, comp_name TYPE bsp_wd_component_name, bsp_appl TYPE o2applname, END OF tl_ext_comp
4 TT_COMPONENT Public See coding 20090402 tt_component TYPE STANDARD TABLE OF tl_component
5 TT_EXT_COMP Protected See coding 20090402 tt_ext_comp TYPE STANDARD TABLE OF tl_ext_comp
Method Signatures

Method CC_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090319
2 Importing IT_APPL Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_CS_TAB CC table for Selection range of component set 20090319
3 Importing IT_BUS_ROLE Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_BR_TAB CC table for Selection range of business role 20090319
4 Importing IT_ENH_SET Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_ES_TAB CC table for Selection range of enhancement set 20090319
5 Importing IT_VIEW Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_VIEW_TAB CC table for Selection range of view names 20090319
6 Importing IV_APPEND_OBSOLETE Call by reference Type reference (TYPE) WCF_CC_OBSOLETE Central Check flag for obsolete view 20090626
7 Importing IV_NUM_PARALLEL_PROC Call by reference Type reference (TYPE) I 5 20090409
8 Importing IV_SEL_TYPES Call by reference Type reference (TYPE) WCFS_CC_SEL_TYPES Selection types for cc report parts 20100602

Method CC_SELECTION on class CL_WCF_BSP_WD_CC has no exception.

Method CC_SELECTION_ALTERNATIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090409
2 Importing IT_APPL Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_CS_TAB CC table for Selection range of component set 20090409
3 Importing IT_BUS_ROLE Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_BR_TAB CC table for Selection range of business role 20090409
4 Importing IT_UI_COMP_IP Call by reference Type reference (TYPE) TT_COMPONENT Components of Business Roles 20090624
5 Importing IT_VIEW Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_VIEW_TAB CC table for Selection range of view names 20090409
6 Importing IV_APPEND_OBSOLETE Call by reference Type reference (TYPE) WCF_CC_OBSOLETE Central Check flag for obsolete view 20090626
7 Importing IV_ENHANCEMENT_SET Call by reference Type reference (TYPE) BSP_WD_ENHANCEMENT_SET '' Enhancement Set 20090624

Method CC_SELECTION_ALTERNATIVE on class CL_WCF_BSP_WD_CC has no exception.

Method CC_SELECTION_BUS_ROLE_COMP_USE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMPONENT_LIST Call by reference Type reference (TYPE) TT_COMPONENT CC Object List table 20090402
2 Importing IT_BUS_ROLE Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_BR_TAB CC table for Selection range of business role 20090402

Method CC_SELECTION_BUS_ROLE_COMP_USE on class CL_WCF_BSP_WD_CC has no exception.

Method CC_SELECTION_BUS_ROLE_WA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMPONENT_LIST Call by reference Type reference (TYPE) TT_COMPONENT CC Object List table 20090402
2 Importing IT_BUS_ROLE Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_BR_TAB CC table for Selection range of business role 20090402

Method CC_SELECTION_BUS_ROLE_WA on class CL_WCF_BSP_WD_CC has no exception.

Method CC_SELECTION_RT_REPOSITORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20100630
2 Importing IT_APPL Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_CS_TAB CC table for Selection range of component set 20100630
3 Importing IT_COMPONENT Call by reference Type reference (TYPE) BSP_WD_COMPONENT_NAME CC table for Selection range of business role 20100630
4 Importing IV_ENHANCEMENT_SET Call by reference Type reference (TYPE) BSP_WD_ENHANCEMENT_SET Enhancement Set 20100630

Method CC_SELECTION_RT_REPOSITORY on class CL_WCF_BSP_WD_CC has no exception.

Method CC_SELECTION_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_LIST Call by reference Type reference (TYPE) WCFT_CC_OBJ_LIST_TAB CC Object List table 20090331
2 Importing IT_VIEW Call by reference Type reference (TYPE) WCFT_CC_SEL_RANGE_VIEW_TAB CC table for Selection range of view names 20090331
3 Importing IV_APPEND_OBSOLETE Call by reference Type reference (TYPE) WCF_CC_OBSOLETE ABAP_TRUE Central Check flag for obsolete view 20090626
4 Importing IV_BSP_APPL Call by reference Type reference (TYPE) BSP_WD_COMPONENT_NAME CC table for Selection range of component set 20090331
5 Importing IV_COMPONENT Call by reference Type reference (TYPE) BSP_WD_COMPONENT_NAME Component Name 20090409
6 Importing IV_ENH_SET Call by reference Type reference (TYPE) BSP_WD_ENHANCEMENT_SET CC table for Selection range of enhancement set 20090331

Method CC_SELECTION_VIEW on class CL_WCF_BSP_WD_CC has no exception.

Method DISPLAY_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OUTPUT Call by reference Type reference (TYPE) WCFT_CC_LOG_MESSAGE_TAB CC Application Log Messages 20090401
2 Importing IV_CC_TYPE Call by reference Type reference (TYPE) WCFS_CC_SEL_TYPES Types of separate checks in central check 20100701
3 Importing IV_SHOW_AS_LIST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Default Display as Tree 20090401
4 Importing IV_SHOW_ENH_SET Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090415

Method DISPLAY_RESULT on class CL_WCF_BSP_WD_CC has no exception.

Method DISPLAY_TABLE_AS_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OUTPUT Call by reference Type reference (TYPE) WCFT_CC_LOG_MESSAGE_TAB CC Application Log Messages 20090326

Method DISPLAY_TABLE_AS_GRID on class CL_WCF_BSP_WD_CC has no exception.

Method DISPLAY_TABLE_AS_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OUTPUT Call by reference Type reference (TYPE) WCFT_CC_LOG_MESSAGE_TAB CC Application Log Messages 20090326

Method DISPLAY_TABLE_AS_TREE on class CL_WCF_BSP_WD_CC has no exception.

Method GET_APPL_LOG_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPL_LOG_MESSAGES Call by reference Type reference (TYPE) WCFT_CC_LOG_MESSAGE_TAB CC Application Log Messages 20090319
2 Exporting ET_LOGH Call by reference Type reference (TYPE) BAL_T_LOGH Application Log: Log Handle Table 20090319
3 Importing IV_ALDATE_FROM Call by reference Type reference (TYPE) BALDATE Application log: date 20090319
4 Importing IV_ALDATE_TO Call by reference Type reference (TYPE) BALDATE Application log: date 20090319
5 Importing IV_ALTIME_FROM Call by reference Type reference (TYPE) BALTIME Application log: time 20090319
6 Importing IV_ALTIME_TO Call by reference Type reference (TYPE) BALTIME Application log: time 20090319
7 Importing IV_BSP_APPL Call by reference Type reference (TYPE) O2APPLNAME Name of BSP Application 20090319
8 Importing IV_CC_TYPE Call by reference Type reference (TYPE) WCF_CC_TYPE Types of separate checks in cental check 20090319
9 Importing IV_ENHANCEMENT_SET Call by reference Type reference (TYPE) BSP_WD_ENHANCEMENT_SET Enhancement Set 20090319
10 Importing IV_EXTNUMBER Call by reference Type reference (TYPE) BALNREXT Application Log: External ID 20090319
11 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) BALOBJ_D 'BSPWD_UIFRW_WB' Application log: Object name (Application code) 20090319
12 Importing IV_STANDARD Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090319
13 Importing IV_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ Application Log: Subobject 20090319
14 Importing IV_USER Call by reference Type reference (TYPE) BALUSER Application log: user name 20090319
15 Importing IV_USE_TREE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090319
16 Importing IV_VIEWNAME Call by reference Type reference (TYPE) O2PAGE Internal Name (Key) of BSP Page 20090319

Method GET_APPL_LOG_TABLE on class CL_WCF_BSP_WD_CC has no exception.

Method GET_MESSAGE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGNUMBER Call by reference Type reference (TYPE) BALOGNR Application Log: Log Handle 20090319
2 Importing IV_MSGNUMBER Call by reference Type reference (TYPE) BALMNR Application log: Internal message serial number 20090319

Method GET_MESSAGE_DETAILS on class CL_WCF_BSP_WD_CC has no exception.

Method NAVIGATION_TO_MAINTENANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOG_MESSAGE Call by reference Type reference (TYPE) WCFS_CC_LOG_MESSAGE CC Application Log Message 20090319

Method NAVIGATION_TO_MAINTENANCE on class CL_WCF_BSP_WD_CC has no exception.

Method SET_GRID_OUTLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OUTPUT Call by reference Type reference (TYPE) WCFT_CC_LOG_MESSAGE_TAB CC Application Log Messages 20090327
2 Importing IR_TABLE Call by reference Object reference (TYPE REF TO) CL_SALV_TABLE Basis Class for Simple Tables 20090326

Method SET_GRID_OUTLAY on class CL_WCF_BSP_WD_CC has no exception.

Method SET_TOOLTIPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_FUNCTIONAL_SETTINGS Call by reference Object reference (TYPE REF TO) CL_SALV_FUNCTIONAL_SETTINGS Definition of Functionality 20090326

Method SET_TOOLTIPS on class CL_WCF_BSP_WD_CC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 701