SAP ABAP Class CL_GRAC_UI_BROWSE_COLLECT_ASST (UI Text element)
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 | 20090924 |
Properties
| Class | CL_GRAC_UI_BROWSE_COLLECT_ASST | |
| Short Description | UI Text element | |
| 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 | 20090924 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRAC_UI_BROWSE_COLLECT_ASST has no forward declaration.
Interfaces
Class CL_GRAC_UI_BROWSE_COLLECT_ASST has no interface implemented.
Friends
Class CL_GRAC_UI_BROWSE_COLLECT_ASST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CONNECTOR_MULTI' | 20091019 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get Role Search Attribute Configuration | 20121102 | |
| 2 | Instance method | Public | Method | 20110702 | ||
| 3 | Instance method | Public | Method | Get Role Search Attribute Configuration | 20121102 |
Events
Class CL_GRAC_UI_BROWSE_COLLECT_ASST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ENVIRONMENT_TYPE | Public | See coding | 20110702 | BEGIN OF environment_type,
environment TYPE domvalue_l,
system_environment TYPE ddtext,
END OF environment_type
|
||
| 2 | LTY_STRU_INPUT_BPROC | Public | See coding | 20110701 | BEGIN OF lty_stru_input_bproc,
connector_grp TYPE grfn_connectorgrp,
connector_grp_descn TYPE grac_descn,
"buspro TYPE grac_bproc,
"environment TYPE grac_sys_type,
bproc TYPE grac_bproc, " Note 1690975 <<
bproc_descn TYPE grac_descn, " Note 1690975 >>
END OF lty_stru_input_bproc
|
||
| 3 | LTY_STRU_INPUT_SYSTEM | Public | See coding | 20110701 | BEGIN OF lty_stru_input_system,
connector_grp TYPE grfn_connectorgrp,
connector_grp_descn TYPE grac_descn,
"buspro TYPE grac_bproc,
environment TYPE grac_sys_type,
system TYPE grfn_connectorid, " Note 1690975 <<
system_descn TYPE grac_descn, " Note 1690975 >>
END OF lty_stru_input_system
|
||
| 4 | LTY_STRU_OUTPUT_BPROC | Public | See coding | 20110701 | BEGIN OF lty_stru_output_bproc,
bproc_descn TYPE grac_descn,
bproc TYPE grac_bproc,
connector_grp_descn TYPE grac_descn,
connector_grp TYPE grfn_connectorgrp,
END OF lty_stru_output_bproc
|
||
| 5 | LTY_STRU_OUTPUT_SYSTEM | Public | See coding | 20110701 | BEGIN OF lty_stru_output_system,
system_descn TYPE grac_descn,
system TYPE grfn_connectorid,
connector_grp_descn TYPE grac_descn,
connector_grp TYPE grfn_connectorgrp,
environment_descn TYPE grac_descn,
environment TYPE grac_sys_type, " Note 1676239
END OF lty_stru_output_system
|
||
| 6 | LTY_S_GRACBPROCAA | Public | See coding | 20110628 | BEGIN OF lty_s_gracbprocaa,
connector_grp TYPE grfn_connectorgrp,
bproc TYPE grac_bproc,
END OF lty_s_gracbprocaa
|
||
| 7 | LTY_T_GRACBPROCAA | Public | See coding | 20110628 | lty_t_gracbprocaa TYPE TABLE OF lty_s_gracbprocaa
|
||
| 8 | TABLE_ENVIRONMENT_TYPE | Public | See coding | 20110702 | table_environment_type TYPE SORTED TABLE OF environment_type WITH UNIQUE KEY environment
|
||
| 9 | YS_SEARCH_DATA | Public | See coding | 20100823 | BEGIN OF ys_search_data,
preset TYPE string,
search_data TYPE REF TO data,
END OF ys_search_data
|
||
| 10 | YT_SEARCH_DATA | Public | See coding | 20100823 | yt_search_data TYPE TABLE OF ys_search_data
|
Method Signatures
Method GET_ACCREQ_ROLE_SRCH_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OU_ACCREQ_ROLE_SRCH_ATTR | Value transfer | Type reference (TYPE) | GRAC_T_ACCREQRLSRCHATR | Table Type for Access Requst Role Search Attributes | 20121102 |
Method GET_ACCREQ_ROLE_SRCH_ATTR on class CL_GRAC_UI_BROWSE_COLLECT_ASST has no exception.
Method GET_ENVIRONMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ENVIRONMENT | Value transfer | Type reference (TYPE) | TABLE_ENVIRONMENT_TYPE | 20110702 |
Method GET_ENVIRONMENT on class CL_GRAC_UI_BROWSE_COLLECT_ASST has no exception.
Method GET_ROLE_SRCH_ATTR_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OU_ROLE_SEARCH_ATTR_CONFIG | Value transfer | Type reference (TYPE) | GRAC_T_RLSRCHCFG | Table Type for GRACV_DRLSRCHCFG | 20121102 |
Method GET_ROLE_SRCH_ATTR_CONFIG on class CL_GRAC_UI_BROWSE_COLLECT_ASST has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |