SAP ABAP Class CL_GRRM_WD_THRESH_ASSIST (Assistance Class for GRRM_THRESHOLD_BROWSER)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_WD (Package) Webdynpro Applications for RM
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_WD (Package) Webdynpro Applications for RM
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 | 20120207 |
Properties
Class | CL_GRRM_WD_THRESH_ASSIST | |
Short Description | Assistance Class for GRRM_THRESHOLD_BROWSER | |
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 | GRRM_WD | Webdynpro Applications for RM |
Created | 20120207 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRRM_WD_THRESH_ASSIST has no forward declaration.
Interfaces
Class CL_GRRM_WD_THRESH_ASSIST has no interface implemented.
Friends
Class CL_GRRM_WD_THRESH_ASSIST has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_COPY_ALL | Constant | Public | Type reference (TYPE) | CHAR2 | 'AL' | Version Number Component | 20120209 | |
2 | GC_COPY_CHILDREN | Constant | Public | Type reference (TYPE) | CHAR2 | 'CH' | Version Number Component | 20120209 | |
3 | GC_COPY_CLIP | Constant | Public | Type reference (TYPE) | CHAR2 | 'CL' | Version Number Component | 20120209 | |
4 | GC_COPY_SAME_LEVEL | Constant | Public | Type reference (TYPE) | CHAR2 | 'SL' | Version Number Component | 20120209 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | QUERY_ORGUNITS | Static method | Public | Method | Performance optimized query for nav tree | 20120214 |
Events
Class CL_GRRM_WD_THRESH_ASSIST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_OBJECT | Public | See coding | 20130323 | BEGIN OF ys_object,
object_id TYPE grfn_api_object_id,
object_title TYPE grfn_title,
END OF ys_object
|
||
2 | YS_ORGUNIT | Public | See coding | 20120214 | BEGIN OF ys_orgunit,
orgunit_id TYPE grfn_api_object_id,
parent_id TYPE grfn_api_object_id,
name TYPE stext,
ou_thresh TYPE abap_bool,
sum_thresh TYPE abap_bool,
END OF ys_orgunit
|
||
3 | YT_ORGUNIT | Public | See coding | 20120214 | yt_orgunit TYPE STANDARD TABLE OF ys_orgunit
|
Method Signatures
Method QUERY_ORGUNITS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_ORGUNIT | Value transfer | Type reference (TYPE) | YT_ORGUNIT | 20120214 | |||
2 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20120214 | ||
3 | Importing | IV_ORG_VIEW | Call by reference | Type reference (TYPE) | GRFN_ORG_VIEW_ID | Organization View ID | 20120216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20120214 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1100 |