SAP ABAP Interface IF_GRPC_API_CAPA (API for capa)
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_CAPA CAPA Plan API 20091030
Properties
Interface IF_GRPC_API_CAPA  
Short Description API for capa    
General Data
Package GRPC_ENTITY_API   GRC Process controls API 
Created 20091030   SAP 
Last changed 20141106    
Unicode checks active    
Forward declarations
Interface IF_GRPC_API_CAPA has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_BASIS Basis interface for the GRC API 20091030
Friends
Interface IF_GRPC_API_CAPA has no friend.
Attributes
Interface IF_GRPC_API_CAPA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ACTLIST Instance method Public Method Action List for CAPA Plan 20091030
2 CPACTION_CREATE Instance method Public Method Create corrective or preventive aciton 20091030
3 CPACTION_DELETE Instance method Public Method Delete corrective or preventive aciton 20091030
4 CPACTION_UPDATE Instance method Public Method Update corrective or preventive aciton 20091030
5 CREATE Static method Public Method Create capa plan 20091030
6 DELETE Instance method Public Method delete capa 20100727
7 DOACTION Instance method Public Method Do action for CAPA Plan 20091030
8 QUERY Static method Public Method query capa plans 20091030
9 RCA_CREATE Instance method Public Method create Immediate Cause & Data 20091030
10 RCA_DELETE Instance method Public Method delete Immediate Cause & Data 20091030
11 RCA_UPDATE Instance method Public Method update Immediate Cause & Data 20091030
12 RETRIEVE Instance method Public Method retrieve capa plan 20091030
13 SUBOBJECT_INFO Instance method Public Method 20091030
14 UPDATE Instance method Public Method update capa plan 20091030
Events
Interface IF_GRPC_API_CAPA has no event.
Types
Interface IF_GRPC_API_CAPA 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 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method CPACTION_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CPACTION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091030
2 Importing IS_CPACTION_NEW Call by reference Type reference (TYPE) GRPC_S_CAPA_ACTION 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method CPACTION_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CPACTION_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID 20091030
2 Importing I_TYPE Call by reference Type reference (TYPE) GRPC_CAPA_ACTION_TYPE 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method CPACTION_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CPACTION Call by reference Type reference (TYPE) GRPC_S_CAPA_ACTION CAPA Corrective Actions & Preventive Actions 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

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 20091030
2 Importing IS_CAPAPLAN_NEW Value transfer Type reference (TYPE) GRPC_S_CAPA_PLAN CAPA plan 20091203
3 Importing IV_ISSUE_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091030
4 Returning RV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method DELETE 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 20100727
2 Importing IV_CAPA_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100727

Method DELETE on Interface IF_GRPC_API_CAPA has no exception.

Method DOACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTIVITY Value transfer Type reference (TYPE) J_VORGANG Business Transaction 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CAPA_PLAN_LIST Call by reference Type reference (TYPE) GRPC_T_CAPA_PLAN_LIST Table of CAPA Plan list 20091030
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION GRPC unique session ID 20091030
3 Importing I_OBJECT_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method RCA_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RCA_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091030
2 Importing IS_RCA_DATA_NEW Call by reference Type reference (TYPE) GRPC_S_IMCS_DATA Immediate Cause & Data 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method RCA_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RCA_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091103
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method RCA_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RCA_DATA Call by reference Type reference (TYPE) GRPC_S_IMCS_DATA Immediate Cause & Data 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EB_ENQUEUED Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20091030
2 Exporting ES_CAPA_PLAN Call by reference Type reference (TYPE) GRPC_S_CAPA_PLAN CAPA plan 20091030
3 Exporting ES_CASE_REF Call by reference Type reference (TYPE) GRPC_S_API_CASE_REF Case reference structure 20091030
4 Exporting ET_CAPA_CA Call by reference Type reference (TYPE) GRPC_T_CAPA_ACTION CAPA Corrective Actions & Preventive Actions 20091030
5 Exporting ET_CAPA_PA Call by reference Type reference (TYPE) GRPC_T_CAPA_ACTION CAPA Corrective Actions & Preventive Actions 20091030
6 Exporting ET_QANSWER Call by reference Type reference (TYPE) GRPC_T_UI_QUESTION_ANSWER Table Type for the Question and Answer for CAPA 20091030
7 Exporting ET_RCA Call by reference Type reference (TYPE) GRPC_T_IMCS_DATA Immediate Cause & Data 20091030
8 Exporting E_ISSUE_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091030
9 Importing I_EDITABLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method SUBOBJECT_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LTEXT Value transfer Type reference (TYPE) GRPC_LONG_TEXT Description 20091102
2 Exporting E_STEXT Value transfer Type reference (TYPE) GRPC_API_OBJECT_DESCR Description of the entity 20091102
3 Importing I_OBJECT_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091102
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CAPAPLAN Call by reference Type reference (TYPE) GRPC_S_CAPA_PLAN CAPA plan 20091030
2 Importing IT_QANSWER Call by reference Type reference (TYPE) GRPC_T_UI_QUESTION_ANSWER Table Type for the Question and Answer for CAPA 20091030
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091030
History
Last changed by/on SAP  20141106 
SAP Release Created in 600