SAP ABAP Class CL_GRAC_ROLE_SEARCH_ASSIST (SOD Search Assistance Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_ROLE_MANAGEMENT (Package) GRC ERM Support
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 20100225
Properties
Class CL_GRAC_ROLE_SEARCH_ASSIST  
Short Description SOD Search Assistance Class    
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 GRAC_ROLE_MANAGEMENT   GRC ERM Support 
Created 20100225   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_FPM_GUIBB_SEARCH_RENDER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_FPM_GUIBB_SEARCH Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_GRAC_ROLE_SEARCH_ASSIST has no interface implemented.
Friends
Class CL_GRAC_ROLE_SEARCH_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_COMPONENT Instance attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100225
2 MO_CONTEXT Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20100225
3 MO_FIELDCATALOG Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100225
4 MO_RENDER Instance attribute Public Object reference (TYPE REF TO) IF_FPM_GUIBB_RENDER GUIBB Rendering 20100225
5 MO_RESULT_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_FPM_GUIBB_SEARCH_RESULT handles the optional result table 20100225
6 MO_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100225
7 MS_CONFIG_KEY Instance attribute Private Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20100225
8 MS_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20100225
9 MS_FEEDER Instance attribute Private Type reference (TYPE) TY_S_FEEDER 20100225
10 MT_ACTION_SIMULATION Instance attribute Public Type reference (TYPE) GRAC_T_WD_SOD_SIMULATION Simulation Table Structure 20100225
11 MT_CURRENT_SEARCH_CRITERIA Instance attribute Public Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA_INT search criteria for GUIBB Search 20100225
12 MT_FIELD_DESCR Instance attribute Public Type reference (TYPE) FPMGB_T_SEARCHFIELD_DESCR Search Fielddescription 20100225
13 MT_OVS Instance attribute Private Type reference (TYPE) TY_T_OVS 20100225
14 MT_PROFILE_SIMULATION Instance attribute Public Type reference (TYPE) GRAC_T_WD_SOD_SIMULATION Simulation table 20100225
15 MT_ROLE_SIMULATION Instance attribute Public Type reference (TYPE) GRAC_T_WD_SOD_SIMULATION Simulation table 20100225
16 MT_SELECTED_ATTR Instance attribute Private Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20100225
17 MT_SELECTED_COLUMNS Instance attribute Private Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20100225
18 MV_MAX_NUM_RESULT Instance attribute Private Type reference (TYPE) I 20100225
19 MV_UPDATE_CHANGELOG_CALLED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100225
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_OWN_EVENT Instance method Private Method 20100225
2 CLONE_ROW Instance method Public Method 20100225
3 CONSTRUCTOR Instance method Public Constructor 20100225
4 DELETE_SEARCH Instance method Public Method 20100225
5 DISPATCH_AFTER_FAILED Instance method Public Method 20100225
6 DISPATCH_CLEAR Instance method Public Method 20100225
7 DISPATCH_FLUSH Instance method Public Method 20100225
8 DISPATCH_NEEDS_CONFIRMATION Instance method Public Method 20100225
9 DISPATCH_OVS Instance method Public Method 20100225
10 DISPATCH_PBO Instance method Public Method 20100225
11 DISPATCH_PROCESS_EVENT Instance method Public Method 20100225
12 DISPATCH_SEARCH Instance method Public Method 20100225
13 EXTRACT_NUMBER_FROM_ID Instance method Public Method 20100225
14 GET_COLUMN_NAME_FROM_WD_ID Instance method Private Method 20100225
15 GET_FEEDER_MODEL Instance method Public Method Returns feeder model interface (wire model) 20100225
16 INIT_FEEDER Instance method Public Method 20100225
17 LOAD_SEARCH Instance method Public Method 20100225
18 ON_ATTRIBUTE_CHANGED Instance method Public Method 20100225
19 ON_MULTI_SELECT Instance method Public Method 20100225
20 ON_OPERATOR_CHANGED Instance method Public Method 20100225
21 ON_RESULT_SELECTION Instance method Public Method 20100225
22 PROCESS_MESSAGES Instance method Private Method 20100225
23 REMOVE_ROW Instance method Public Method 20100225
24 RENDER Instance method Public Method 20100225
25 SAVE_SEARCH Instance method Public Method 20100225
26 SET_CONFIG_KEY Instance method Public Method 20100225
27 SET_WD_INSTANCES Instance method Public Method 20100225
28 SORT_GUIBB_NODES Instance method Public Method 20100225
29 SORT_NODE_ELEMENTS Instance method Private Method 20100225
Events
Class CL_GRAC_ROLE_SEARCH_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ELEMENT Private See coding 20100225 BEGIN OF s_element, implicit_index TYPE i, explicit_index TYPE i, END OF s_element
2 TY_S_FEEDER Private See coding 20100225 BEGIN OF ty_s_feeder, name TYPE seoclsname, feeder TYPE REF TO if_fpm_guibb_search, is_extended TYPE boole_d, is_model TYPE boole_d, END OF ty_s_feeder
3 TY_S_OVS Private See coding 20100225 begin of ty_s_ovs, field_name type name_komp, ovs_name type seoclsname, ovs_ref type ref to if_fpm_guibb_ovs, end of ty_s_ovs
4 TY_T_OVS Private See coding 20100225 ty_t_ovs type standard table of ty_s_ovs
5 T_ELEMENTS Private See coding 20100225 t_elements TYPE STANDARD TABLE OF s_element WITH DEFAULT KEY
Method Signatures

Method CHECK_OWN_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100225
2 Returning RV_OWN_EVENT Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100225

Method CHECK_OWN_EVENT on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method CLONE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOURCE_ID Call by reference Type reference (TYPE) I 20100225

Method CLONE_ROW on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_GRAC_ROLE_SEARCH_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DELETE_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20100225

Method DELETE_SEARCH on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DISPATCH_AFTER_FAILED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100225
2 Importing IV_REVERT Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100225

Method DISPATCH_AFTER_FAILED on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DISPATCH_CLEAR Signature

Method DISPATCH_CLEAR on class CL_GRAC_ROLE_SEARCH_ASSIST has no parameter.
Method DISPATCH_CLEAR on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DISPATCH_FLUSH Signature

Method DISPATCH_FLUSH on class CL_GRAC_ROLE_SEARCH_ASSIST has no parameter.
Method DISPATCH_FLUSH on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DISPATCH_NEEDS_CONFIRMATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONF_REQUEST Call by reference Object reference (TYPE REF TO) CL_FPM_CONFIRMATION_REQUEST Requests an end-user confirmation (e.g. data loss warning) 20100225
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100225

Method DISPATCH_NEEDS_CONFIRMATION on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DISPATCH_OVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20100225
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP 20100225

Method DISPATCH_OVS on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DISPATCH_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100225

Method DISPATCH_PBO on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DISPATCH_PROCESS_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT Call by reference Type reference (TYPE) FPM_EVENT_RESULT Result of processing of a specific FPM event 20100225
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20100225

Method DISPATCH_PROCESS_EVENT on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method DISPATCH_SEARCH Signature

Method DISPATCH_SEARCH on class CL_GRAC_ROLE_SEARCH_ASSIST has no parameter.
Method DISPATCH_SEARCH on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method EXTRACT_NUMBER_FROM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100225
2 Returning RV_NUMBER Value transfer Type reference (TYPE) I 20100225

Method EXTRACT_NUMBER_FROM_ID on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method GET_COLUMN_NAME_FROM_WD_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WD_ID Call by reference Type reference (TYPE) STRING 20100225
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20100225

Method GET_COLUMN_NAME_FROM_WD_ID on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method GET_FEEDER_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FEEDER_MODEL Value transfer Object reference (TYPE REF TO) IF_FPM_FEEDER_MODEL 20100225

Method GET_FEEDER_MODEL on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method INIT_FEEDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100225

Method INIT_FEEDER on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method LOAD_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100225
2 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20100225

Method LOAD_SEARCH on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method ON_ATTRIBUTE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOURCE_ID Call by reference Type reference (TYPE) I 20100225

Method ON_ATTRIBUTE_CHANGED on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method ON_MULTI_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ATTR_TEXT Call by reference Type reference (TYPE) STRING 20100225
2 Importing IV_SOURCE_ID Call by reference Type reference (TYPE) I 20100225

Method ON_MULTI_SELECT on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method ON_OPERATOR_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SOURCE_ID Call by reference Type reference (TYPE) I 20100225

Method ON_OPERATOR_CHANGED on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method ON_RESULT_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20100225

Method ON_RESULT_SELECTION on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method PROCESS_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGES Call by reference Type reference (TYPE) FPMGB_SEARCH_T_T100_MESSAGE FPMGB Messages (T100 & Plaintext) 20100225

Method PROCESS_MESSAGES on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method REMOVE_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OPERATOR Call by reference Type reference (TYPE) STRING 20100225
2 Importing IV_SOURCE_ID Call by reference Type reference (TYPE) I 20100225

Method REMOVE_ROW on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20100225
2 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100225
3 Importing IV_CONTAINER_ID Call by reference Type reference (TYPE) STRING The ID of Container to render 20100225
4 Importing IV_IS_FIRST Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100225

Method RENDER on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method SAVE_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CRITERIA Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA_INT search criteria for GUIBB Search 20100225
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20100225

Method SAVE_SEARCH on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method SET_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20100225

Method SET_CONFIG_KEY on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method SET_WD_INSTANCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100225
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100225

Method SET_WD_INSTANCES on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method SORT_GUIBB_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT Web Dynpro Context 20100225

Method SORT_GUIBB_NODES on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.

Method SORT_NODE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100225

Method SORT_NODE_ELEMENTS on class CL_GRAC_ROLE_SEARCH_ASSIST has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600