SAP ABAP Class CL_GRPC_SEL_PRC (CL_GRPC_SEL_PRC)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-SPC (Application Component) Process Controls
     GRPC_PLANNER (Package) GRC-PC Planner
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SEL_PRC_ALL Sel. procedure without filtering - just take all 20081027
2 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SEL_PRC_CNTR_ATTR Sel.procedure according the Significance 20081027
3 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SEL_PRC_ELC_ATTR Sel.procedure according the subprosess attributes 20081027
4 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SEL_PRC_OBJECTS Selection procedure for Process 20081027
5 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SEL_PRC_SPRO_ATTR Sel.procedure according the subprosess attributes 20081027
6 Inheritance (c INHERITING FROM c_ref)  CL_GRPC_SEL_PRC_SPRO_RISK selection procedure for risk assessment 20081027
Properties
Class CL_GRPC_SEL_PRC  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRPC_PLANNER   GRC-PC Planner 
Created 20081027   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)
3 GRPCA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 GRPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRPC_SEL_PRC has no interface implemented.
Friends
Class CL_GRPC_SEL_PRC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_ACTIVE_CASE Static Attribute Private Type reference (TYPE) YS_ACTIVE_CASE 20110210
2 MS_SEL_PRC_BUF Static Attribute Private Type reference (TYPE) YS_SEL_PRC_BUF 20110210
3 MT_ACTIVE_CASE_BUF Static Attribute Private Type reference (TYPE) YT_CASE_BUF 20110210
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Static method Public Method 20110210
2 CHECK_RULE_ASSIGNMENT Static method Public Method 20110228
3 GET_CASE_CAT_FROM_APPTYPE Static method Public Method 20110408
4 GET_INITAL_OBJECTS Static method Public Method 20081027
5 GET_SEL_OBJECTS Static method Public Method 20090213
6 HAS_ACTIVE_CASE Static method Public Method 20110210
7 IS_SHARED_SERVICE_SP Static method Public Method 20090219
8 IS_SHARED_SERVICE_USED Static method Public Method 20081027
9 TRANSFORM_OBJECTS Static method Public Method Transfer table type of object list 20090121
Events
Class CL_GRPC_SEL_PRC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_ACTIVE_CASE Private See coding 20110210 BEGIN OF ys_active_case. TYPES: timeframe TYPE grpc_timeframe, tf_year TYPE grpc_year, case_type TYPE grfn_api_entity_id, category TYPE scmg_category, regulation_id TYPE GRFN_API_OBJECT_ID, END OF ys_active_case
2 YS_CASE_BUF Private See coding 20110210 BEGIN OF ys_case_buf . TYPES: ext_ref TYPE scmg_ext_ref, create_time TYPE scmg_create_time, case_id TYPE scmg_case_guid, END OF ys_case_buf
3 YS_SEL_PRC_BUF Private See coding 20110210 BEGIN OF ys_sel_prc_buf. TYPES: t_orgunit TYPE grfn_t_api_object_id, t_object TYPE grfn_t_api_object_id, timeframe TYPE grfn_s_date_interval, task TYPE grfn_plan_usage, regulation TYPE grfn_api_object_id, no_case_check TYPE xflag, entity_id TYPE grfn_api_entity_id, END OF ys_sel_prc_buf
4 YT_CASE_BUF Private See coding 20110210 yt_case_buf TYPE TABLE OF ys_case_buf
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_TIMEFRAME Call by reference Type reference (TYPE) GRFN_S_DATE_INTERVAL PC Compatibility: Date and Timeframe 20110210
2 Importing IT_ORGUNIT Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID Table type of API object ID 20110210
3 Importing I_NO_CASE_CHECK Call by reference Type reference (TYPE) XFLAG New Input Values 20110210
4 Importing I_REGULATION Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110210
5 Importing I_TASK Call by reference Type reference (TYPE) GRFN_PLAN_USAGE Plan usage 20110210
6 Returning RV_RETURN Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110210

Method CHECK on class CL_GRPC_SEL_PRC has no exception.

Method CHECK_RULE_ASSIGNMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONTROL Call by reference Type reference (TYPE) GRPCS_S_PSTEP Object ID 20110228
2 Importing IS_TIMEFRAME Call by reference Type reference (TYPE) GRFN_S_DATE_INTERVAL PC Compatibility: Date and Timeframe 20110228
3 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20110228
4 Returning RV_RETURN Value transfer Type reference (TYPE) GRFN_BOOLEAN Indicator 20110228

Method CHECK_RULE_ASSIGNMENT on class CL_GRPC_SEL_PRC has no exception.

Method GET_CASE_CAT_FROM_APPTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Case Type 20110408
2 Exporting E_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY Category 20110408
3 Importing I_APPTYPE Call by reference Type reference (TYPE) GRFN_APPTYPE Application Type 20110408

Method GET_CASE_CAT_FROM_APPTYPE on class CL_GRPC_SEL_PRC has no exception.

Method GET_INITAL_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID Table of entities 20081027
2 Exporting ET_OBJECTS Call by reference Type reference (TYPE) GRFN_T_ENTITYS Table of entities 20081027
3 Exporting E_ENTITY_ID Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20081027
4 Importing IS_TIMEFRAME Value transfer Type reference (TYPE) GRFN_S_DATE_INTERVAL PC Compatibility: Date and Timeframe 20081027
5 Importing IT_ORGUNIT Value transfer Type reference (TYPE) GRFN_T_API_OBJECT_ID The orgunit id table 20081027
6 Importing I_NO_CASE_CHECK Value transfer Type reference (TYPE) XFLAG New Input Values 20081027
7 Importing I_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20081027
8 Importing I_TASK Value transfer Type reference (TYPE) GRFN_PLAN_USAGE Plan Activity 20081027

Method GET_INITAL_OBJECTS on class CL_GRPC_SEL_PRC has no exception.

Method GET_SEL_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEL_OBJECTS Call by reference Type reference (TYPE) GRPC_T_SEL_OBJECTS The selected objects in the selection procedure 20090213
2 Importing IV_TASKPLAN_GROUP_ID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20090213

Method GET_SEL_OBJECTS on class CL_GRPC_SEL_PRC has no exception.

Method HAS_ACTIVE_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATE_INTERVAL Call by reference Type reference (TYPE) GRPC_S_DATE_INTERVAL Date of the Assessment or of the Test 20110210
2 Importing IS_HROBJECT Call by reference Type reference (TYPE) HROBJECT Object 20110210
3 Importing IS_HRORG Call by reference Type reference (TYPE) HROBJECT Object 20110210
4 Importing I_CASE_TYPE Call by reference Type reference (TYPE) SCMGCASE_TYPE Case Type 20110210
5 Importing I_CATEGORY Call by reference Type reference (TYPE) SCMG_CATEGORY Category 20110210
6 Importing I_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20140421
7 Returning RB_HAS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20110210

Method HAS_ACTIVE_CASE on class CL_GRPC_SEL_PRC has no exception.

Method IS_SHARED_SERVICE_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODEL Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20090219
2 Importing I_SUBPROCESS_ID Call by reference Type reference (TYPE) GRPCS_OBJECTID 20090219
3 Returning R_SHARED_SERVICE_USED Value transfer Type reference (TYPE) ABAP_BOOL 20090219

Method IS_SHARED_SERVICE_SP on class CL_GRPC_SEL_PRC has no exception.

Method IS_SHARED_SERVICE_USED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODEL Call by reference Object reference (TYPE REF TO) CL_GRPC_MODEL_SETUP Process Model Class 20081027
2 Importing I_PSTEP Call by reference Type reference (TYPE) GRPCS_OBJECTID 20081027
3 Importing I_TYP Call by reference Type reference (TYPE) GRPCS_TYP 20081027
4 Returning R_SHARED_SERVICE_USED Value transfer Type reference (TYPE) ABAP_BOOL 20081027

Method IS_SHARED_SERVICE_USED on class CL_GRPC_SEL_PRC has no exception.

Method TRANSFORM_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJECT Call by reference Type reference (TYPE) GRFN_T_ENTITYS table type of API object ID 20090121
2 Importing IS_TIMEFRAME Call by reference Type reference (TYPE) GRFN_S_DATE_INTERVAL PC Compatibility: Date and Timeframe 20090121
3 Importing IT_OBJECT Call by reference Type reference (TYPE) GRFN_T_API_OBJECT_ID the table for the entitys 20090121
4 Importing I_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090121

Method TRANSFORM_OBJECTS on class CL_GRPC_SEL_PRC has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300