SAP ABAP Class CL_GRPC_MODEL_ACCGROUP (Accountgroup Scoping Model Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_SCOPING (Package) Process Control: Scoping
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SCOPING Scoping abstract class 20080821
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20080827
Properties
Class CL_GRPC_MODEL_ACCGROUP  
Short Description Accountgroup Scoping Model Class    
Super Class CL_GRPC_SCOPING Scoping abstract class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_SCOPING   Process Control: Scoping 
Created 20080821   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20080827
Friends
Class CL_GRPC_MODEL_ACCGROUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ZERO Constant Private Type reference (TYPE) HROBJID '00000000' Object ID 20100817
2 MT_BUFFER Instance attribute Private Type reference (TYPE) GRPC_T_ACCGROUP_BUFFER Buffer table of Account Group 20080902
3 MT_LOCKED_OBJECT Instance attribute Private Type reference (TYPE) GRPC_T_ACCOUNT_GROUP Table of GRPC_S_ACCOUNT_GROUP 20080901
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080821
2 ENTITY_DEQUEUE Instance method Public Method Dequeue 20080821
3 ENTITY_ENQUEUE Instance method Public Method Enqueue 20080821
4 GET_LOCAL_BALANCE Instance method Public Method The method returns list of local balancies per account group 20091008
5 GET_SCOPING Instance method Public Method Get account group scoping data 20081117
6 GET_VERSION Instance method Public Method Get current version 20081127
7 IS_ENTITY_LOCKED Instance method Public Method Check whether locked or not 20080826
8 SET_CHANGED Instance method Private Method Set changed info 20081117
9 SET_SCOPING Instance method Public Method Set account group scoping data 20081117
Events
Class CL_GRPC_MODEL_ACCGROUP has no event.
Types
Class CL_GRPC_MODEL_ACCGROUP has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGUAGE Value transfer Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20080821
2 Importing IV_TF_YEAR Value transfer Type reference (TYPE) GRPC_YEAR Year 20080821
3 Importing IV_TIMEFRAME Value transfer Type reference (TYPE) GRPC_TIMEFRAME Timeframe 20080821

Method CONSTRUCTOR on class CL_GRPC_MODEL_ACCGROUP has no exception.

Method ENTITY_DEQUEUE Signature

Method ENTITY_DEQUEUE on class CL_GRPC_MODEL_ACCGROUP has no parameter.
Method ENTITY_DEQUEUE on class CL_GRPC_MODEL_ACCGROUP has no exception.

Method ENTITY_ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20080903
2 Exporting EV_LOCKED_USER Call by reference Attribute reference (LIKE) SY-UNAME User Name 20080903
3 Importing IV_ACCGROUP_ID Call by reference Type reference (TYPE) HROBJID Object ID 20080905
4 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) HROBJID Object ID 20080821
5 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) HROBJID Object ID 20100817
6 Importing IV_VERSION Call by reference Type reference (TYPE) GRPC_VERSION Rule Version 20081117

Method ENTITY_ENQUEUE on class CL_GRPC_MODEL_ACCGROUP has no exception.

Method GET_LOCAL_BALANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACCGROUP Call by reference Type reference (TYPE) GRPC_T_ACCOUNT_GROUP Table of GRPC_S_ACCOUNT_GROUP 20091008
2 Importing IV_ACCGROUP_ID Call by reference Type reference (TYPE) GRFN_OBJECT_ID Object ID 20091008
3 Importing IV_VERSION Call by reference Type reference (TYPE) GRPC_VERSION Rule Version 20091008

Method GET_LOCAL_BALANCE on class CL_GRPC_MODEL_ACCGROUP has no exception.

Method GET_SCOPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACCGROUP_ID Call by reference Type reference (TYPE) GRFN_OBJECT_ID Object ID 20081117
2 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) GRFN_OBJECT_ID Object ID 20081117
3 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100817
4 Importing IV_VERSION Call by reference Type reference (TYPE) GRPC_VERSION Rule Version 20081117
5 Returning RS_ACCGROUP Value transfer Type reference (TYPE) GRPC_S_ACCOUNT_GROUP Account group structure 20081117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Scoping exception 20081117

Method GET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_CENTRAL Call by reference Type reference (TYPE) ABAP_BOOL 20081127
2 Returning RV_VERSION Value transfer Type reference (TYPE) GRPC_SCOPING_VERSION Scoping Version 20081127
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081127

Method IS_ENTITY_LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IS_LOCKED Value transfer Type reference (TYPE) ABAP_BOOL 20080903
2 Exporting EV_LOCKED_USER Call by reference Attribute reference (LIKE) SY-UNAME User Name 20080903
3 Importing IV_ACCGROUP_ID Call by reference Type reference (TYPE) HROBJID Object ID 20080905
4 Importing IV_ORGUNIT_ID Call by reference Type reference (TYPE) HROBJID Object ID 20080826
5 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) HROBJID Object ID 20100817
6 Importing IV_VERSION Call by reference Type reference (TYPE) GRPC_VERSION Rule Version 20081117

Method IS_ENTITY_LOCKED on class CL_GRPC_MODEL_ACCGROUP has no exception.

Method SET_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IS_ACCGROUP Call by reference Type reference (TYPE) GRPC_S_ACCGROUP_BUFFER Account group buffer structure 20081117

Method SET_CHANGED on class CL_GRPC_MODEL_ACCGROUP has no exception.

Method SET_SCOPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACCGROUP Call by reference Type reference (TYPE) GRPC_S_ACCOUNT_GROUP Account group structure 20081117
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Scoping exception 20081117
History
Last changed by/on SAP  20141106 
SAP Release Created in 300