SAP ABAP Class /BCV/CL_CFG_ENTRY_ASSISTANCE (Assistance Class for /BCV/WDC_CFG_ENTRY)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BCV-CFG (Application Component) Configuration
     /BCV/CFG (Package) BCV Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20081209
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_POWL_FEEDER Interface for POWL Feeders 20090903
Properties
Class /BCV/CL_CFG_ENTRY_ASSISTANCE  
Short Description Assistance Class for /BCV/WDC_CFG_ENTRY    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BCV/CFG   BCV Configuration 
Created 20081209   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /BCV/CL_CFG_ENTRY_ASSISTANCE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_POWL_FEEDER Interface for POWL Feeders 20090903
Friends
Class /BCV/CL_CFG_ENTRY_ASSISTANCE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CONF_ID_TRAY_SEARCH Constant Public Type reference (TYPE) WDY_CONFIG_ID 'TRAY_SEARCH' Personalization ID of Search Tray 20091215
2 GC_CONF_TYPE_APPL Constant Public Type reference (TYPE) WDY_CONFIG_TYPE '02' Personalization Type Application 20091215
3 GC_CTX_ATTRNAME_MODE Constant Public Type reference (TYPE) STRING 'MODE' 20090409
4 GC_CTX_ATTRNAME_OBJECT_TYPE Constant Public Type reference (TYPE) STRING 'OBJECT_TYPE' 20090311
5 GC_CTX_ATTRNAME_QUERY_ID Constant Public Type reference (TYPE) STRING 'QUERY_ID' 20090311
6 GC_CTX_ATTRNAME_SEARCH_TEXT Constant Public Type reference (TYPE) STRING 'SEARCH_TEXT' 20090311
7 GC_CTX_NODE_DB_DATA Constant Public Type reference (TYPE) STRING 'DB_DATA' Context node: Dashboard Data 20090311
8 GC_CTX_NODE_OV_DATA Constant Public Type reference (TYPE) STRING 'OV_DATA' Context node: Overview Data 20090313
9 GC_CTX_NODE_QR_DATA Constant Public Type reference (TYPE) STRING 'QR_DATA' Context node: BCV Query Data 20090311
10 GC_CTX_NODE_QV_DATA Constant Public Type reference (TYPE) STRING 'QV_DATA' Context node: Query View Data 20090311
11 GC_CTX_NODE_SC_DATA Constant Public Type reference (TYPE) STRING 'SC_DATA' Context node: Search Conn. Data 20090311
12 GC_CTX_NODE_SELECTION Constant Public Type reference (TYPE) STRING 'SELECTION' Context node: Search Parameters 20090311
13 GC_CTX_NODE_VL_DATA Constant Public Type reference (TYPE) STRING 'VL_DATA' Context node: Query View List Data 20090313
14 MR_APPL Instance attribute Protected Type reference (TYPE) STRING Application 20090303
15 MR_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) /BCV/CL_CFG_ENTRY_ASSISTANCE Assistance Class for /BCV/WDC_CFG_ENTRY 20090303
16 MR_LOG Instance attribute Protected Object reference (TYPE REF TO) /BCV/CL_FND_LOG Log 20090903
17 MR_PROV_DATA Instance attribute Protected Object reference (TYPE REF TO) /BCV/CL_CFG_PROV_DATA Reference to Data Provider 20090326
18 MR_PROV_SERVICES Instance attribute Protected Object reference (TYPE REF TO) /BCV/CL_CFG_PROV_SERVICES Reference to Service Provider 20090411
19 MR_USE_CONTEXT_SELECTION Instance attribute Public Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20090421
20 MR_WD_COMPONENT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090409
21 MV_SYSALIAS Instance attribute Protected Type reference (TYPE) STRING System Alias for Portal Navigation 20090805
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090303
2 DO_LAUNCHPAD_NAVIGATION Instance method Public Method Launch Application via Report Launchpad 20090312
3 GET_APPLICATION Instance method Public Method Get Application Name 20090303
4 GET_CONTEXT_NAME_BY_OBJ_TYPE Instance method Public Method Get Context Name for specified Object Type 20090312
5 GET_DATA_PROVIDER Instance method Public Method Get reference to data provider 20090511
6 GET_INSTANCE Static method Public Method Get reference of assistance class 20090303
7 GET_OBJ_TYPE_BY_POWL_TYPE Instance method Public Method Get Object Type for Navigation by POWL Type 20090904
8 GET_RESULT_OBJ_TYPE_BY_MODE Instance method Public Method Get Result Object Type by Search Mode 20090411
9 GET_SEARCH_PROVIDER Instance method Public Method Get Search Provider from Customizing 20091016
10 GET_SYSTEM_ALIAS Instance method Public Method Get system alias for portal navigation 20090805
11 GET_WD_COMPONENT Instance method Public Method 20090409
12 SEARCH_OBJECTS Instance method Public Method Search Objects for Entry Screen 20090311
13 SET_APPLICATION Instance method Public Method Set Application Name 20090303
14 SET_SYSTEM_ALIAS Instance method Public Method Set system alias for portal navigation 20090805
15 SET_WD_COMPONENT Instance method Public Method 20090409
16 WHERE_USED_LIST Instance method Public Method Get Where-Used List for specified Object 20090411
Events
Class /BCV/CL_CFG_ENTRY_ASSISTANCE has no event.
Types
Class /BCV/CL_CFG_ENTRY_ASSISTANCE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no parameter.
Method CONSTRUCTOR on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method DO_LAUNCHPAD_NAVIGATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA 20090312
2 Importing IR_DATA_TYPE Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090312
3 Importing IR_WD_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090408
4 Importing IV_MODE Call by reference Type reference (TYPE) /BCV/CFG_MODE Maintenance Mode (READ, EDIT, KEYS) 20090326
5 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /BCV/FND_OBJECT_TYPE Object Type 20090312

Method DO_LAUNCHPAD_NAVIGATION on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_APPL Value transfer Type reference (TYPE) /BCV/FND_APPL Application Name 20090303

Method GET_APPLICATION on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_CONTEXT_NAME_BY_OBJ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /BCV/FND_OBJECT_TYPE Object Type 20090312
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20090312

Method GET_CONTEXT_NAME_BY_OBJ_TYPE on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_DATA_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_PROV_DATA Value transfer Object reference (TYPE REF TO) /BCV/CL_CFG_PROV_DATA Data Providing for BCV Configuration Center 20090511

Method GET_DATA_PROVIDER on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) /BCV/CL_CFG_ENTRY_ASSISTANCE Assistance Class for /BCV/WDC_CFG_ENTRY 20090303

Method GET_INSTANCE on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_OBJ_TYPE_BY_POWL_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL type ID 20090904
2 Returning RV_OBJ_TYPE Value transfer Type reference (TYPE) /BCV/FND_OBJECT_TYPE Object Type 20090904

Method GET_OBJ_TYPE_BY_POWL_TYPE on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_RESULT_OBJ_TYPE_BY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_OBJECT_TYPE Value transfer Type reference (TYPE) /BCV/T_FND_OBJECT_TYPE Object Type 20090411
2 Importing IV_MODE Call by reference Type reference (TYPE) /BCV/FND_STRING 'S' = Search, 'W' = Mode 20090411
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /BCV/FND_OBJECT_TYPE Object Type 20090411

Method GET_RESULT_OBJ_TYPE_BY_MODE on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_SEARCH_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SEARCH_PROVIDER Value transfer Type reference (TYPE) /BCV/UIF_SEARCH_PROVIDER Search Provider 20091016

Method GET_SEARCH_PROVIDER on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_SYSTEM_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SYSALIAS Value transfer Type reference (TYPE) STRING 20090805

Method GET_SYSTEM_ALIAS on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method GET_WD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_WD_COMPONENT Value transfer Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090409

Method GET_WD_COMPONENT on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method SEARCH_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /BCV/FND_OBJECT_TYPE Object Type 20090311
2 Importing IV_SEARCH_TEXT Call by reference Type reference (TYPE) STRING Search Text 20090311
3 Returning RR_RESULT Value transfer Object reference (TYPE REF TO) DATA Returns reference to result data object 20090311

Method SEARCH_OBJECTS on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method SET_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPL Call by reference Type reference (TYPE) /BCV/FND_APPL Application Name 20090303

Method SET_APPLICATION on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method SET_SYSTEM_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SYSALIAS Call by reference Type reference (TYPE) STRING System Alias for Portal Navigation 20090805

Method SET_SYSTEM_ALIAS on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method SET_WD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_WD_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20090409

Method SET_WD_COMPONENT on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.

Method WHERE_USED_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_LOG Call by reference Object reference (TYPE REF TO) /BCV/CL_FND_LOG Log 20090412
2 Exporting ER_RESULT Value transfer Object reference (TYPE REF TO) DATA Returns reference to result data object 20090412
3 Importing IS_SELECTION Call by reference Type reference (TYPE) /BCV/S_CFG_NAVIGATION Navigation Control Data within Configuration Center 20090411
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /BCV/FND_OBJECT_TYPE Object Type 20090411

Method WHERE_USED_LIST on class /BCV/CL_CFG_ENTRY_ASSISTANCE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702