SAP ABAP Class IF_GRPC_API_RMPLAN (Interface of Class API Remediation Plan)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_GRFN_API_BASIS Basis interface for the GRC API 20091117
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRPC_API_RMPLAN Class API for Remediation Plan 20091117
Properties
Class IF_GRPC_API_RMPLAN  
Short Description Interface of Class API Remediation Plan    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20091117   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_GRPC_API_RMPLAN has no forward declaration.
Interfaces
Class IF_GRPC_API_RMPLAN has no interface implemented.
Friends
Class IF_GRPC_API_RMPLAN has no friend class.
Attributes
Class IF_GRPC_API_RMPLAN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTLIST Instance method Public Method Get action list 20091117
2 CHECK Instance method Public Method Check 20091117
3 CREATE Static method Public Method Generate a new ID for RM Plan 20091117
4 DELETE Instance method Public Method Delete RM Plan 20091117
5 DOACTION Instance method Public Method Do action with Action ID 20091117
6 QUERY Static method Public Method Query RM Plans 20091117
7 RETRIEVE Instance method Public Method Get RM Plan with ID 20091117
8 UPDATE Instance method Public Method Update RM Plan 20091117
Events
Class IF_GRPC_API_RMPLAN has no event.
Types
Class IF_GRPC_API_RMPLAN 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_ACTIVITY Call by reference Type reference (TYPE) GRPC_T_ACTIVITY_FOR_STATUS Texts for Business Transactions 20091117
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) INT4 Natural number 20091117
3 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091117
4 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091117

Method CHECK 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 20091117
2 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
3 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) INT4 Natural number 20091117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091117

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 20091117
2 Importing IV_ISSUE_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
3 Returning RV_RMPLAN_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091117

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 20091117
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091117
3 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091117

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 20091117
2 Importing IV_ACTIVITY Call by reference Type reference (TYPE) J_VORGANG Business Transaction 20091117
3 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
4 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) INT4 Natural number 20091117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091117

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 20091117
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
3 Returning RT_RMPLANS Value transfer Type reference (TYPE) GRPC_T_API_PLAN_LIST Table for remediation plan list 20091117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091117

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CASE_REF Value transfer Type reference (TYPE) GRPC_S_API_CASE_REF Case reference structure 20091117
2 Exporting ES_PLAN_DATA Value transfer Type reference (TYPE) GRPC_S_API_REMPL API structure for Remediation Plan 20091117
3 Exporting ET_RMPLAN_LOGS Value transfer Type reference (TYPE) GRPC_T_RMPLAN_LOG Table type of GRPC_S_RMPLAN_LOG 20091117
4 Exporting EV_ISSUE_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
5 Exporting EV_RETURN_CODE Value transfer Type reference (TYPE) INT4 Natural number 20091117
6 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091117
7 Importing IV_EDITABLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091117
8 Importing IV_LOAD_REF Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120111
9 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091117

Method UPDATE 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 20091117
2 Importing IS_PLAN_DATA_CHANGED Call by reference Type reference (TYPE) GRPC_S_API_REMPL API structure for Remediation Plan 20091117
3 Importing IV_NEED_RMPLANLOG Call by reference Type reference (TYPE) SAP_BOOL Whether need rmplan log 20091117
4 Importing IV_PLAN_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091117
5 Returning RV_RETURN_CODE Value transfer Type reference (TYPE) INT4 Natural number 20091117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091117
History
Last changed by/on SAP  20141106 
SAP Release Created in