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 | ![]() |
Instance method | Public | Method | Get Actlist | 20091105 |
2 | ![]() |
Instance method | Public | Method | Check Issue | 20091105 |
3 | ![]() |
Static method | Public | Method | Generate a new ID for Issue | 20091029 |
4 | ![]() |
Instance method | Public | Method | Delete a specified issue | 20091029 |
5 | ![]() |
Instance method | Public | Method | Do action with action ID | 20091105 |
6 | ![]() |
Static method | Public | Method | Query for a list of issues | 20091029 |
7 | ![]() |
Instance method | Public | Method | Retrieve the details of a specified issue | 20091029 |
8 | ![]() |
Instance method | Public | Method | Retrieve remediation plans of an Issue | 20091105 |
9 | ![]() |
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 | ![]() |
ET_ACTION | Call by reference | Type reference (TYPE) | GRPC_T_ACTIVITY_FOR_STATUS | Texts for Business Transactions | 20091105 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091105 | ||
3 | ![]() |
E_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091105 | ||
4 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091105 | ||
5 | ![]() |
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 | ![]() |
Generic GRC API exception | 20091105 |
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091105 | ||
2 | ![]() |
E_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091105 | ||
3 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091105 | ||
4 | ![]() |
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 | ![]() |
Generic GRC API exception | 20091105 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091029 | ||
2 | ![]() |
IV_PARENT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | Parent Object ID | 20091104 | ||
3 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091029 | ||
4 | ![]() |
RV_ISSUE_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091104 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RETURN_CODE | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20091104 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091104 | ||
3 | ![]() |
IV_ISSUE_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091104 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091104 |
Method DOACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091105 | ||
2 | ![]() |
IV_ACTION_ID | Call by reference | Type reference (TYPE) | J_VORGANG | Business Transaction | 20091105 | ||
3 | ![]() |
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 | ![]() |
Generic GRC API exception | 20091105 |
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091105 | ||
2 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091105 | ||
3 | ![]() |
RV_ISSUES | Value transfer | Type reference (TYPE) | GRPC_T_API_ISSUE_LIST | Table type for Issue List | 20091105 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091105 |
Method RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CASE_REF | Call by reference | Type reference (TYPE) | GRPC_S_API_CASE_REF | Case reference structure | 20091105 | ||
2 | ![]() |
ES_ISSUE_DATA | Call by reference | Type reference (TYPE) | GRPC_S_API_ISSUE | Issue Data | 20091105 | ||
3 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091105 | ||
4 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091105 | ||
5 | ![]() |
IV_EDITABLE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20091105 | ||
6 | ![]() |
IV_ISSUE_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091105 | ||
7 | ![]() |
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 | ![]() |
Generic GRC API exception | 20091105 |
Method RMPLANS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091105 | ||
2 | ![]() |
ET_PLANS | Call by reference | Type reference (TYPE) | GRPC_T_API_PLAN_LIST | Table for remediation plan list | 20091105 | ||
3 | ![]() |
E_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091105 | ||
4 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091105 | ||
5 | ![]() |
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 | ![]() |
Generic GRC API exception | 20091105 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20091105 | ||
2 | ![]() |
E_RETURN_CODE | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20091105 | ||
3 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091105 | ||
4 | ![]() |
IS_ISSUE_DATA_CHANGED | Call by reference | Type reference (TYPE) | GRPC_S_API_ISSUE | Issue Data | 20091105 | ||
5 | ![]() |
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 | ![]() |
Generic GRC API exception | 20091105 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |