SAP ABAP Class CL_GRFN_UTIL_EVALUATION (Util for evaluation)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_ISSUE (Package) GRC Issue Management
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_ISSUE (Package) GRC Issue Management
Properties
Class | CL_GRFN_UTIL_EVALUATION | |
Short Description | Util for evaluation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_ISSUE | GRC Issue Management |
Created | 20100824 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRFN_UTIL_EVALUATION has no forward declaration.
Interfaces
Class CL_GRFN_UTIL_EVALUATION has no interface implemented.
Friends
Class CL_GRFN_UTIL_EVALUATION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MT_SOURCE | Static Attribute | Private | Type reference (TYPE) | TY_T_ENTITY_SOURCE | table type for sources of ad-hoc issues | 20100824 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | READ_SOURCE | Static method | Public | Method | Read remediation types | 20100824 |
Events
Class CL_GRFN_UTIL_EVALUATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_ENTITY_SOURCE | Private | See coding | 20100824 | BEGIN OF ty_s_entity_source,
entity TYPE grfn_api_entity_id,
type TYPE grfn_issuetype,
lang TYPE lang,
text TYPE grfn_text100,
END OF ty_s_entity_source
|
||
2 | TY_T_ENTITY_SOURCE | Private | See coding | 20100824 | ty_t_entity_source TYPE HASHED TABLE OF ty_s_entity_source
WITH UNIQUE KEY entity type lang
|
Method Signatures
Method READ_SOURCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100824 | ||
2 | Importing | IV_LANG | Call by reference | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20100824 | ||
3 | Returning | RT_SOURCE | Value transfer | Type reference (TYPE) | GRFN_T_ISSUE_SOURCE | table type for sources of ad-hoc issues | 20100824 |
Method READ_SOURCE on class CL_GRFN_UTIL_EVALUATION has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000 |