SAP ABAP Class CL_GRPC_API_HR_HELPER (PC Master Data API helper)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_OBSOLETE (Package) Package for the obsolete objects from FN/PC/RM
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_API_CONTROL_HELPER Control API helper 20090121
Properties
Class CL_GRPC_API_HR_HELPER  
Short Description PC Master Data API helper    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_OBSOLETE   Package for the obsolete objects from FN/PC/RM 
Created 20090121   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 GRPC0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRPC_API_HR_HELPER has no interface implemented.
Friends
Class CL_GRPC_API_HR_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_SESSION Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090121
2 MV_ENTITY_ID Instance attribute Protected Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20090121
3 MV_HR_ID Instance attribute Protected Type reference (TYPE) GRFN_OBJECTID Object ID 20090209
4 MV_OBJECT Instance attribute Protected Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090121
5 MV_OBJTYPE Instance attribute Protected Type reference (TYPE) GRFN_OBJTYPE Object Type. 20090209
6 MV_REGULATION_ID Instance attribute Protected Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090121
7 MV_TYPE Instance attribute Protected Type reference (TYPE) GRFN_OBJTYPE_TYP Usage Type 20090209
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORIZE Instance method Public Method Authorize current object 20090121
2 AUTHORIZE_INC_ROLE Instance method Public Method Authorize current object including role datapart 20090210
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090121
4 GET_INFO Instance method Public Method Get object basic information 20090210
5 GET_INSTANCE Static method Public Method Get helper instance 20090121
6 GET_OBJTYPE Instance method Public Method Get OBJTYPE 20090220
7 GET_TYPE Instance method Public Method Get type(central, orgunit, copy) 20090220
8 GET_VALIDITY Static method Public Method Get validity information 20100119
9 LOCK Instance method Public Method Lock current HR object 20090209
10 UNLOCK Instance method Public Method Unlock current HR object 20090209
Events
Class CL_GRPC_API_HR_HELPER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_DATAPART Public See coding 20090121 T_DATAPART TYPE TABLE OF GRFN_DATAPART
Method Signatures

Method AUTHORIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATAPART Call by reference Type reference (TYPE) T_DATAPART 20090121
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRFN_API_OPERATION_ID The ID of the operation 20090121
3 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090121

Method AUTHORIZE on class CL_GRPC_API_HR_HELPER has no exception.

Method AUTHORIZE_INC_ROLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATAPART Call by reference Type reference (TYPE) T_DATAPART 20090210
2 Importing IV_OPERATION Call by reference Type reference (TYPE) GRFN_API_OPERATION_ID The ID of the operation 20090210
3 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090210

Method AUTHORIZE_INC_ROLE on class CL_GRPC_API_HR_HELPER has no exception.

Method CONSTRUCTOR 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 20090121
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090121
3 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090121

Method CONSTRUCTOR on class CL_GRPC_API_HR_HELPER has no exception.

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALIDFROM Call by reference Type reference (TYPE) GRFN_BEGDA Start Date 20090210
2 Exporting EV_VALIDTO Call by reference Type reference (TYPE) GRFN_ENDDA End Date 20090210
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090225

Method GET_INSTANCE 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 20090121
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090121
3 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090121
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_GRPC_API_HR_HELPER PC Master Data API helper 20090121

Method GET_INSTANCE on class CL_GRPC_API_HR_HELPER has no exception.

Method GET_OBJTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJTYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE Object Type. 20090220

Method GET_OBJTYPE on class CL_GRPC_API_HR_HELPER has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TYPE Value transfer Type reference (TYPE) GRFN_OBJTYPE_TYP Usage Type 20090220

Method GET_TYPE on class CL_GRPC_API_HR_HELPER has no exception.

Method GET_VALIDITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALIDFROM Call by reference Type reference (TYPE) GRFN_BEGDA Start Date 20100119
2 Exporting EV_VALIDTO Call by reference Type reference (TYPE) GRFN_ENDDA End Date 20100119
3 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100119
4 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100119

Method GET_VALIDITY on class CL_GRPC_API_HR_HELPER has no exception.

Method LOCK Signature

Method LOCK on class CL_GRPC_API_HR_HELPER has no parameter.
Method LOCK on class CL_GRPC_API_HR_HELPER has no exception.

Method UNLOCK Signature

Method UNLOCK on class CL_GRPC_API_HR_HELPER has no parameter.
Method UNLOCK on class CL_GRPC_API_HR_HELPER has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300