SAP ABAP Interface IF_GRPC_API_XSUBPROCESS (Interface for Xsubprocess Entity APIs)
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_XSUBPROCESS Central Subprocess Entity API class 20091110
Properties
Interface IF_GRPC_API_XSUBPROCESS  
Short Description Interface for Xsubprocess Entity APIs    
General Data
Package GRPC_ENTITY_API   GRC Process controls API 
Created 20091110   SAP 
Last changed 20141106    
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)
Interfaces
Interface IF_GRPC_API_XSUBPROCESS has no interface.
Friends
Interface IF_GRPC_API_XSUBPROCESS has no friend.
Attributes
Interface IF_GRPC_API_XSUBPROCESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Create New Central Subprocess 20091110
2 DELETE Instance method Public Method Delete Central Subprocess 20091110
3 GET_COBJ Instance method Public Method Get the control objective of the subprocess 20091110
4 GET_CONTROLS Instance method Public Method Get control list of the Subprocess 20091110
5 GET_CTRL_NOT_ASSIGNED_REG Instance method Public Method Get control list of the Subprocess not assigned to a regulat 20091110
6 GET_LOCAL Instance method Public Method Get all local subprocess by a central subprocess 20091110
7 GET_ORG_LIST_BY_XSUBPROCESS Instance method Public Method Get Orgunit List of a Subprocess 20091110
8 GET_PROVIDER_BY_XSUBPROCESS Instance method Public Method Get Provider of the offered shared service 20091110
9 MOVE Instance method Public Method Move a subprocess to a different parent process 20091110
10 RETRIEVE Instance method Public Method Retrieve Central Subprocess Related Data 20091110
11 UPDATE Instance method Public Method Update Central Subprocess Data 20091110
12 UPDATE_COBJ_RELATED_SUBPROCESS Instance method Public Method Update COBJ Related Subprocess 20091110
Events
Interface IF_GRPC_API_XSUBPROCESS has no event.
Types
Interface IF_GRPC_API_XSUBPROCESS has no local type.
Method Signatures

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 20091110
2 Importing IS_SUBPROCESS_NEW Call by reference Type reference (TYPE) GRPC_S_API_SUBPROCESS_DATA Subprocess structure for API service( detail information ) 20091110
3 Importing IT_ACCGROUP Call by reference Type reference (TYPE) GRPC_T_API_ACCGROUP Table type of account group API 20091110
4 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
5 Returning RV_NEW_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method DELETE Signature

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

Method GET_COBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COBJ Call by reference Type reference (TYPE) GRPC_T_API_COBJECTIVE_LIST table type for Control Objective List 20091110
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method GET_CONTROLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_CONTROLS Value transfer Type reference (TYPE) GRPC_T_API_CONTROL_LIST Table type of control list 20091110
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method GET_CTRL_NOT_ASSIGNED_REG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_CONTROL Value transfer Type reference (TYPE) GRPC_T_API_CONTROL_LIST Table type of control list 20091110
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method GET_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REL_OBJECTS Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_LIST Table type for subprocess list 20091110
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method GET_ORG_LIST_BY_XSUBPROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_ORGUNIT Value transfer Type reference (TYPE) GRPC_T_API_SUB_ORGUNIT_LINK Table type of link table of Subprocess and Org-unit 20091110
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method GET_PROVIDER_BY_XSUBPROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_PROVIDER Value transfer Type reference (TYPE) GRPC_T_API_SUB_ORGUNIT_LINK Table type of link table of Subprocess and Org-unit 20091110
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method MOVE Signature

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

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SUBPROCESS_CENTRAL Call by reference Type reference (TYPE) GRPC_S_API_SUBPROCESS_DATA Subprocess structure for API service( detail information ) 20091110
2 Exporting ET_SUBPROCESS_ACCGROUP Call by reference Type reference (TYPE) GRPC_T_API_SUB_ACC_LINK Subprocess and Account group link table 20091110
3 Exporting ET_SUBPROCESS_REGULATION Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID List of assigned regulations 20100106
4 Exporting ET_SUBPROCESS_RISK Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091110
5 Importing IV_EDITABLE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091110
6 Importing IV_PARENT_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
7 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SUBPROCESS_CENTRAL_CHANGED Call by reference Type reference (TYPE) GRPC_S_API_SUBPROCESS_DATA Subprocess structure for API service( detail information ) 20091110
2 Importing IT_SUBPROCESS_ACCOUNT_CHANGED Call by reference Type reference (TYPE) GRPC_T_API_SUB_ACC_LINK Subprocess and Account group link table 20091110
3 Importing IT_SUBPROCESS_REGULATION Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID List of assigned regulations 20100106
4 Importing IT_SUBPROCESS_RISK Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091110
5 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method UPDATE_COBJ_RELATED_SUBPROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_COBJECTIVE_DATA_CHANGED Call by reference Type reference (TYPE) GRPC_S_API_COBJECTIVE GRPC Control Objective Structure 20091110
2 Importing IT_COBJECTIVE_SUBPRO_CHANGED Call by reference Type reference (TYPE) GRPC_T_API_COBJ_SUBPROCESS Table type for Cobjective Subprocesses 20091110
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091110
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110
History
Last changed by/on SAP  20141106 
SAP Release Created in 600