SAP ABAP Class CL_GRPC_REPLACEMENT_SERVICE (Replacement: Services)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_WORKFLOW (Package) Workflow-Unique
Properties
Class CL_GRPC_REPLACEMENT_SERVICE  
Short Description Replacement: Services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_WORKFLOW   Workflow-Unique 
Created 20070611   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 GRPCB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 GRPCH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRPCW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRPC_REPLACEMENT_SERVICE has no interface implemented.
Friends
Class CL_GRPC_REPLACEMENT_SERVICE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_STATUS_CREATED Constant Public Type reference (TYPE) GRPC_RPLC_STATUS 'C' New; To Be Processed 20070611
2 GC_STATUS_DELETED Constant Public Type reference (TYPE) GRPC_RPLC_STATUS 'D' Processed, To Be Deleted 20070611
3 GC_STATUS_ERROR Constant Public Type reference (TYPE) GRPC_RPLC_STATUS 'E' Error in processing 20070611
4 GTH_MAPPING_MIC_WF_TASK Static Attribute Private Type reference (TYPE) TY_TH_MAPPING_MIC_WF_TASK 20070611
5 GTH_WF_TASK_TYPE Static Attribute Private Type reference (TYPE) TY_TH_WF_TASK_TYPE 20070611
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MESSAGE Static method Public Method Add Message to Application Log 20070611
2 ADD_WF_MESSAGES Static method Public Method Write Workflow Messages to Application Log 20070611
3 ASSERT_USER_EXISTS Static method Public Method Assert that the User Exists 20070611
4 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20070611
5 CONVERT_PERSON_TO_USER Static method Public Method Get User from Person 20070611
6 CONVERT_ROLE_TO_WF_TASK Static method Public Method Obsolete: Get Standard Tasks from Role 20070611
7 CREATE_APPL_LOG Static method Public Method Application Log: Log: Create with header data 20070611
8 CREATE_REQUEST_CASE Static method Public Method Create a Replacement Request for Case 20070611
9 CREATE_REQUEST_ROLE Static method Public Method Create a Replacement Request for Role Person 20070611
10 GET_WORKITEM_MIC_TASK Static method Public Method Obsolete: Get MIC Task for Work Item 20070611
11 GET_WORKITEM_TYPE Static method Public Method Get Type of Work Item 20070611
12 RETRIEVE_CASE Static method Public Method Select Cases in which User Is Involved 20070611
13 RETRIEVE_REQUEST_MASS Static method Public Method Select Replacement Requests Effective from Given Date 20070611
Events
Class CL_GRPC_REPLACEMENT_SERVICE has no event.
Types
Class CL_GRPC_REPLACEMENT_SERVICE has no local type.
Method Signatures

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PARAMS Call by reference Type reference (TYPE) BAL_S_PARM Application log: Parameters 20070611
2 Importing IV_CLASS Call by reference Type reference (TYPE) BALPROBCL Application log: Message problem class 20070611
3 Importing I_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of Detail 20070611
4 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20070611

Method ADD_MESSAGE on class CL_GRPC_REPLACEMENT_SERVICE has no exception.

Method ADD_WF_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MSG_TEMPLATE Call by reference Type reference (TYPE) BAL_S_MSG 20070611
2 Importing IT_MESS_STRUCT Call by reference Type reference (TYPE) SAPI_MSG_STRUC Table with sap-wapi-Message (Structures) 20070611
3 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20070611

Method ADD_WF_MESSAGES on class CL_GRPC_REPLACEMENT_SERVICE has no exception.

Method ASSERT_USER_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USER Call by reference Type reference (TYPE) SYUNAME SAP R/3 System, User Logon Name 20070611
# Exception Resumable Description Created on
1 CX_GRPC_REPLACEMENT 20070611

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GRPC_REPLACEMENT_SERVICE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRPC_REPLACEMENT_SERVICE has no exception.

Method CONVERT_PERSON_TO_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BEGDA Call by reference Type reference (TYPE) BEGDA Date and Time, Current (Application Server) Date 20070611
2 Importing I_PERSON_ID Call by reference Type reference (TYPE) OBJEKTID Object ID 20070611
3 Returning R_USER Value transfer Type reference (TYPE) SYUNAME SAP R/3 System, User Logon Name 20070611
# Exception Resumable Description Created on
1 CX_GRPC_REPLACEMENT 20070611

Method CONVERT_ROLE_TO_WF_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROLE Call by reference Type reference (TYPE) GRPC_ROLE Role ID 20070611
2 Returning RT_WF_TASK Value transfer Type reference (TYPE) SWRTTASK WAPI: Table Type for Tasks 20070611
# Exception Resumable Description Created on
1 CX_GRPC_REPLACEMENT 20070611

Method CREATE_APPL_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20070611
2 Importing I_EXTNUMBER Call by reference Type reference (TYPE) BALNREXT Application Log: External Identification 20070611
3 Importing I_REPID Call by reference Type reference (TYPE) BALPROG Application log: Program name 20070611
# Exception Resumable Description Created on
1 ERROR 20070611

Method CREATE_REQUEST_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_OBJECT Value transfer Object reference (TYPE REF TO) IF_GRPC_REPLACEMENT_REQ_CASE Replacement 20070611

Method CREATE_REQUEST_CASE on class CL_GRPC_REPLACEMENT_SERVICE has no exception.

Method CREATE_REQUEST_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DB Value transfer Type reference (TYPE) GRPCRPLCINFO Replacement Information 20071022
2 Returning RO_OBJECT Value transfer Object reference (TYPE REF TO) IF_GRPC_REPLACEMENT_REQ_ROLE Replacement 20070611

Method CREATE_REQUEST_ROLE on class CL_GRPC_REPLACEMENT_SERVICE has no exception.

Method GET_WORKITEM_MIC_TASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WF_TASK Call by reference Type reference (TYPE) SWW_TASK Task ID 20070611
2 Returning R_MIC_TASK Value transfer Type reference (TYPE) GRPC_TASK 20070611
# Exception Resumable Description Created on
1 CX_GRPC_REPLACEMENT 20070611

Method GET_WORKITEM_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TASK Call by reference Type reference (TYPE) SWW_TASK Task ID 20070611
2 Returning R_TYPE Value transfer Type reference (TYPE) CHAR01 Character Field Length 1 20070611
# Exception Resumable Description Created on
1 CX_GRPC_REPLACEMENT 20070611

Method RETRIEVE_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_CASE Value transfer Type reference (TYPE) GRPC_T_RPLC_CASE Replacement: Case 20070611
2 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT Object 20070611
3 Importing I_PERSON_ID Call by reference Type reference (TYPE) OBJEKTID Object ID 20070611
4 Importing I_USER Call by reference Type reference (TYPE) SYUNAME SAP R/3 System, User Logon Name 20070611
# Exception Resumable Description Created on
1 CX_GRPC_REPLACEMENT 20070611

Method RETRIEVE_REQUEST_MASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCEPTION Call by reference Type reference (TYPE) GRPC_T_CX_ROOT Table of Business Exceptions 20070611
2 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRPC_T_REPLACEMENT_REQ_MASS Replacement Information: Mass 20070611
3 Importing I_BEGDA Value transfer Type reference (TYPE) BEGDA SY-DATUM Start of Validity 20070611

Method RETRIEVE_REQUEST_MASS on class CL_GRPC_REPLACEMENT_SERVICE has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 250