SAP ABAP Class CL_GRAC_FEEDER_EXPROLES (Feeder Class for Call transactions)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB Generic UI Building Block 20100808
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20100808
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20100808
Properties
Class CL_GRAC_FEEDER_EXPROLES  
Short Description Feeder Class for Call transactions    
Super 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 20100808   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRAC_FEEDER_EXPROLES has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20100808
2 IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20100808
3 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20100808
Friends
Class CL_GRAC_FEEDER_EXPROLES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ASSIST Static Attribute Private Object reference (TYPE REF TO) CL_GRAC_SOD_SEARCH_ASSIST SOD Search Assistance Class 20100808
2 MO_COMPONENT Static Attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100808
3 MO_CONFIG_ROOT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100808
4 MO_CONTEXT Static Attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20100808
5 MO_FIELD_CATALOG Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100808
6 MO_RENDER Instance attribute Private Object reference (TYPE REF TO) IF_FPM_GUIBB_RENDER renders the search UI 20100808
7 MO_RESULT_TABLE Instance attribute Public Object reference (TYPE REF TO) CL_FPM_GUIBB_SEARCH_RESULT handles the optional result table 20100808
8 MO_SEARCH_NODE Static Attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100808
9 MT_FILTER Static Attribute Public Type reference (TYPE) GRFN_T_REP_FILTER_DEFINITION Filter Definition 20100808
10 MT_FPM_SEARCH_CRITERIA Static Attribute Public Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20100808
11 MT_RESULT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20100808
12 MT_SEARCH_FIELDS Instance attribute Private Type reference (TYPE) FPMGB_T_SEARCHFIELD_DESCR Search Fielddescription 20100808
13 MT_SOD_VIOL_SUM Instance attribute Public Type reference (TYPE) GRAC_T_SOD_VIOL_SUM Violation Summary 20100808
14 MV_ALERT Static Attribute Public Type reference (TYPE) GRAC_ALERT_TYPE Alert Type 20100808
15 MV_REPORT Static Attribute Public Type reference (TYPE) GRFN_REPNAME Report name 20100808
Methods
# Method Level Visibility Method type Description Created on
1 GET_REPORTNAME Static method Public Method 20100808
2 SET_WD_INSTANCES Static method Public Method 20100808
3 SORT_GUIBB_NODES Instance method Public Method 20100808
4 SORT_NODE_ELEMENTS Instance method Public Method 20100808
Events
Class CL_GRAC_FEEDER_EXPROLES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ACTION Private See coding 20100808
2 S_ACTRULEID Private See coding 20100808
3 S_CONNECTOR Private See coding 20100808
4 S_ELEMENT Public See coding 20100808 BEGIN OF s_element, implicit_index TYPE i, explicit_index TYPE i, END OF s_element
5 S_FIELD Private See coding 20100808
6 S_FIELD1 Private See coding 20100808
7 S_FUNCTID Private See coding 20100808
8 S_ORGRULE Private See coding 20100808
9 S_ORGUNITID Private See coding 20100808
10 S_RESOURCEID Private See coding 20100808
11 S_RULESET Private See coding 20100808
12 S_SODRISK Private See coding 20100808
13 S_USER Private See coding 20100808
14 TY_S_MESSAGE Public See coding 20100808 BEGIN OF ty_s_message, standard_message TYPE ty_s_standard_message, t100_message TYPE ty_s_t100_message, END OF ty_s_message
15 TY_S_STANDARD_MESSAGE Public See coding 20100808 BEGIN OF ty_s_standard_message, text TYPE string, type TYPE i, "siehe if_wd_message_manager=>CO_TYPE_.... params TYPE wdr_name_value_list, msg_object TYPE REF TO if_message, msg_user_data TYPE REF TO data, END OF ty_s_standard_message
16 TY_S_T100_MESSAGE Public See coding 20100808 BEGIN OF ty_s_t100_message, msgid TYPE syst-msgid, msgno TYPE syst-msgno, msgty TYPE syst-msgty, p1 TYPE syst-msgv1, p2 TYPE syst-msgv2, p3 TYPE syst-msgv3, p4 TYPE syst-msgv4, msg_user_data TYPE REF TO data, END OF ty_s_t100_message
17 TY_T_MESSAGES Public See coding 20100808 ty_t_messages TYPE STANDARD TABLE OF ty_s_message
18 T_ACTION Private See coding 20100808
19 T_ACTRULEID Private See coding 20100808
20 T_CONNECTOR Private See coding 20100808
21 T_ELEMENTS Public See coding 20100808 t_elements TYPE STANDARD TABLE OF s_element WITH DEFAULT KEY
22 T_FIELD Private See coding 20100808
23 T_FIELD1 Private See coding 20100808
24 T_FUNCTID Private See coding 20100808
25 T_ORGRULE Private See coding 20100808
26 T_ORGUNITID Private See coding 20100808
27 T_RESOURCEID Private See coding 20100808
28 T_RULESET Private See coding 20100808
29 T_SFLIGHT_DATA_BASE Public See coding 20100808 t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
30 T_SODRISK Private See coding 20100808
31 T_S_RESULT Public See coding 20100808 BEGIN OF t_s_result, connid TYPE s_conn_id, carrid TYPE s_carr_id, fldate TYPE s_date, END OF t_s_result
32 T_S_RISKANALYSIS_RESULT Public See coding 20100808 BEGIN OF t_s_riskanalysis_result, connector TYPE grfn_connectorid, riskid TYPE grac_sodrisk_id, END OF t_s_riskanalysis_result
33 T_S_RISK_ANALYSIS Public See coding 20100808 BEGIN OF t_s_risk_analysis, connector TYPE grfn_connectorid, riskid TYPE grac_sodrisk_id, rulesetid TYPE grac_ruleset_id, descn TYPE grac_descn, action TYPE grac_action, actiondesc TYPE grac_long_descn, actruleid TYPE grac_actrule_id, bzprcid TYPE grac_bproc, resourceextn TYPE grac_resource_extn, fstat TYPE grac_is_org_lvl, functid TYPE grac_funct_id, resourceid TYPE grac_sod_resource, risklevel TYPE grac_sodrisk_level, risktype TYPE grac_sodrisk_type, status TYPE grac_enable_status, detail_descn TYPE grac_detail_descn, bpdescn TYPE grac_bproc_descn, riskowner TYPE grac_owner, active TYPE grac_active, fromval TYPE grac_from_val, toval TYPE grac_to_val, searchtype TYPE grac_search_type, ac_control_id TYPE grac_control_id, descr TYPE grpc_text, control_obj TYPE grac_detail_descn, reptype TYPE grac_sod_reptype, userid TYPE grac_sod_object, usergroup TYPE grac_sod_group, customgroup TYPE grac_sod_group, orgruleid TYPE grac_orgrule_id, managerid TYPE grac_manager_id, usertype TYPE grac_sod_user_type, roleid TYPE grfn_role, profile TYPE grac_profile, role_type TYPE grac_sod_role_type, objectid TYPE grac_mitigation_obj, objecttype TYPE grac_hrobject_type, org_level TYPE grac_org_level, orgvalue TYPE grac_org_val_map, accontrolid TYPE grac_control_id, orgunitid TYPE grpc_api_object_id, mng_appr TYPE grac_owner, monitor TYPE grac_owner, fullname TYPE ad_namtext, e_mail TYPE ad_smtpadr, frequency TYPE grac_frequency, validfrom TYPE grac_valid_from, validto TYPE grac_valid_to, EXPDATE type GRAC_DATE, EXPDROL type char1, EXPIROL type char1, DDASROL type char1, pname type progname, END OF t_s_risk_analysis
34 T_S_SFLIGHT Public See coding 20100808 BEGIN OF t_s_sflight, carrid TYPE s_carr_id, connid TYPE s_conn_id, fldate TYPE s_date, price TYPE s_price, currency TYPE s_currcode, is_intercontinental TYPE boole_d, END OF t_s_sflight
35 T_T_RESULT Public See coding 20100808 t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
36 T_T_RISKANALYSIS_RESULT Public See coding 20100808 t_t_riskanalysis_result TYPE STANDARD TABLE OF t_s_riskanalysis_result WITH DEFAULT KEY
37 T_T_RISK_ANALYSIS Public See coding 20100808 t_t_risk_analysis TYPE STANDARD TABLE OF t_s_risk_analysis WITH DEFAULT KEY
38 T_T_SFLIGHT Public See coding 20100808 t_t_sflight TYPE STANDARD TABLE OF t_s_sflight WITH DEFAULT KEY
39 T_USER Private See coding 20100808
Method Signatures

Method GET_REPORTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REPORT Call by reference Type reference (TYPE) GRFN_REPNAME Report name 20100808

Method GET_REPORTNAME on class CL_GRAC_FEEDER_EXPROLES 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_ASSIST Call by reference Object reference (TYPE REF TO) CL_GRAC_SOD_SEARCH_ASSIST SOD Search Assistance Class 20100808
2 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100808
3 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100808
4 Importing IO_SEARCH_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100808

Method SET_WD_INSTANCES on class CL_GRAC_FEEDER_EXPROLES 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 20100808

Method SORT_GUIBB_NODES on class CL_GRAC_FEEDER_EXPROLES 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 20100808

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