SAP ABAP Class CL_GRPC_API_XSUBPROCESS (Central 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 20091023
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20091023
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 20091023
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_REPORT Get data for reporting engine 20121128
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRPC_API_XSUBPROCESS Interface for Xsubprocess Entity APIs 20091110
Properties
Class CL_GRPC_API_XSUBPROCESS  
Short Description Central 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 20091023   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRFN0 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 20091023
2 IF_GRFN_API_MD_COMMON Interface for common master data 20100426
3 IF_GRFN_API_ROLE_CONTAINER API role container 20091023
4 IF_GRFN_REPORT Get data for reporting engine 20121128
5 IF_GRPC_API_XSUBPROCESS Interface for Xsubprocess Entity APIs 20091110
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20091029 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 20091023
2 MC_MESSAGE_CLASS_PC Constant Private Type reference (TYPE) SY-MSGID 'GRPC_ENTITY_API' Message Class 20091023
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 20091023
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 CENTRAL_SUBPROCESS_UPDATE Instance method Private Method Update Central Subprocess Data 20091023
2 CREATE Instance method Public Method 20091110
3 DELETE Instance method Public Method 20091110
4 FORMAT_RISK_ACCGRP_ASS Instance method Private Method Format Risk Account Group Assignment 20091023
5 GET Static method Private Method Get instance 20091029
6 GET_COBJ Instance method Public Method 20091110
7 GET_CONTROLS Instance method Public Method 20091110
8 GET_CTRL_NOT_ASSIGNED_REG Instance method Public Method 20091110
9 GET_LOCAL Instance method Public Method 20091110
10 GET_ORG_LIST_BY_XSUBPROCESS Instance method Public Method 20091110
11 GET_PROVIDER_BY_XSUBPROCESS Instance method Public Method 20091110
12 GET_SUBPROCESSES_AC Static method Public Method Get subprocesses with AC business subprocess 20110531
13 MOVE Instance method Public Method 20091110
14 RESOLVE_FIELDS_XSUBPROCESS Instance method Private Method It returns list of info types or field groups 20121130
15 RETRIEVE Instance method Public Method 20091110
16 SET_CRISK_ASSIGN Instance method Private Method Set Central Risk Assignment 20091023
17 UPDATE Instance method Public Method 20091110
18 UPDATE_COBJ_RELATED_SUBPROCESS Instance method Public Method 20091110
Events
Class CL_GRPC_API_XSUBPROCESS has no event.
Types
Class CL_GRPC_API_XSUBPROCESS has no local type.
Method Signatures

Method CENTRAL_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 20091023
2 Importing IS_DATES Value transfer Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20091023
3 Importing IS_SUBPROCESS Call by reference Type reference (TYPE) GRPC_S_API_SUBPROCESS_DATA Subprocess structure for API service( detail information ) 20091023
4 Importing IT_ACCROUP_CHANGED Call by reference Type reference (TYPE) GRPC_T_API_SUB_ACC_LINK Subprocess and Account group link table 20091023
5 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091023
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091023

Method CREATE Signature

Method CREATE on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method CREATE on class CL_GRPC_API_XSUBPROCESS has no exception.

Method DELETE Signature

Method DELETE on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method DELETE on class CL_GRPC_API_XSUBPROCESS has no exception.

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 Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091023
2 Importing IO_MODEL Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20091023
3 Importing IT_SUBPROCESS_RISK Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091023
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091023

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_XSUBPROCESS Central Subprocess Entity API class 20091029

Method GET on class CL_GRPC_API_XSUBPROCESS has no exception.

Method GET_COBJ Signature

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

Method GET_CONTROLS Signature

Method GET_CONTROLS on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method GET_CONTROLS on class CL_GRPC_API_XSUBPROCESS has no exception.

Method GET_CTRL_NOT_ASSIGNED_REG Signature

Method GET_CTRL_NOT_ASSIGNED_REG on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method GET_CTRL_NOT_ASSIGNED_REG on class CL_GRPC_API_XSUBPROCESS has no exception.

Method GET_LOCAL Signature

Method GET_LOCAL on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method GET_LOCAL on class CL_GRPC_API_XSUBPROCESS has no exception.

Method GET_ORG_LIST_BY_XSUBPROCESS Signature

Method GET_ORG_LIST_BY_XSUBPROCESS on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method GET_ORG_LIST_BY_XSUBPROCESS on class CL_GRPC_API_XSUBPROCESS has no exception.

Method GET_PROVIDER_BY_XSUBPROCESS Signature

Method GET_PROVIDER_BY_XSUBPROCESS on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method GET_PROVIDER_BY_XSUBPROCESS on class CL_GRPC_API_XSUBPROCESS has no exception.

Method GET_SUBPROCESSES_AC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_BSUBPROCESS Call by reference Type reference (TYPE) GRAC_T_BSUBPROC Table type for Business Subprocess 20110531
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20110531
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110531
4 Importing IV_PARENT_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110531
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20110531

Method MOVE Signature

Method MOVE on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method MOVE on class CL_GRPC_API_XSUBPROCESS has no exception.

Method RESOLVE_FIELDS_XSUBPROCESS 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 20121130
2 Exporting ET_INFOTYPE Call by reference Type reference (TYPE) GRFN_T_ATTRIBUTES List of required infotypes 20121130
3 Importing IT_FIELDS Call by reference Type reference (TYPE) GRFN_T_FIELDID_HASHED List of fields 20121130
4 Importing IV_ALL Call by reference Type reference (TYPE) ABAP_BOOL Read all attributes 20121130
5 Importing IV_LONG_TEXT Call by reference Type reference (TYPE) ABAP_BOOL Read long texts 20121130
6 Importing IV_READ_ATTR Call by reference Type reference (TYPE) ABAP_BOOL Read attributes 20121130

Method RESOLVE_FIELDS_XSUBPROCESS on class CL_GRPC_API_XSUBPROCESS has no exception.

Method RETRIEVE Signature

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

Method SET_CRISK_ASSIGN 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 20091023
2 Importing IS_DATES Value transfer Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20091023
3 Importing IT_SUBPROCESS_RISK Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_RISK Table storing risks assigned to subprocess 20091023
4 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091023
5 Importing IV_SUBPROCESS_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091023
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091023

Method UPDATE Signature

Method UPDATE on class CL_GRPC_API_XSUBPROCESS has no parameter.
Method UPDATE on class CL_GRPC_API_XSUBPROCESS has no exception.

Method UPDATE_COBJ_RELATED_SUBPROCESS Signature

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