SAP ABAP Interface IF_GRPC_API_ISSUE (Interface for Issue API)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_ENTITY_API (Package) GRC Process controls API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRPC_API_ISSUE Issue API class 20091029
Properties
Interface IF_GRPC_API_ISSUE  
Short Description Interface for Issue API    
General Data
Package GRPC_ENTITY_API   GRC Process controls API 
Created 20091029   SAP 
Last changed 20141106    
Unicode checks active    
Forward declarations
Interface IF_GRPC_API_ISSUE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_BASIS Basis interface for the GRC API 20091029
Friends
Interface IF_GRPC_API_ISSUE has no friend.
Attributes
Interface IF_GRPC_API_ISSUE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTLIST Instance method Public Method Get Actlist 20091105
2 CHECK Instance method Public Method Check Issue 20091105
3 CREATE Static method Public Method Generate a new ID for Issue 20091029
4 DELETE Instance method Public Method Delete a specified issue 20091029
5 DOACTION Instance method Public Method Do action with action ID 20091105
6 QUERY Static method Public Method Query for a list of issues 20091029
7 RETRIEVE Instance method Public Method Retrieve the details of a specified issue 20091029
8 RMPLANS Instance method Public Method Retrieve remediation plans of an Issue 20091105
9 UPDATE Instance method Public Method Update the details of a specified issue 20091029
Events
Interface IF_GRPC_API_ISSUE has no event.
Types
Interface IF_GRPC_API_ISSUE has no local type.
Method Signatures

Method ACTLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACTION Call by reference Type reference (TYPE) GRPC_T_ACTIVITY_FOR_STATUS Texts for Business Transactions 20091105
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091105
3 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20091105
4 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091105
5 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091105

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091105
2 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20091105
3 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091105
4 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091105

Method CREATE 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 20091029
2 Importing IV_PARENT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID Parent Object ID 20091104
3 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091029
4 Returning RV_ISSUE_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091029
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091104

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_RETURN_CODE Value transfer Type reference (TYPE) INT4 Natural number 20091104
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091104
3 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091104

Method DOACTION 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 20091105
2 Importing IV_ACTION_ID Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20091105
3 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091105

Method QUERY 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 20091105
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
3 Returning RV_ISSUES Value transfer Type reference (TYPE) GRPC_T_API_ISSUE_LIST Table type for Issue List 20091105
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091105

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CASE_REF Call by reference Type reference (TYPE) GRPC_S_API_CASE_REF Case reference structure 20091105
2 Exporting ES_ISSUE_DATA Call by reference Type reference (TYPE) GRPC_S_API_ISSUE Issue Data 20091105
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091105
4 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091105
5 Importing IV_EDITABLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091105
6 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
7 Importing IV_LOAD_REF Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20120111
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091105

Method RMPLANS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091105
2 Exporting ET_PLANS Call by reference Type reference (TYPE) GRPC_T_API_PLAN_LIST Table for remediation plan list 20091105
3 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20091105
4 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091105
5 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091105

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091105
2 Exporting E_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20091105
3 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091105
4 Importing IS_ISSUE_DATA_CHANGED Call by reference Type reference (TYPE) GRPC_S_API_ISSUE Issue Data 20091105
5 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091105
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091105
History
Last changed by/on SAP  20141106 
SAP Release Created in 600