SAP ABAP Interface IF_GRPC_API_XPROCESS (Interface for Xprocess 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_XPROCESS Central Process Entity API Class 20091020
Properties
Interface IF_GRPC_API_XPROCESS  
Short Description Interface for Xprocess Entity APIs    
General Data
Package GRPC_ENTITY_API   GRC Process controls API 
Created 20091020   SAP 
Last changed 20141106    
Unicode checks active    
Forward declarations
Interface IF_GRPC_API_XPROCESS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_BASIS Basis interface for the GRC API 20091020
Friends
Interface IF_GRPC_API_XPROCESS has no friend.
Attributes
Interface IF_GRPC_API_XPROCESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHILDREN Instance method Public Method Get Children of Central Process 20091020
2 CREATE Static method Public Method Create a New Central Process 20091020
3 DELETE Instance method Public Method Delete a Central Process 20091020
4 GET_LOCAL Instance method Public Method Get the Local Entities for a Central Process 20100720
5 GET_SUBPROCESS_ASSIGNABLE Instance method Public Method Load the list of the subprocesses assigned to the regulation 20091202
6 MOVE Instance method Public Method Move Function of the Process 20091020
7 QUERY Static method Public Method Query the List of Central Processes 20091020
8 RETRIEVE Instance method Public Method Retrieve the Central Process Data 20091020
9 UPDATE Instance method Public Method Update a Central Process 20091110
Events
Interface IF_GRPC_API_XPROCESS has no event.
Types
Interface IF_GRPC_API_XPROCESS has no local type.
Method Signatures

Method CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PROCESS_LIST Call by reference Type reference (TYPE) GRPC_T_API_PROCESS_LIST Process hire 20091021
2 Exporting ET_SUBPROCESS_LIST Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_LIST Table type for subprocess list 20091021
3 Importing IV_EXPANDED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091028
4 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID GRPC ID of the individual object 20091028
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091022

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_PROCESS_ID_NEW Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091028
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091021
3 Importing IS_PROCESS_DATA_NEW Value transfer Type reference (TYPE) GRPC_S_API_PROCESS_DATA API structure of Process( detail information ) 20091021
4 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091028
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091022

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 20091028
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091022

Method GET_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_REL_OBJECTS Value transfer Type reference (TYPE) GRPC_T_API_PROCESS_LIST Process hire 20100720
2 Importing IV_OBJECT_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20100720
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20100720
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100720

Method GET_SUBPROCESS_ASSIGNABLE 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 20091202
2 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091202
3 Returning RT_SUBPROCESS Value transfer Type reference (TYPE) GRPC_T_API_SUBPROCESS_LIST Table type for subprocess list 20091202
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091202

Method MOVE Signature

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

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONTROL Call by reference Type reference (TYPE) GRPC_T_API_CONTROL_LIST Table type of control list 20091020
2 Exporting ET_PROCESS Call by reference Type reference (TYPE) GRPC_T_API_PROCESS_LIST Process hire 20091020
3 Exporting ET_SUBPROCESS Call by reference Type reference (TYPE) GRPC_T_API_SUBPROCESS_LIST Table type for subprocess list 20091020
4 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20091020
5 Importing IV_FULL Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091028
6 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20091028
7 Importing IV_SEARCH_PATTERN Value transfer Type reference (TYPE) GRPC_API_SEARCH_PATTERN Search pattern for the Query APIs 20091028
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091022

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROCESS_CENTRAL Call by reference Type reference (TYPE) GRPC_S_API_PROCESS_DATA API structure of Process( detail information ) 20091022
2 Importing IV_EDITABLE Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20091022
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRPC_API_OBJECT_ID GRPC ID of the individual object 20091022
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091022

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PROCESS_CENTRAL_CHANGED Value transfer Type reference (TYPE) GRPC_S_API_PROCESS_DATA API structure of Process( detail information ) 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
History
Last changed by/on SAP  20141106 
SAP Release Created in 600