SAP ABAP Class CL_GRAC_FEEDER_RAR_REPORTS (Feeder class for Reports)
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 20100722
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20100722
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20100722
Properties
Class CL_GRAC_FEEDER_RAR_REPORTS  
Short Description Feeder class for Reports    
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 20100722   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRAC_FEEDER_RAR_REPORTS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20100722
2 IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20100722
3 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20100722
Friends
Class CL_GRAC_FEEDER_RAR_REPORTS 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_RAR_REPORTS_ASSIST SOD Search Assistance Class 20100722
2 MO_COMPONENT Static Attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100722
3 MO_CONFIG_ROOT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100722
4 MO_CONTEXT Static Attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20100722
5 MO_FIELD_CATALOG Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100722
6 MO_RENDER Instance attribute Private Object reference (TYPE REF TO) IF_FPM_GUIBB_RENDER GUIBB Rendering 20100724
7 MO_RESULT_TABLE Instance attribute Public Object reference (TYPE REF TO) CL_FPM_GUIBB_SEARCH_RESULT handles the optional result table 20100722
8 MO_SEARCH_NODE Static Attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100722
9 MT_FILTER Static Attribute Public Type reference (TYPE) GRFN_T_REP_FILTER_DEFINITION Filter Definition 20100722
10 MT_FPM_SEARCH_CRITERIA Static Attribute Public Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20100722
11 MT_RESULT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20100722
12 MT_SEARCH_FIELDS Instance attribute Private Type reference (TYPE) FPMGB_T_SEARCHFIELD_DESCR Search Fielddescription 20100722
13 MT_SOD_VIOL_SUM Instance attribute Public Type reference (TYPE) GRAC_T_SOD_VIOL_SUM Violation Summary 20100722
14 MV_ALERT Static Attribute Public Type reference (TYPE) GRAC_ALERT_TYPE Alert Type 20100722
15 MV_CRITERIA Static Attribute Private Type reference (TYPE) STRING 20100722
16 MV_REPORT Static Attribute Public Type reference (TYPE) GRFN_REPNAME Report name 20100722
Methods
# Method Level Visibility Method type Description Created on
1 GET_REPORTNAME Static method Public Method 20100722
2 SET_CRITERIA Static method Public Method 20100722
3 SET_WD_INSTANCES Static method Public Method 20100722
4 SORT_GUIBB_NODES Instance method Public Method 20100722
5 SORT_NODE_ELEMENTS Instance method Public Method 20100722
Events
Class CL_GRAC_FEEDER_RAR_REPORTS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ACTRULEID Private See coding 20100722 BEGIN OF s_actruleid, * add fields for the display of your search input here connector TYPE grfn_connectorid, actruleid TYPE grac_actrule_id, END OF s_actruleid
2 S_CONNECTOR Private See coding 20100722 BEGIN OF s_connector, * add fields for the selection list here connector TYPE grfn_connectorid, conn_name TYPE grfn_conn_desc, END OF s_connector
3 S_ELEMENT Public See coding 20100722 BEGIN OF s_element, implicit_index TYPE i, explicit_index TYPE i, END OF s_element
4 S_OBJECT_ID Private See coding 20100722 BEGIN OF s_object_id, objectid TYPE grac_sod_object, descn TYPE grac_descn, END OF s_object_id
5 S_ORGRULE Private See coding 20100722 BEGIN OF s_orgrule, orgrule TYPE grac_org_rule_id, descn TYPE grac_descn, END OF s_orgrule
6 S_ORGUNITID Private See coding 20101112 BEGIN OF s_orgunitid, "add fields for the selection list here orgunitid TYPE grpc_api_object_id, orgdesc TYPE grpc_text, END OF s_orgunitid
7 S_PROFILE Private See coding 20100722 BEGIN OF s_profile, profile TYPE grac_sod_object, descn TYPE grac_descn, END OF s_profile
8 S_ROLE Private See coding 20100722 BEGIN OF s_role, role TYPE grac_sod_object, descn TYPE grac_descn, END OF s_role
9 S_RULESET Private See coding 20100722 BEGIN OF s_ruleset, rulesetid TYPE grac_ruleset_id, descn TYPE grac_descn, END OF s_ruleset
10 S_SODRISK Private See coding 20100722 BEGIN OF s_sodrisk, risk TYPE grac_sodrisk_id, descn TYPE grac_descn, END OF s_sodrisk
11 S_USER Private See coding 20100722 BEGIN OF s_user, user TYPE grac_user, descn TYPE grac_user_name, END OF s_user
12 S_USERGRP Private See coding 20100727 BEGIN OF s_usergrp, usergrp TYPE grac_user_grp, END OF s_usergrp
13 TY_S_MESSAGE Public See coding 20100722 BEGIN OF ty_s_message, standard_message TYPE ty_s_standard_message, t100_message TYPE ty_s_t100_message, END OF ty_s_message
14 TY_S_STANDARD_MESSAGE Public See coding 20100722 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
15 TY_S_T100_MESSAGE Public See coding 20100722 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
16 TY_T_MESSAGES Public See coding 20100722 ty_t_messages TYPE STANDARD TABLE OF ty_s_message
17 T_CONNECTOR Private See coding 20100722 t_connector TYPE STANDARD TABLE OF s_connector
18 T_ELEMENTS Public See coding 20100722 t_elements TYPE STANDARD TABLE OF s_element WITH DEFAULT KEY
19 T_OBJECT_ID Private See coding 20100722 t_object_id TYPE STANDARD TABLE OF s_object_id
20 T_ORGRULE Private See coding 20100722 t_orgrule TYPE STANDARD TABLE OF s_orgrule
21 T_ORGUNITID Private See coding 20101112 t_orgunitid TYPE STANDARD TABLE OF s_orgunitid
22 T_PROFILE Private See coding 20100722 t_profile TYPE STANDARD TABLE OF s_profile
23 T_ROLE Private See coding 20100722 t_role TYPE STANDARD TABLE OF s_role
24 T_RULESET Private See coding 20100722 t_ruleset TYPE STANDARD TABLE OF s_ruleset
25 T_SFLIGHT_DATA_BASE Public See coding 20100722 t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
26 T_SODRISK Private See coding 20100722 t_sodrisk TYPE STANDARD TABLE OF s_sodrisk
27 T_S_REPORT_SELECTION Public See coding 20100722 BEGIN OF t_s_report_selection, connector TYPE grfn_connectorid, riskid TYPE grac_sodrisk_id, rulesetid TYPE grac_ruleset_id, descn TYPE grac_descn, actruleid TYPE grac_actrule_id, risklevel TYPE grac_sodrisk_level, status TYPE grac_enable_status, active TYPE grac_active, descr TYPE grpc_text, userid TYPE grac_sod_object, usergroup TYPE grac_sod_group, orgruleid TYPE grac_orgrule_id, 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, accontrolid TYPE grac_control_id, orgunitid TYPE grpc_api_object_id, mng_appr TYPE grac_owner, monitor TYPE grac_owner, validfrom TYPE grac_valid_from, validto TYPE grac_valid_to, rolename TYPE grac_role_name, roledescn TYPE grac_long_descn, profiledescn TYPE grac_long_descn, END OF t_s_report_selection
28 T_S_RESULT Public See coding 20100722 BEGIN OF t_s_result, connid TYPE s_conn_id, carrid TYPE s_carr_id, fldate TYPE s_date, END OF t_s_result
29 T_S_RISKANALYSIS_RESULT Public See coding 20100722 BEGIN OF t_s_riskanalysis_result, connector TYPE grfn_connectorid, riskid TYPE grac_sodrisk_id, END OF t_s_riskanalysis_result
30 T_S_RISK_ANALYSIS Public See coding 20100722 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, orgunit_id TYPE grpc_api_object_id, mng_appr TYPE grac_owner, monitor TYPE grac_owner, rolename TYPE grac_role_name, roledescn TYPE grac_long_descn, profiledescn TYPE grac_long_descn, END OF t_s_risk_analysis
31 T_S_SFLIGHT Public See coding 20100722 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
32 T_T_REPORT_SELECTION Public See coding 20100722 t_t_report_selection TYPE STANDARD TABLE OF t_s_report_selection WITH DEFAULT KEY
33 T_T_RESULT Public See coding 20100722 t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
34 T_T_RISKANALYSIS_RESULT Public See coding 20100722 t_t_riskanalysis_result TYPE STANDARD TABLE OF t_s_riskanalysis_result WITH DEFAULT KEY
35 T_T_RISK_ANALYSIS Public See coding 20100722 t_t_risk_analysis TYPE STANDARD TABLE OF t_s_risk_analysis WITH DEFAULT KEY
36 T_T_SFLIGHT Public See coding 20100722 t_t_sflight TYPE STANDARD TABLE OF t_s_sflight WITH DEFAULT KEY
37 T_USER Private See coding 20100722 t_user TYPE STANDARD TABLE OF s_user
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 20100722

Method GET_REPORTNAME on class CL_GRAC_FEEDER_RAR_REPORTS has no exception.

Method SET_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CRITERIA Call by reference Type reference (TYPE) STRING 'ALL' 20100722

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

Method SET_WD_INSTANCES on class CL_GRAC_FEEDER_RAR_REPORTS 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 20100722

Method SORT_GUIBB_NODES on class CL_GRAC_FEEDER_RAR_REPORTS 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 20100722

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