SAP ABAP Class CL_GRFN_API_ISSUE (Implemeting Class of IF_GRFN_API_ISSUE)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_ISSUE (Package) GRC Issue Management
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20100113
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20100113
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_ISSUE Interface for Issue API 20100113
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MD_COMMON Interface for common master data 20130604
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_ROLE_CONTAINER API role container 20130604
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_REPORT Get data for reporting engine 20100113
Properties
Class CL_GRFN_API_ISSUE  
Short Description Implemeting Class of IF_GRFN_API_ISSUE    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package GRFN_ISSUE   GRC Issue Management 
Created 20100113   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20100113
2 IF_GRFN_API_ISSUE Interface for Issue API 20100113
3 IF_GRFN_API_MD_COMMON Interface for common master data 20130604
4 IF_GRFN_API_ROLE_CONTAINER API role container 20130604
5 IF_GRFN_REPORT Get data for reporting engine 20100113
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20100113 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_MODEL_CLASS Constant Private Type reference (TYPE) CLASSNAME 'CL_GRPC_CASES_MODEL' Reference type 20100120
2 MC_MODEL_SETUP Constant Private Type reference (TYPE) CLASSNAME 'CL_GRPC_MODEL_SETUP' Reference type 20100120
3 MT_USER Static Attribute Private Type reference (TYPE) GRFN_T_USER Table of users (+details) 20100701
Methods
# Method Level Visibility Method type Description Created on
1 ADHOC_ENTITY Static method Public Method utility: check specificed entity type with ad-hoc flag 20100205
2 CHECK_ISSUE_ADMIN Static method Public Method check if specific user is issue admin or not 20100302
3 CHECK_USER_ROLE_ASSIGNMENT Static method Public Method Checks whether a certain role assignment on an object 20100228
4 GET Static method Private Method Get API class instance of an Issue 20100113
5 GET_AUTH_REGULATION Instance method Private Method Returns the regulation by which role assnmnt auth is checked 20130604
6 GET_ISSUE_ADMIN Static method Public Method read issue admin in system 20100302
7 GET_ISSUE_DURATION Instance method Private Method Get Issue Duration 20100830
8 GET_ISSUE_PRIORITY_TEXT Static method Public Method 20100628
9 GET_ROLE_ASSIGNMENT_API Instance method Private Method Returns an instance of role assignment API 20130604
10 GET_USER_ROLE_ASSIGNMENT Static method Public Method query stored adhoc issue role assignments from DB (via case) 20100228
11 HAS_AHISSUE Static method Public Method 20100324
12 QUERY_ECONTROL Static method Public Method Utility: query entity controls in system 20100303
13 QUERY_LOCAL_CONTROL Static method Public Method Utility: query local controls in system 20100202
14 QUERY_ORGUNIT Static method Public Method utility: query orgunits in system 20100302
15 READ_ENTITY Static method Public Method Utility: read table GRFNISSUEENTITY 20100121
16 READ_OVS_CONFIG Static method Public Method read ovs config 20100201
17 READ_RMD Static method Public Method read remediation types of specificed entity 20100301
18 READ_SOURCE Static method Public Method read remediation types of specificed entity 20100505
19 SHOW_REGULATION_COLUMN Instance method Private Method Specifies whether the regulation column should be displayed 20130604
Events
Class CL_GRFN_API_ISSUE has no event.
Types
Class CL_GRFN_API_ISSUE has no local type.
Method Signatures

Method ADHOC_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100205
2 Importing IV_ENTITY Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20100205
3 Returning RV_ADHOC Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100205

Method ADHOC_ENTITY on class CL_GRFN_API_ISSUE has no exception.

Method CHECK_ISSUE_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UNAME Call by reference Type reference (TYPE) UNAME User Name 20100302
2 Returning RV_ADM Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100302

Method CHECK_ISSUE_ADMIN on class CL_GRFN_API_ISSUE has no exception.

Method CHECK_USER_ROLE_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROLE Call by reference Type reference (TYPE) GRFN_T_ENTITY_ROLE List of roles 20100228
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100228
3 Importing IV_OBJ_VALIDFROM Call by reference Type reference (TYPE) GRFN_VALIDFROM Begin Date 20100228
4 Importing IV_OBJ_VALIDTO Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20100228
5 Importing IV_USERNAME Call by reference Type reference (TYPE) UNAME User Name 20100228
6 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20100228

Method CHECK_USER_ROLE_ASSIGNMENT on class CL_GRFN_API_ISSUE has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100113
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100113
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRFN_API_ISSUE 20100113

Method GET on class CL_GRFN_API_ISSUE has no exception.

Method GET_AUTH_REGULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130604

Method GET_AUTH_REGULATION on class CL_GRFN_API_ISSUE has no exception.

Method GET_ISSUE_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_USER Value transfer Type reference (TYPE) GRFN_T_USER Table of users (+details) 20100302

Method GET_ISSUE_ADMIN on class CL_GRFN_API_ISSUE has no exception.

Method GET_ISSUE_DURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DURATION Value transfer Type reference (TYPE) GRPC_REP_DURATION Duration for Issue/Remediation Plan 20100830
2 Importing IS_ISSUE Call by reference Type reference (TYPE) GRFN_S_API_ISSUE Attributes: Issue 20100830

Method GET_ISSUE_DURATION on class CL_GRFN_API_ISSUE has no exception.

Method GET_ISSUE_PRIORITY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PRIORITIES Call by reference Type reference (TYPE) WDR_CONTEXT_ATTR_VALUE_LIST All Fixed Values of an Attribute with Texts 20100701
2 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING Text field 20100701
3 Importing IV_PRIORITY Call by reference Type reference (TYPE) GRPC_ISSUE_PRIORITY Issue Priority 20100628

Method GET_ISSUE_PRIORITY_TEXT on class CL_GRFN_API_ISSUE has no exception.

Method GET_ROLE_ASSIGNMENT_API Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130604
2 Returning RO_ROLE_ASSIGNMENT_API Value transfer Object reference (TYPE REF TO) IF_GRFN_API_ROLEASSIGNMENT Interface for role assignment API 20130604

Method GET_ROLE_ASSIGNMENT_API on class CL_GRFN_API_ISSUE has no exception.

Method GET_USER_ROLE_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT_LIST Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID Table type for object details structure 20100228
2 Importing IT_ROLE Call by reference Type reference (TYPE) AGR_TT_NAME List of roles 20100228
3 Importing IV_OBJ_VALIDFROM Value transfer Type reference (TYPE) GRFN_VALIDFROM Start Date 20100228
4 Importing IV_OBJ_VALIDTO Value transfer Type reference (TYPE) GRFN_VALIDTO End Date 20100228
5 Importing IV_USERNAME Value transfer Type reference (TYPE) UNAME User Name 20100228

Method GET_USER_ROLE_ASSIGNMENT on class CL_GRFN_API_ISSUE has no exception.

Method HAS_AHISSUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100324
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100324
3 Returning RV_RESULT Value transfer Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20100324

Method HAS_AHISSUE on class CL_GRFN_API_ISSUE has no exception.

Method QUERY_ECONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ECONTROL_LIST Call by reference Type reference (TYPE) GRPC_T_OVS_ECONTROL2 Table type of control list 20100303
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100303
3 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100303

Method QUERY_ECONTROL on class CL_GRFN_API_ISSUE has no exception.

Method QUERY_LOCAL_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTROL Call by reference Type reference (TYPE) GRFN_T_OVS_CONTROL Table type of control list 20100202
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100202
3 Importing IS_FILTER Call by reference Type reference (TYPE) DATA 20130604
4 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100202

Method QUERY_LOCAL_CONTROL on class CL_GRFN_API_ISSUE has no exception.

Method QUERY_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ORGUNIT_LIST Call by reference Type reference (TYPE) GRFN_T_OVS_ORGUNIT Table type for the orgunit list structure 20100302
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100302
3 Importing IV_HIERARCHY_TYPE Value transfer Type reference (TYPE) GRFN_ASSIGNMENT_TYPE Assignment Type 20100302
4 Importing IV_OBJECTIVE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100302
5 Importing IV_PATTERN Call by reference Type reference (TYPE) GRFN_API_SEARCH_PATTERN Data element for the Search Pattern in the API 20100302
6 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100302

Method QUERY_ORGUNIT on class CL_GRFN_API_ISSUE has no exception.

Method READ_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ISS_ETY Call by reference Type reference (TYPE) GRFN_T_ISSUE_ENTITY internal table version of db table GRFNISSUEENTITY 20100121
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100121
3 Importing IV_ADHOC Call by reference Type reference (TYPE) BOOLEAN ABAP_TRUE read only adhoc issue entities 20100125

Method READ_ENTITY on class CL_GRFN_API_ISSUE has no exception.

Method READ_OVS_CONFIG 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 20100201
2 Returning RS_CONFIG Value transfer Type reference (TYPE) GRFN_S_OVSCNF config 20100201

Method READ_OVS_CONFIG on class CL_GRFN_API_ISSUE has no exception.

Method READ_RMD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REGULATION Call by reference Type reference (TYPE) GRFN_T_API_REGULATION_LIST Table type for regulation data 20100301
2 Importing IV_ENTITY Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20100301
3 Returning RV_CAPA Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100301

Method READ_RMD on class CL_GRFN_API_ISSUE has no exception.

Method READ_SOURCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SOURCE Call by reference Type reference (TYPE) GRFN_T_ISSUE_SOURCE table type for sources of ad-hoc issues 20100505
2 Importing IV_ENTITY Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20100505
3 Importing IV_LANG Call by reference Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20100505

Method READ_SOURCE on class CL_GRFN_API_ISSUE has no exception.

Method SHOW_REGULATION_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SHOW_REGULATION Value transfer Type reference (TYPE) ABAP_BOOL 20130604

Method SHOW_REGULATION_COLUMN on class CL_GRFN_API_ISSUE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600