SAP ABAP Class CL_GRAC_FEEDER_REQUEST_SEARCH (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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20100422 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20100422 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20100422 |
Properties
Class | CL_GRAC_FEEDER_REQUEST_SEARCH | |
Short Description | Feeder class for Access Request Search OIF | |
Super 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 | 20100422 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRAC_FEEDER_REQUEST_SEARCH has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20100422 | ||
2 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20100422 | ||
3 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20100422 |
Friends
Class CL_GRAC_FEEDER_REQUEST_SEARCH has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Public | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20100422 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20100428 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | GRAC_T_SEARCH_RENDER_SETTINGS | Search render properties | 20100707 | ||
4 | ![]() |
Static Attribute | Public | Type reference (TYPE) | GRFN_MW_PROCESS_ID | Process ID | 20100824 | ||
5 | ![]() |
Static Attribute | Public | Type reference (TYPE) | TABNAME | Table Name | 20100705 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20100720 | |
2 | ![]() |
Instance method | Private | Method | 20100422 | |
3 | ![]() |
Static method | Public | Method | 20100503 | |
4 | ![]() |
Instance method | Public | Method | 20100422 | |
5 | ![]() |
Instance method | Public | Method | 20100422 | |
6 | ![]() |
Instance method | Public | Method | 20100422 |
Events
Class CL_GRAC_FEEDER_REQUEST_SEARCH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LTY_STRU_INPUT | Public | See coding | 20100422 | 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 | 20100422 | 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 | 20100422 | BEGIN OF s_element,
implicit_index TYPE i,
explicit_index TYPE i,
END OF s_element
|
||
4 | T_ACTION_LIST | Public | See coding | 20100422 | 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 | 20100422 | BEGIN OF t_action_search,
action TYPE grac_action,
END OF t_action_search
|
||
6 | T_BPROC_LIST | Public | See coding | 20100422 | 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 | 20100422 | t_elements TYPE STANDARD TABLE OF s_element WITH DEFAULT KEY
|
||
8 | T_LANDSCAPE_LIST | Public | See coding | 20100422 | 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 | 20100422 | 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 | 20100422 | 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 | 20100422 | 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 | 20100422 | 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 | 20100422 | BEGIN OF t_system,
id TYPE grfn_connectorid,
name TYPE grfn_conn_desc,
END OF t_system
|
||
14 | T_S_RESULT | Public | See coding | 20100422 | 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 | 20100422 | t_t_result TYPE STANDARD TABLE OF t_s_result WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GRAC_FEEDER_REQUEST_SEARCH has no parameter.
Method CONSTRUCTOR on class CL_GRAC_FEEDER_REQUEST_SEARCH has no exception.
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | rsparams Table | 20100423 | ||
2 | ![]() |
RT_RESULTS | Value transfer | Type reference (TYPE) | GRAC_T_API_REQUEST_LIST | Table type for role search results | 20100423 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100422 |
Method RETRIEVE_SEARCH_CRITERIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SEARCH_CRITERIA | Value transfer | Type reference (TYPE) | FPMGB_T_SEARCH_CRITERIA | search criteria for GUIBB Search | 20100503 |
Method RETRIEVE_SEARCH_CRITERIA on class CL_GRAC_FEEDER_REQUEST_SEARCH has no exception.
Method SET_WD_INSTANCES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20100422 | ||
2 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100422 | ||
3 | ![]() |
IO_SEARCH_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100422 |
Method SET_WD_INSTANCES on class CL_GRAC_FEEDER_REQUEST_SEARCH has no exception.
Method SORT_GUIBB_NODES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT | Web Dynpro Context | 20100422 |
Method SORT_GUIBB_NODES on class CL_GRAC_FEEDER_REQUEST_SEARCH has no exception.
Method SORT_NODE_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20100422 |
Method SORT_NODE_ELEMENTS on class CL_GRAC_FEEDER_REQUEST_SEARCH has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |