SAP ABAP Class CL_WCF_BSP_DSP_F4 (Utilities for calling search pages in F4 help popup)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-SEA (Application Component) Search
⤷
WCF_BSP_DYN_SEARCH_PAGE (Package) Search Pages

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_UI_FRAME_NAVIGATION | Navigation Support | 20100218 |
Properties
Class | CL_WCF_BSP_DSP_F4 | |
Short Description | Utilities for calling search pages in F4 help popup | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WCF_BSP_DYN_SEARCH_PAGE | Search Pages |
Created | 20090721 | 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
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CRM_UI_FRAME_NAVIGATION | Navigation Support | 20100218 |
Friends
Class CL_WCF_BSP_DSP_F4 has no friend class.
Attributes
Class CL_WCF_BSP_DSP_F4 has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Rules for configuring the saved search launcher in a popup | 20100218 |
2 | ![]() |
Static method | Public | Method | Determine navigation info | 20100218 |
3 | ![]() |
Static method | Private | Method | Execute default search | 20100126 |
4 | ![]() |
Static method | Public | Method | Get dynamic query name (BASE_ENTITY_NAME of context node) | 20100203 |
5 | ![]() |
Static method | Public | Method | Obtain repository view | 20091215 |
6 | ![]() |
Static method | Public | Method | Invoke default search | 20100308 |
7 | ![]() |
Static method | Public | Method | Check if search page is running in a popup | 20100224 |
8 | ![]() |
Static method | Public | Method | Launch saved search or edit search criteria thereof | 20091028 |
9 | ![]() |
Static method | Public | Method | Navigate to inbound plug | 20091216 |
10 | ![]() |
Static method | Private | Method | Instantiate selector for default search | 20100204 |
11 | ![]() |
Static method | Public | Method | Determine if search criteria are personalizable | 20091127 |
12 | ![]() |
Static method | Public | Method | Set selection mode in collection | 20090721 |
Events
Class CL_WCF_BSP_DSP_F4 has no event.
Types
Class CL_WCF_BSP_DSP_F4 has no local type.
Method Signatures
Method CONFIGURE_LAUNCHER_IN_POPUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CRITERIA_SHOWN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100218 | |||
2 | ![]() |
IV_REMOTE_CONTROL | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_PROPERTY_ACCESS | Access Interface for BO Attributes | 20100218 | ||
3 | ![]() |
IV_SAVED_SEARCH_CONTEXT | Call by reference | Type reference (TYPE) | TEXT40 | Text, 40 Characters Long | 20100218 |
Method CONFIGURE_LAUNCHER_IN_POPUP on class CL_WCF_BSP_DSP_F4 has no exception.
Method DETERMINE_NAVIGATION_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_QUERY_ENTITY_COLL | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL | Business Object Collection Interface | 20100218 | ||
2 | ![]() |
EV_FOLLOW_UP | Call by reference | Type reference (TYPE) | STRING | 20100218 | |||
3 | ![]() |
EV_INBOUND_PLUG | Call by reference | Type reference (TYPE) | STRING | 20100218 | |||
4 | ![]() |
IR_DESCRIPTOR_COLL | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL | Business Object Collection Interface | 20100218 | ||
5 | ![]() |
IR_REP_VIEW | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | Web Dynpro Repository view object | 20100218 |
Method DETERMINE_NAVIGATION_INFO on class CL_WCF_BSP_DSP_F4 has no exception.
Method EXECUTE_DEFAULT_OR_AUTO_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_SHORT_BASE | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Shortcut for default/auto search | 20100303 | ||
2 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Search query view controller | 20100126 | ||
3 | ![]() |
IO_SHORT | Call by reference | Object reference (TYPE REF TO) | CL_CRM_SHORTCUT_MANAGER | Shortcut manager | 20100126 | ||
4 | ![]() |
IO_USE_CONTROLLER_FOR_IP | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | View controller instance in which inbound plug resides | 20100308 | ||
5 | ![]() |
IV_APPL_CTXT | Call by reference | Type reference (TYPE) | TEXT40 | Aritrary application context | 20100126 | ||
6 | ![]() |
IV_USE_IP_SS_EDIT | Call by reference | Type reference (TYPE) | STRING | Name of inbound plug handling saved search 'Edit' | 20100310 | ||
7 | ![]() |
IV_USE_IP_SS_GO | Call by reference | Type reference (TYPE) | STRING | Name of inbound plug handling saved search 'Go' | 20100310 | ||
8 | ![]() |
IV_USE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | Invoke default or autosearch via navigation | 20100308 |
Method EXECUTE_DEFAULT_OR_AUTO_SEARCH on class CL_WCF_BSP_DSP_F4 has no exception.
Method GET_DYNAMIC_QUERY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View Controller | 20100203 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | STRING | Dynamic BOL query name | 20100203 |
Method GET_DYNAMIC_QUERY_NAME on class CL_WCF_BSP_DSP_F4 has no exception.
Method GET_REP_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View Controller | 20091215 | ||
2 | ![]() |
RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | Web Dynpro Repository view object | 20091215 |
Method GET_REP_VIEW on class CL_WCF_BSP_DSP_F4 has no exception.
Method INVOKE_DEFAULT_OR_AUTO_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_SHORTCUT_BASE | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | BOL entity of shrotcut base | 20100308 | ||
2 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Search query view controller | 20100308 | ||
3 | ![]() |
IO_USE_CONTROLLER_FOR_IP | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Name of view controller where inbound plug resides | 20100308 | ||
4 | ![]() |
IV_APPL_CTXT | Call by reference | Type reference (TYPE) | TEXT40 | Arbitrary application context | 20100308 | ||
5 | ![]() |
IV_USE_IP_SS_EDIT | Call by reference | Type reference (TYPE) | STRING | Name of inbound plug handling saved search 'Edit' | 20100310 | ||
6 | ![]() |
IV_USE_IP_SS_GO | Call by reference | Type reference (TYPE) | STRING | Name of inbound plug handling saved search 'Go' | 20100310 | ||
7 | ![]() |
IV_USE_NAVIGATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | Invoke default or autosearch via navigation | 20100308 |
Method INVOKE_DEFAULT_OR_AUTO_SEARCH on class CL_WCF_BSP_DSP_F4 has no exception.
Method IS_RUNNING_IN_POPUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | View controller | 20100224 | ||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 'X' = running in popup | 20100224 |
Method IS_RUNNING_IN_POPUP on class CL_WCF_BSP_DSP_F4 has no exception.
Method LAUNCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_COLLECTION | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL | Business Object Collection Interface | 20091028 | ||
2 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_WINDOW | Window Basis Class | 20091117 |
Method LAUNCH on class CL_WCF_BSP_DSP_F4 has no exception.
Method NAVIGATE_TO_IP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_COLL | Call by reference | Object reference (TYPE REF TO) | IF_BOL_BO_COL | BO Collection | 20091216 | ||
2 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Basis Class for WD View Controller | 20091216 | ||
3 | ![]() |
IV_IP | Call by reference | Type reference (TYPE) | STRING | Inbound plug | 20091216 | ||
4 | ![]() |
IV_NAV_LINK | Call by reference | Type reference (TYPE) | STRING | Navigation link | 20091216 |
Method NAVIGATE_TO_IP on class CL_WCF_BSP_DSP_F4 has no exception.
Method PREPARE_DEFAULT_OR_AUTO_SEARCH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_SHORTCUT_MGR | Call by reference | Object reference (TYPE REF TO) | CL_CRM_SHORTCUT_MANAGER | Shortcut manager | 20100204 | ||
2 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | Search query view controller | 20100204 | ||
3 | ![]() |
IV_APPL_CTXT | Call by reference | Type reference (TYPE) | TEXT40 | Arbitrary application context | 20100204 |
Method PREPARE_DEFAULT_OR_AUTO_SEARCH on class CL_WCF_BSP_DSP_F4 has no exception.
Method SEARCH_CRIT_PERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_REF | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | 20091127 | |||
2 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20091127 |
Method SEARCH_CRIT_PERS on class CL_WCF_BSP_DSP_F4 has no exception.
Method SET_SELECTION_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SAVED_SEARCH_CONTEXT | Call by reference | Type reference (TYPE) | STRING | 20091022 | |||
2 | ![]() |
IV_SAVED_SEARCH_FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 'X' = saved search component is shown in F4 popup | 20091014 | |
3 | ![]() |
IV_SELECTION_MODE | Call by reference | Type reference (TYPE) | STRING | 'SINGLESELECT' | Selection mode: SINGLESELECT or MULTISELECT | 20090721 | |
4 | ![]() |
RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BOL_BO_COL | Business Object Collection Interface | 20090721 |
Method SET_SELECTION_MODE on class CL_WCF_BSP_DSP_F4 has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 701 |