SAP ABAP Class CL_GRAC_FEEDER_ACT_ROLES_REPT (Feeder class for Action roles report)
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 20100728
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20100728
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20100728
Properties
Class CL_GRAC_FEEDER_ACT_ROLES_REPT  
Short Description Feeder class for Action roles report    
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 20100728   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRAC_FEEDER_ACT_ROLES_REPT has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20100728
2 IF_FPM_GUIBB_OVS Interface providing callback methods for using OVS with POWL 20100728
3 IF_FPM_GUIBB_SEARCH Generic Search UI Building Block 20100728
Friends
Class CL_GRAC_FEEDER_ACT_ROLES_REPT 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 20100728
2 MO_COMPONENT Static Attribute Private Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100728
3 MO_CONFIG_ROOT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100728
4 MO_CONTEXT Static Attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro Context 20100728
5 MO_FIELD_CATALOG Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100728
6 MO_RENDER Instance attribute Private Object reference (TYPE REF TO) IF_FPM_GUIBB_RENDER renders the search UI 20100728
7 MO_RESULT_TABLE Instance attribute Public Object reference (TYPE REF TO) CL_FPM_GUIBB_SEARCH_RESULT handles the optional result table 20100728
8 MO_SEARCH_NODE Static Attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100728
9 MT_FILTER Static Attribute Public Type reference (TYPE) GRFN_T_REP_FILTER_DEFINITION Filter Definition 20100728
10 MT_FPM_SEARCH_CRITERIA Static Attribute Public Type reference (TYPE) FPMGB_T_SEARCH_CRITERIA search criteria for GUIBB Search 20100728
11 MT_RESULT_DATA Instance attribute Private Object reference (TYPE REF TO) DATA 20100728
12 MT_SEARCH_FIELDS Instance attribute Private Type reference (TYPE) FPMGB_T_SEARCHFIELD_DESCR Search Fielddescription 20100728
13 MT_SOD_VIOL_SUM Instance attribute Public Type reference (TYPE) GRAC_T_SOD_VIOL_SUM Violation Summary 20100728
14 MV_ALERT Static Attribute Public Type reference (TYPE) GRAC_ALERT_TYPE Alert Type 20100728
15 MV_REPORT Static Attribute Public Type reference (TYPE) GRFN_REPNAME Report name 20100728
Methods
# Method Level Visibility Method type Description Created on
1 GET_REPORTNAME Static method Public Method 20100728
2 SET_WD_INSTANCES Static method Public Method 20100728
3 SORT_GUIBB_NODES Instance method Public Method 20100728
4 SORT_NODE_ELEMENTS Instance method Public Method 20100728
Events
Class CL_GRAC_FEEDER_ACT_ROLES_REPT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ACTION Private See coding 20100728 BEGIN OF s_action, * add fields for the selection list here system TYPE grfn_connectorid, action TYPE grac_long_action, descn TYPE grac_descn, END OF s_action
2 S_ACTRULEID Private See coding 20100728 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
3 S_CONNECTOR Private See coding 20100728 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
4 S_ELEMENT Public See coding 20100728 BEGIN OF s_element, implicit_index TYPE i, explicit_index TYPE i, END OF s_element
5 S_FIELD Private See coding 20100728 BEGIN OF s_field, * add fields for the display of your search input here * connector TYPE grfn_connectorid, fieldname TYPE grac_org_level, descn TYPE grac_long_descn, * langu type sy-langu, END OF s_field
6 S_FIELD1 Private See coding 20100728 BEGIN OF s_field1, * add fields for the display of your search input here fieldname TYPE grac_org_level, END OF s_field1
7 S_FUNCTID Private See coding 20100728 BEGIN OF s_functid, "add fields for the selection list here functid TYPE grac_funct_id, descn TYPE grac_descn, END OF s_functid
8 S_ORGRULE Private See coding 20100728 BEGIN OF s_orgrule, orgrule TYPE grac_org_rule_id, descn TYPE grac_descn, END OF s_orgrule
9 S_ORGUNITID Private See coding 20100728 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
10 S_PROFILE Private See coding 20100729 BEGIN OF s_profile, profile TYPE grac_sod_object, descn TYPE grac_descn, END OF s_profile
11 S_RESOURCEID Private See coding 20100728 BEGIN OF s_resourceid, "add fields for the selection list here system TYPE grfn_connectorid, resourceid TYPE grac_long_permission, END OF s_resourceid
12 S_ROLE Private See coding 20100729 BEGIN OF s_role, role TYPE grac_sod_object, descn TYPE grac_descn, END OF s_role
13 S_RULESET Private See coding 20100728 BEGIN OF s_ruleset, rulesetid TYPE grac_ruleset_id, descn TYPE grac_descn, END OF s_ruleset
14 S_SODRISK Private See coding 20100728 BEGIN OF s_sodrisk, risk TYPE grac_sodrisk_id, descn TYPE grac_descn, END OF s_sodrisk
15 S_USER Private See coding 20100728 BEGIN OF s_user, user TYPE grac_user, descn TYPE grac_user_name, END OF s_user
16 TY_S_MESSAGE Public See coding 20100728 BEGIN OF ty_s_message, standard_message TYPE ty_s_standard_message, t100_message TYPE ty_s_t100_message, END OF ty_s_message
17 TY_S_STANDARD_MESSAGE Public See coding 20100728 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
18 TY_S_T100_MESSAGE Public See coding 20100728 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
19 TY_T_MESSAGES Public See coding 20100728 ty_t_messages TYPE STANDARD TABLE OF ty_s_message
20 T_ACTION Private See coding 20100728 t_action TYPE STANDARD TABLE OF s_action
21 T_ACTRULEID Private See coding 20100728 t_actruleid TYPE STANDARD TABLE OF s_actruleid
22 T_CONNECTOR Private See coding 20100728 t_connector TYPE STANDARD TABLE OF s_connector
23 T_ELEMENTS Public See coding 20100728 t_elements TYPE STANDARD TABLE OF s_element WITH DEFAULT KEY
24 T_FIELD Private See coding 20100728 t_field TYPE STANDARD TABLE OF s_field
25 T_FIELD1 Private See coding 20100728 t_field1 TYPE STANDARD TABLE OF s_field1
26 T_FUNCTID Private See coding 20100728 t_functid TYPE STANDARD TABLE OF s_functid
27 T_ORGRULE Private See coding 20100728 t_orgrule TYPE STANDARD TABLE OF s_orgrule
28 T_ORGUNITID Private See coding 20100728 t_orgunitid TYPE STANDARD TABLE OF s_orgunitid
29 T_PROFILE Private See coding 20100729 t_profile TYPE STANDARD TABLE OF s_profile
30 T_RESOURCEID Private See coding 20100728 t_resourceid TYPE STANDARD TABLE OF s_resourceid
31 T_ROLE Private See coding 20100729 t_role TYPE STANDARD TABLE OF s_role
32 T_RULESET Private See coding 20100728 t_ruleset TYPE STANDARD TABLE OF s_ruleset
33 T_SFLIGHT_DATA_BASE Public See coding 20100728 t_sflight_data_base TYPE STANDARD TABLE OF sflight WITH DEFAULT KEY
34 T_SODRISK Private See coding 20100728 t_sodrisk TYPE STANDARD TABLE OF s_sodrisk
35 T_S_RESULT Public See coding 20100728 BEGIN OF t_s_result, connid TYPE s_conn_id, carrid TYPE s_carr_id, fldate TYPE s_date, END OF t_s_result
36 T_S_RISKANALYSIS_RESULT Public See coding 20100728 BEGIN OF t_s_riskanalysis_result, connector TYPE grfn_connectorid, riskid TYPE grac_sodrisk_id, END OF t_s_riskanalysis_result
37 T_S_RISK_ANALYSIS Public See coding 20100728 BEGIN OF t_s_risk_analysis, connector TYPE grfn_connectorid, rolename TYPE grac_role_name, profile TYPE grac_profile, END OF t_s_risk_analysis
38 T_S_SFLIGHT Public See coding 20100728 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
39 T_T_RESULT Public See coding 20100728 t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
40 T_T_RISKANALYSIS_RESULT Public See coding 20100728 t_t_riskanalysis_result TYPE STANDARD TABLE OF t_s_riskanalysis_result WITH DEFAULT KEY
41 T_T_RISK_ANALYSIS Public See coding 20100728 t_t_risk_analysis TYPE STANDARD TABLE OF t_s_risk_analysis WITH DEFAULT KEY
42 T_T_SFLIGHT Public See coding 20100728 t_t_sflight TYPE STANDARD TABLE OF t_s_sflight WITH DEFAULT KEY
43 T_USER Private See coding 20100728 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 20100728

Method GET_REPORTNAME on class CL_GRAC_FEEDER_ACT_ROLES_REPT 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 20100728
2 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20100728
3 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100728
4 Importing IO_SEARCH_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100728

Method SET_WD_INSTANCES on class CL_GRAC_FEEDER_ACT_ROLES_REPT 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 20100728

Method SORT_GUIBB_NODES on class CL_GRAC_FEEDER_ACT_ROLES_REPT 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 20100728

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