SAP ABAP Class CL_GRAC_SOD_SEARCH_ASSIST (SOD Search Assistance Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_SOD (Package) Access Control GRC SoD Rules and etc.
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 20091216
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRAC_ERM_ASSIST Assistance class for ERM 20100409
Properties
Class CL_GRAC_SOD_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_SOD   Access Control GRC SoD Rules and etc. 
Created 20091216   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_SOD_SEARCH_ASSIST has no interface implemented.
Friends
Class CL_GRAC_SOD_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 20091216
2 MO_CONTEXT Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20091216
3 MO_FIELDCATALOG Instance attribute Public Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20091216
4 MO_RENDER Instance attribute Public Object reference (TYPE REF TO) IF_FPM_GUIBB_RENDER GUIBB Rendering 20091216
5 MO_RESULT_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_FPM_GUIBB_SEARCH_RESULT handles the optional result table 20091216
6 MO_VIEW Instance attribute Private Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20091216
7 MS_CONFIG_KEY Instance attribute Protected Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20091216
8 MS_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20091216
9 MS_FEEDER Instance attribute Private Type reference (TYPE) TY_S_FEEDER 20091216
10 MT_ACTION_SIMULATION Instance attribute Public Type reference (TYPE) GRAC_T_WD_SOD_SIMULATION Simulation Table Structure 20100218
11 MT_CURRENT_LOAD_SEARCHES Instance attribute Public Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20100302
12 MT_CURRENT_SEARCH_CRITERIA Instance attribute Private Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA_INT search criteria for GUIBB Search 20091216
13 MT_FIELD_DESCR Instance attribute Public Type reference (TYPE) FPMGB_T_SEARCHFIELD_DESCR Search Fielddescription 20091216
14 MT_OVS Instance attribute Private Type reference (TYPE) TY_T_OVS 20091216
15 MT_PROFILE_SIMULATION Instance attribute Public Type reference (TYPE) GRAC_T_WD_SOD_SIMULATION Simulation table 20100220
16 MT_ROLE_SIMULATION Instance attribute Public Type reference (TYPE) GRAC_T_WD_SOD_SIMULATION Simulation table 20100220
17 MT_SELECTED_ATTR Instance attribute Private Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20091216
18 MT_SELECTED_COLUMNS Instance attribute Private Type reference (TYPE) FPMGB_T_SELECTED_FIELDS Selected(Used) Fields 20091216
19 MV_MAX_NUM_RESULT Instance attribute Private Type reference (TYPE) I 20091216
20 MV_UPDATE_CHANGELOG_CALLED Instance attribute Private Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20091216
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_OWN_EVENT Instance method Private Method 20091216
2 CLONE_ROW Instance method Public Method 20091216
3 DELETE_SEARCH Instance method Public Method 20100216
4 DISPATCH_AFTER_FAILED Instance method Public Method 20091216
5 DISPATCH_CLEAR Instance method Public Method 20091216
6 DISPATCH_FLUSH Instance method Public Method 20091216
7 DISPATCH_NEEDS_CONFIRMATION Instance method Public Method 20091216
8 DISPATCH_OVS Instance method Public Method 20091216
9 DISPATCH_PBO Instance method Public Method 20091216
10 DISPATCH_PROCESS_EVENT Instance method Public Method 20091216
11 DISPATCH_SEARCH Instance method Public Method 20091216
12 EXTRACT_NUMBER_FROM_ID Instance method Public Method 20091216
13 GET_COLUMN_NAME_FROM_WD_ID Instance method Private Method 20091216
14 GET_FEEDER_MODEL Instance method Public Method Returns feeder model interface (wire model) 20091216
15 INIT_FEEDER Instance method Public Method 20091216
16 LOAD_CRITERIA Instance method Public Method 20121115
17 LOAD_SEARCH Instance method Public Method 20091216
18 ON_ATTRIBUTE_CHANGED Instance method Public Method 20091216
19 ON_MULTI_SELECT Instance method Public Method 20100221
20 ON_OPERATOR_CHANGED Instance method Public Method 20091216
21 ON_RESULT_SELECTION Instance method Public Method 20091216
22 PROCESS_MESSAGES Instance method Private Method 20091216
23 REMOVE_ROW Instance method Public Method 20091216
24 RENDER Instance method Public Method 20091216
25 SAVE_SEARCH Instance method Public Method 20091216
26 SET_CONFIG_KEY Instance method Public Method 20091216
27 SET_UI_PROPERTIES Instance method Public Method SET_UI_PROPERTIES 20121116
28 SET_WD_INSTANCES Instance method Public Method 20091216
29 SORT_GUIBB_NODES Instance method Public Method 20091216
30 SORT_NODE_ELEMENTS Instance method Private Method 20091216
Events
Class CL_GRAC_SOD_SEARCH_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ELEMENT Private See coding 20091216
2 TY_S_FEEDER Private See coding 20091216
3 TY_S_OVS Private See coding 20091216
4 TY_T_OVS Private See coding 20091216
5 T_ELEMENTS Private See coding 20091216
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 20091216
2 Returning RV_OWN_EVENT Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20091216

Method CHECK_OWN_EVENT on class CL_GRAC_SOD_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 20091216

Method CLONE_ROW on class CL_GRAC_SOD_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 20100216
2 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20100303

Method DELETE_SEARCH on class CL_GRAC_SOD_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 20091216
2 Importing IV_REVERT Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20091216

Method DISPATCH_AFTER_FAILED on class CL_GRAC_SOD_SEARCH_ASSIST has no exception.

Method DISPATCH_CLEAR Signature

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

Method DISPATCH_FLUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ERROR Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100528
2 Importing IO_COMP Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100528

Method DISPATCH_FLUSH on class CL_GRAC_SOD_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) 20091216
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20091216

Method DISPATCH_NEEDS_CONFIRMATION on class CL_GRAC_SOD_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 20091216
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) NAME_KOMP 20091216

Method DISPATCH_OVS on class CL_GRAC_SOD_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 20091216

Method DISPATCH_PBO on class CL_GRAC_SOD_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 20091216
2 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20091216

Method DISPATCH_PROCESS_EVENT on class CL_GRAC_SOD_SEARCH_ASSIST has no exception.

Method DISPATCH_SEARCH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_COMP Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100525
2 Returning RV_ERROR Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100525

Method DISPATCH_SEARCH on class CL_GRAC_SOD_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 20091216
2 Returning RV_NUMBER Value transfer Type reference (TYPE) I 20091216

Method EXTRACT_NUMBER_FROM_ID on class CL_GRAC_SOD_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 20091216
2 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20091216

Method GET_COLUMN_NAME_FROM_WD_ID on class CL_GRAC_SOD_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 20091216

Method GET_FEEDER_MODEL on class CL_GRAC_SOD_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 20091219

Method INIT_FEEDER on class CL_GRAC_SOD_SEARCH_ASSIST has no exception.

Method LOAD_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CRITERIA_INT Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA_INT Search criteria for GUIBB Search (internal) 20121115

Method LOAD_CRITERIA on class CL_GRAC_SOD_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 20100217
2 Importing IV_KEY Call by reference Type reference (TYPE) STRING 20091216
3 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20100302

Method LOAD_SEARCH on class CL_GRAC_SOD_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 20091216

Method ON_ATTRIBUTE_CHANGED on class CL_GRAC_SOD_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 20100221
2 Importing IV_SOURCE_ID Call by reference Type reference (TYPE) I 20100221

Method ON_MULTI_SELECT on class CL_GRAC_SOD_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 20091216

Method ON_OPERATOR_CHANGED on class CL_GRAC_SOD_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 20091216

Method ON_RESULT_SELECTION on class CL_GRAC_SOD_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) 20091216

Method PROCESS_MESSAGES on class CL_GRAC_SOD_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 20100223
2 Importing IV_SOURCE_ID Call by reference Type reference (TYPE) I 20091216

Method REMOVE_ROW on class CL_GRAC_SOD_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 20091216
2 Importing IO_VIEW_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20091216
3 Importing IV_IS_FIRST Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20091216

Method RENDER on class CL_GRAC_SOD_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 20100216
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20091216

Method SAVE_SEARCH on class CL_GRAC_SOD_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 20091216

Method SET_CONFIG_KEY on class CL_GRAC_SOD_SEARCH_ASSIST has no exception.

Method SET_UI_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_UI_PROPERTIES Call by reference Type reference (TYPE) GRAC_T_SEARCH_RENDER_SETTINGS Search render properties 20121116

Method SET_UI_PROPERTIES on class CL_GRAC_SOD_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 20091216
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20091216

Method SET_WD_INSTANCES on class CL_GRAC_SOD_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 20091216

Method SORT_GUIBB_NODES on class CL_GRAC_SOD_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 20091216

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