SAP ABAP Class CL_GRPC_API_SUBPROCESS (Local Subprocess Entity API class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_ENTITY_API (Package) GRC Process controls API
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20091026
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20091026
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MD_COMMON Interface for common master data 20100426
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_ROLE_CONTAINER API role container 20091026
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_REPORT Get data for reporting engine 20091026
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRPC_API_SUBPROCESS Interface for Local Subprocess Entity APIs 20091110
Properties
Class CL_GRPC_API_SUBPROCESS  
Short Description Local Subprocess Entity API class    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_ENTITY_API   GRC Process controls API 
Created 20091026   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20091026
2 IF_GRFN_API_MD_COMMON Interface for common master data 20100426
3 IF_GRFN_API_ROLE_CONTAINER API role container 20091026
4 IF_GRFN_REPORT Get data for reporting engine 20091026
5 IF_GRPC_API_SUBPROCESS Interface for Local Subprocess Entity APIs 20091110
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20130604 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ERROR Constant Private Type reference (TYPE) SY-MSGTY 'E' Message Type 20091026
2 MC_MESSAGE_CLASS_PC Constant Private Type reference (TYPE) SY-MSGID 'GRPC_ENTITY_API' Message Class 20091026
3 MC_MODEL_CATALOGUE Constant Private Type reference (TYPE) CLASSNAME 'CL_GRFN_MODEL_CATALOGUE' Reference type 20091026
4 MC_MODEL_CLASS Constant Private Type reference (TYPE) CLASSNAME 'CL_GRPC_MODEL_SETUP' Class Name 20091026
5 MC_MODEL_MCF_CLASSNAME Constant Private Type reference (TYPE) CLASSNAME 'CL_GRFN_MODEL_MCF' Class Name 20091026
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORIZED_FOR_CORC Instance method Private Method Authorization for COBJ 20091027
2 CHECK_DEL Instance method Public Method 20091110
3 CHECK_REG_ASSIGN Instance method Private Method Check Regulation assignemnt of object 20130603
4 FORMAT_RISK_ACCGRP_ASS Instance method Private Method Format Risk Account Group Assignment 20091027
5 GET Static method Private Method 20091029
6 GET_COBJ Instance method Public Method 20091110
7 GET_CTRL Instance method Public Method 20091110
8 GET_REF_CTRL Instance method Public Method 20091110
9 GET_REPORT_DATA Instance method Private Method 20100104
10 GET_SUBPROCESS_ACC Instance method Private Method Get Subprocess Related Account Group 20091027
11 GET_SUBPROCESS_RISK Instance method Private Method Get Subprocess Risk Assignment 20091027
12 LOCAL_SUBPROCESS_UPDATE Instance method Private Method Update Local Subprocess Data 20091027
13 RESOLVE_FIELDS_SUBPROCESS Instance method Private Method It returns list of info types or field groups 20091113
14 RETRIEVE Instance method Public Method 20091110
15 SEARCH_BY_DES Instance method Public Method 20091110
16 SET_ACC_ASSIGN Instance method Private Method Set COBJ Assignment 20091027
17 SET_COBJ_ASSIGN Instance method Private Method Set COBJ Assignment 20091027
18 SET_RISK_ASSIGN Instance method Private Method Set Risk Assignment 20091027
19 SET_RM_RISK_ASSIGN Instance method Private Method Assign RM risk 20130826
20 UPDATE Instance method Public Method 20091110
Events
Class CL_GRPC_API_SUBPROCESS has no event.
Types
Class CL_GRPC_API_SUBPROCESS has no local type.
Method Signatures

Method AUTHORIZED_FOR_CORC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_AUTHORIZED_GLOB Value transfer Type reference (TYPE) ABAP_BOOL 20091027
2 Exporting EV_AUTHORIZED_ORG Value transfer Type reference (TYPE) ABAP_BOOL 20091027
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
4 Importing IV_SUBPROCESS_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027

Method CHECK_DEL Signature

Method CHECK_DEL on class CL_GRPC_API_SUBPROCESS has no parameter.
Method CHECK_DEL on class CL_GRPC_API_SUBPROCESS has no exception.

Method CHECK_REG_ASSIGN 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 20130603
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130603
3 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Regulation ID 20130603
4 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130603
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130603

Method FORMAT_RISK_ACCGRP_ASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_SUBPROCESS_RISK Value transfer Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091027
2 Importing IO_MODEL_SETUP Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091027
3 Importing IT_SUBPROCESS_RISK Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091027
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027

Method GET 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_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091029
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRPC_API_SUBPROCESS Local Subprocess Entity API class 20091029

Method GET on class CL_GRPC_API_SUBPROCESS has no exception.

Method GET_COBJ Signature

Method GET_COBJ on class CL_GRPC_API_SUBPROCESS has no parameter.
Method GET_COBJ on class CL_GRPC_API_SUBPROCESS has no exception.

Method GET_CTRL Signature

Method GET_CTRL on class CL_GRPC_API_SUBPROCESS has no parameter.
Method GET_CTRL on class CL_GRPC_API_SUBPROCESS has no exception.

Method GET_REF_CTRL Signature

Method GET_REF_CTRL on class CL_GRPC_API_SUBPROCESS has no parameter.
Method GET_REF_CTRL on class CL_GRPC_API_SUBPROCESS has no exception.

Method GET_REPORT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_RESULT Value transfer Type reference (TYPE) GRFN_T_OVS Generic type for OVS 20100104
2 Importing IO_MODEL_SETUP Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20100104
3 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100104
4 Importing IT_PROCESS_HR Call by reference Type reference (TYPE) OBJEC_T 20100104
5 Importing IT_PROCESS_RANGE Call by reference Type reference (TYPE) GRPC_T_RA_API_OBJECT_ID 20100104
6 Importing IT_SUBPROCESS_HR Call by reference Type reference (TYPE) OBJEC_T 20100104
7 Importing IT_SUBPROCESS_RANGE Call by reference Type reference (TYPE) GRPC_T_RA_API_OBJECT_ID 20100104
8 Importing IV_ORGUNIT_SP Call by reference Type reference (TYPE) GRPC_API_SEARCH_PATTERN Search pattern for the Query APIs 20100104
9 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20100104
10 Importing IV_REPORT_ID Call by reference Type reference (TYPE) GRFN_REPNAME Report name 20100104
11 Importing I_IMG_REGULATION Call by reference Type reference (TYPE) GRFN_REGULATION 20100104
12 Importing I_REGULATION Call by reference Type reference (TYPE) GRPCS_OBJECTID 20100104
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100104

Method GET_SUBPROCESS_ACC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SUBPROCESS_ACCGROUP Value transfer Type reference (TYPE) GRPC_T_API_SUB_ACC_LINK Subprocess and Account group link table 20091027
2 Importing IO_MODEL_SETUP Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091027
3 Importing IV_SUBPROCESS_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027

Method GET_SUBPROCESS_RISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_SUBPROCESS_RISK Value transfer Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091027
2 Importing IO_MODEL_SETUP Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091027
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
4 Importing IV_SUBPROCESS_ID Value transfer Type reference (TYPE) GRPCS_OBJECTID 20091027
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027

Method LOCAL_SUBPROCESS_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091027
2 Importing IS_SUBPROCESS Value transfer Type reference (TYPE) GRPC_S_API_SUBPROCESS_DATA Subprocess structure for API service( detail information ) 20091027
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100114
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027

Method RESOLVE_FIELDS_SUBPROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_CLUSTER Call by reference Type reference (TYPE) GRFN_T_FIELD_CLUSTER Table of atrributes 20091113
2 Exporting ET_INFOTYPE Call by reference Type reference (TYPE) GRFN_T_ATTRIBUTES List of required infotypes 20091113
3 Importing IT_FIELDS Call by reference Type reference (TYPE) GRFN_T_FIELDID_HASHED List of fields 20091113
4 Importing IV_ALL Call by reference Type reference (TYPE) ABAP_BOOL Read all attributes 20091113
5 Importing IV_LONG_TEXT Call by reference Type reference (TYPE) ABAP_BOOL Read long texts 20091113
6 Importing IV_READ_ATTR Call by reference Type reference (TYPE) ABAP_BOOL Read attributes 20091113

Method RESOLVE_FIELDS_SUBPROCESS on class CL_GRPC_API_SUBPROCESS has no exception.

Method RETRIEVE Signature

Method RETRIEVE on class CL_GRPC_API_SUBPROCESS has no parameter.
Method RETRIEVE on class CL_GRPC_API_SUBPROCESS has no exception.

Method SEARCH_BY_DES Signature

Method SEARCH_BY_DES on class CL_GRPC_API_SUBPROCESS has no parameter.
Method SEARCH_BY_DES on class CL_GRPC_API_SUBPROCESS has no exception.

Method SET_ACC_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL_SETUP Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091027
2 Importing IT_ACCOUNT_CHANGED Call by reference Type reference (TYPE) GRPC_T_API_SUB_ACC_LINK Subprocess and Account group link table 20091027
3 Importing IV_SUBPROCESS_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027

Method SET_COBJ_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL_SETUP Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091027
2 Importing IT_COBJ_CHANGED Call by reference Type reference (TYPE) GRPC_T_API_COBJECTIVE_LIST table type for Control Objective List 20091027
3 Importing IV_SUBPROCESS_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027

Method SET_RISK_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MODEL_SETUP Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091027
2 Importing IS_DATES Value transfer Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20091027
3 Importing IT_RISKS_LOCAL Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091027
4 Importing IT_SUBPROCESS_RISK Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091027
5 Importing IV_LOCAL_SP_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
6 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
7 Importing IV_SUBPROCESS_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091027
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091027

Method SET_RM_RISK_ASSIGN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RISK Call by reference Type reference (TYPE) GRPC_S_API_RISK_ASS Table storing risks assigned to subprocess 20130830
2 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130827
3 Importing IV_UNASSIGN Value transfer Type reference (TYPE) GRFN_BOOLEAN Indicator 20130830
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130827

Method UPDATE Signature

Method UPDATE on class CL_GRPC_API_SUBPROCESS has no parameter.
Method UPDATE on class CL_GRPC_API_SUBPROCESS has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600