SAP ABAP Class CL_GRAC_FEEDER_SOD_REVIEW_BG (Feeder class for Access Request Search OIF)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_ACCESS_REQUEST (Package) Access Control GRC Access Request
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 20100617
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20100617
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20100617
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20100617
Properties
Class CL_GRAC_FEEDER_SOD_REVIEW_BG  
Short Description Feeder class for Access Request Search OIF    
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_ACCESS_REQUEST   Access Control GRC Access Request 
Created 20100617   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRAC_FEEDER_SOD_REVIEW_BG has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20100617
2 IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20100617
3 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20100617
Friends
Class CL_GRAC_FEEDER_SOD_REVIEW_BG 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 20100617
2 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20100617
3 MO_MESSAGE_MANAGER Static Attribute Public Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20100617
4 MO_PLAN_ACTIVITY Instance attribute Public Type reference (TYPE) GRFN_PLAN_USAGE Plan usage 20100715
5 MO_RENDER Instance attribute Private Object reference (TYPE REF TO) IF_FPM_GUIBB_RENDER GUIBB Rendering 20100617
6 MO_SEARCH_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100617
7 MT_SEARCH_CRITERIA Static Attribute Private Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20100617
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_FEEDER_NODE_SPECIFIC Instance method Public Method 20100617
2 QUERY Instance method Private Method Execute SQL Search - Later move to API_ROLE Class 20100617
3 RETRIEVE_SEARCH_CRITERIA Static method Public Method 20100617
4 SEARCH_ROLES Instance method Private Method Search ERM Roles 20100617
5 SET_PLAN_ACTIVITY Instance method Public Method Set the Plan Activity 20100715
6 SET_WD_INSTANCES Instance method Public Method 20100617
7 SORT_GUIBB_NODES Instance method Public Method 20100617
8 SORT_NODE_ELEMENTS Instance method Public Method 20100617
Events
Class CL_GRAC_FEEDER_SOD_REVIEW_BG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_STRU_INPUT Public See coding 20100617 BEGIN OF lty_stru_input, * add fields for the display of your search input here field1 TYPE string, END OF lty_stru_input
2 LTY_STRU_LIST Public See coding 20100617 BEGIN OF lty_stru_list, * add fields for the selection list here column1 TYPE string, END OF lty_stru_list
3 S_ELEMENT Public See coding 20100617 BEGIN OF s_element, implicit_index TYPE i, explicit_index TYPE i, END OF s_element
4 T_ACTION_LIST Public See coding 20100617 BEGIN OF t_action_list, action_id type grfn_guid, action TYPE grac_long_action, descn TYPE grac_descn, END OF t_action_list
5 T_ACTION_SEARCH Public See coding 20100617 BEGIN OF t_action_search, action TYPE grac_action, END OF t_action_search
6 T_BPROC_LIST Public See coding 20100617 BEGIN OF t_bproc_list, bproc TYPE grac_bproc, descn TYPE grac_bproc_descn, END OF t_bproc_list
7 T_ELEMENTS Public See coding 20100617 t_elements TYPE STANDARD TABLE OF s_element WITH DEFAULT KEY
8 T_LANDSCAPE_LIST Public See coding 20100617 BEGIN OF t_landscape_list, * add fields for the selection list here landscape TYPE grfn_connectorgrp, descn TYPE grfn_connectorgrpt, END OF t_landscape_list
9 T_ORGLVL_LIST Public See coding 20100617 BEGIN OF t_orglvl_list , orglvl TYPE grac_org_level, descn TYPE grac_descn, END OF t_orglvl_list
10 T_ORGLVL_SEARCH Public See coding 20100617 BEGIN OF t_orglvl_search, fieldname TYPE grac_org_level, descn TYPE grac_descn, END OF t_orglvl_search
11 T_PERMISSION_LIST Public See coding 20100617 BEGIN OF t_permission_list, permission_id type grfn_guid, permission TYPE grac_long_permission, descn TYPE grac_descn, END OF t_permission_list
12 T_PERMISSION_SEARCH Public See coding 20100617 BEGIN OF t_permission_search, permission TYPE grac_long_permission, "descn TYPE grac_long_descn, END OF t_permission_search
13 T_SYSTEM Public See coding 20100617 BEGIN OF t_system, id TYPE grfn_connectorid, name TYPE grfn_conn_desc, END OF t_system
14 T_S_RESULT Public See coding 20100617 BEGIN OF t_s_result, connid TYPE s_conn_id, carrid TYPE s_carr_id, fldate TYPE s_date, END OF t_s_result
15 T_T_RESULT Public See coding 20100617 t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
Method Signatures

Method CREATE_FEEDER_NODE_SPECIFIC Signature

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

Method CREATE_FEEDER_NODE_SPECIFIC on class CL_GRAC_FEEDER_SOD_REVIEW_BG has no exception.

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SEARCH_CRITERIA Call by reference Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA rsparams Table 20100617
2 Returning RT_RESULTS Value transfer Type reference (TYPE) GRAC_T_API_REQUEST_LIST Table type for role search results 20100617
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100617

Method RETRIEVE_SEARCH_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SEARCH_CRITERIA Value transfer Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20100617

Method RETRIEVE_SEARCH_CRITERIA on class CL_GRAC_FEEDER_SOD_REVIEW_BG has no exception.

Method SEARCH_ROLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SEARCH_ATTRS Call by reference Type reference (TYPE) GRAC_T_ROLE_SEARCH_PARAM Role search parameter table type 20100617
2 Returning RT_USER_ROLES Value transfer Type reference (TYPE) GRAC_T_API_ROLE_SEARCH_RESULT Role Attributes 20100617

Method SEARCH_ROLES on class CL_GRAC_FEEDER_SOD_REVIEW_BG has no exception.

Method SET_PLAN_ACTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PLAN_ACTIVITY Call by reference Type reference (TYPE) GRFN_PLAN_USAGE Plan usage 20100715

Method SET_PLAN_ACTIVITY on class CL_GRAC_FEEDER_SOD_REVIEW_BG 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 20100617
2 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100617
3 Importing IO_SEARCH_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100617

Method SET_WD_INSTANCES on class CL_GRAC_FEEDER_SOD_REVIEW_BG 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 20100617

Method SORT_GUIBB_NODES on class CL_GRAC_FEEDER_SOD_REVIEW_BG 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 20100617

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