SAP ABAP Class CL_GRFN_SELECTION_PROCEDURE (Selection Procedure)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_PLANNER (Package) GRC Common Planner
Properties
Class CL_GRFN_SELECTION_PROCEDURE  
Short Description Selection Procedure    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_PLANNER   GRC Common Planner 
Created 20080331   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 GRPCA Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRPCS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRFN_SELECTION_PROCEDURE has no interface implemented.
Friends
Class CL_GRFN_SELECTION_PROCEDURE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_WD_COMPONENT_DUMMY Constant Private Type reference (TYPE) GRFN_WD_COMPONENT 'GRFN_SEL_PRC_DUMMY' Web Dynpro: Component Name 20080331
2 MT_SEL_PRC Static Attribute Private Type reference (TYPE) YT_SEL_PRC PC 3.0 Selection Procedure 20080331
3 MT_SEL_PRC_PC Static Attribute Private Type reference (TYPE) YT_SEL_PRC_PC PC 2.5 Selection Procedure 20081029
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080331
2 CONVERT_OBJECT Static method Public Method 20090223
3 COUNT Static method Public Method Count number of objects in the selection 20080331
4 EXECUTE Static method Public Method Execute the selection 20080331
5 GET_NAME Static method Public Method Get selection procedure name 20080331
6 GET_SEL_PRC_LIST Static method Public Method Get list of all selection procedures in the system 20080331
7 GET_WD_COMPONENT Static method Public Method Return WD component used fo UI 20080331
8 IS_NEW_SP Static method Public Method Return abap_true if the selection procedure is FN version 20081029
9 IS_SHARED_SERVICE_USED Static method Private Method 20080331
Events
Class CL_GRFN_SELECTION_PROCEDURE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_SEL_PRC Protected See coding 20080331 BEGIN OF ys_sel_prc. INCLUDE TYPE grfn_s_sel_prc. TYPES: impl_class TYPE grfn_abap_class_name, ref TYPE REF TO if_grfn_selection_procedure, END OF ys_sel_prc
2 YS_SEL_PRC_PC Protected See coding 20081029 BEGIN OF ys_sel_prc_pc. INCLUDE TYPE grpc_s_sel_prc. TYPES: impl_class TYPE grpc_abap_class_name, ref TYPE REF TO if_grpc_selection_procedure, END OF ys_sel_prc_pc
3 YT_SEL_PRC Protected See coding 20080331 yt_sel_prc TYPE STANDARD TABLE OF ys_sel_prc WITH DEFAULT KEY
4 YT_SEL_PRC_PC Protected See coding 20081029 yt_sel_prc_pc TYPE STANDARD TABLE OF ys_sel_prc_pc WITH DEFAULT KEY
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CONVERT_OBJECT 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 type of API object ID 20090223
2 Importing IS_TIMEFRAME Call by reference Type reference (TYPE) GRFN_S_DATE_INTERVAL PC Compatibility: Date and Timeframe 20090223
3 Importing IT_ENTITY Call by reference Type reference (TYPE) GRPCA_T_ENTITY 20090223
4 Importing I_TASK Call by reference Type reference (TYPE) GRFN_PLAN_USAGE Plan usage 20090223

Method CONVERT_OBJECT on class CL_GRFN_SELECTION_PROCEDURE has no exception.

Method COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNT Value transfer Type reference (TYPE) I 20080331
2 Exporting E_OBJTYPE Call by reference Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20080826
3 Importing IS_TIMEFRAME Value transfer Type reference (TYPE) GRFN_S_DATE_INTERVAL Date of the Assessment or of the Test 20080331
4 Importing IT_ORGUNIT Value transfer Type reference (TYPE) GRFN_T_API_OBJECT_ID Organizational Units 20080331
5 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080901
6 Importing I_SEL_PRC_ID Value transfer Type reference (TYPE) GRFN_SEL_PRC_ID Selection Procedure ID 20080331
7 Importing I_TASK Value transfer Type reference (TYPE) GRFN_PLAN_USAGE Task ID 20080331
8 Importing I_USER_INPUT Call by reference Type reference (TYPE) XSTRING 20080331

Method COUNT on class CL_GRFN_SELECTION_PROCEDURE has no exception.

Method EXECUTE 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 the table for the entitys 20080331
2 Importing IS_TIMEFRAME Value transfer Type reference (TYPE) GRFN_S_DATE_INTERVAL Date of the Assessment or of the Test 20080331
3 Importing IT_ORGUNIT Value transfer Type reference (TYPE) GRFN_T_API_OBJECT_ID Organizational Units 20080331
4 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080901
5 Importing I_NO_CASE_CHECK Value transfer Type reference (TYPE) XFLAG New Input Values 20090217
6 Importing I_SEL_PRC_ID Value transfer Type reference (TYPE) GRFN_SEL_PRC_ID Selection Procedure ID 20080331
7 Importing I_TASK Value transfer Type reference (TYPE) GRFN_PLAN_USAGE Task ID 20080331
8 Importing I_USER_INPUT Call by reference Type reference (TYPE) XSTRING 20080331

Method EXECUTE on class CL_GRFN_SELECTION_PROCEDURE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_TEXT Value transfer Type reference (TYPE) GRFN_TEXT100 Name 20080331
2 Importing I_SEL_PRC_ID Call by reference Type reference (TYPE) GRFN_SEL_PRC_ID Selection Procedure ID 20080331

Method GET_NAME on class CL_GRFN_SELECTION_PROCEDURE has no exception.

Method GET_SEL_PRC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_SEL_PRC Value transfer Type reference (TYPE) GRFN_T_SEL_PRC Selection Procedure 20080331
2 Importing I_PLAN_ACTIVITY Value transfer Type reference (TYPE) GRFN_PLAN_USAGE Plan Activity 20080331

Method GET_SEL_PRC_LIST on class CL_GRFN_SELECTION_PROCEDURE has no exception.

Method GET_WD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_WD_COMPONENT Value transfer Type reference (TYPE) GRFN_WD_COMPONENT Web Dynpro: Component Name 20080331
2 Importing I_SEL_PRC_ID Call by reference Type reference (TYPE) GRFN_SEL_PRC_ID Selection Procedure ID 20080331

Method GET_WD_COMPONENT on class CL_GRFN_SELECTION_PROCEDURE has no exception.

Method IS_NEW_SP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RETURN Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081029
2 Importing I_SEL_PRC_ID Call by reference Type reference (TYPE) GRFN_SEL_PRC_ID Selection Procedure ID 20081029

Method IS_NEW_SP on class CL_GRFN_SELECTION_PROCEDURE 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 20080331
2 Importing I_PSTEP Call by reference Type reference (TYPE) GRPCS_OBJECTID 20080331
3 Importing I_TYP Call by reference Type reference (TYPE) GRPCS_TYP 20080331
4 Returning R_SHARED_SERVICE_USED Value transfer Type reference (TYPE) ABAP_BOOL 20080331

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