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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | 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 | Constant | Private | Type reference (TYPE) | GRFN_WD_COMPONENT | 'GRFN_SEL_PRC_DUMMY' | Web Dynpro: Component Name | 20080331 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | YT_SEL_PRC | PC 3.0 Selection Procedure | 20080331 | |||
| 3 | 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 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080331 | |
| 2 | Static method | Public | Method | 20090223 | ||
| 3 | Static method | Public | Method | Count number of objects in the selection | 20080331 | |
| 4 | Static method | Public | Method | Execute the selection | 20080331 | |
| 5 | Static method | Public | Method | Get selection procedure name | 20080331 | |
| 6 | Static method | Public | Method | Get list of all selection procedures in the system | 20080331 | |
| 7 | Static method | Public | Method | Return WD component used fo UI | 20080331 | |
| 8 | Static method | Public | Method | Return abap_true if the selection procedure is FN version | 20081029 | |
| 9 | 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 | ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20090223 | |||
| 2 | IS_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_S_DATE_INTERVAL | PC Compatibility: Date and Timeframe | 20090223 | |||
| 3 | IT_ENTITY | Call by reference | Type reference (TYPE) | GRPCA_T_ENTITY | 20090223 | ||||
| 4 | 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 | E_COUNT | Value transfer | Type reference (TYPE) | I | 20080331 | ||||
| 2 | E_OBJTYPE | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20080826 | |||
| 3 | IS_TIMEFRAME | Value transfer | Type reference (TYPE) | GRFN_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20080331 | |||
| 4 | IT_ORGUNIT | Value transfer | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Organizational Units | 20080331 | |||
| 5 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080901 | |||
| 6 | I_SEL_PRC_ID | Value transfer | Type reference (TYPE) | GRFN_SEL_PRC_ID | Selection Procedure ID | 20080331 | |||
| 7 | I_TASK | Value transfer | Type reference (TYPE) | GRFN_PLAN_USAGE | Task ID | 20080331 | |||
| 8 | 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 | ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | the table for the entitys | 20080331 | |||
| 2 | IS_TIMEFRAME | Value transfer | Type reference (TYPE) | GRFN_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20080331 | |||
| 3 | IT_ORGUNIT | Value transfer | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Organizational Units | 20080331 | |||
| 4 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080901 | |||
| 5 | I_NO_CASE_CHECK | Value transfer | Type reference (TYPE) | XFLAG | New Input Values | 20090217 | |||
| 6 | I_SEL_PRC_ID | Value transfer | Type reference (TYPE) | GRFN_SEL_PRC_ID | Selection Procedure ID | 20080331 | |||
| 7 | I_TASK | Value transfer | Type reference (TYPE) | GRFN_PLAN_USAGE | Task ID | 20080331 | |||
| 8 | 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 | E_TEXT | Value transfer | Type reference (TYPE) | GRFN_TEXT100 | Name | 20080331 | |||
| 2 | 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 | ET_SEL_PRC | Value transfer | Type reference (TYPE) | GRFN_T_SEL_PRC | Selection Procedure | 20080331 | |||
| 2 | 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 | E_WD_COMPONENT | Value transfer | Type reference (TYPE) | GRFN_WD_COMPONENT | Web Dynpro: Component Name | 20080331 | |||
| 2 | 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 | E_RETURN | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20081029 | |||
| 2 | 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 | I_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_GRPC_MODEL_SETUP | Process Model Class | 20080331 | |||
| 2 | I_PSTEP | Call by reference | Type reference (TYPE) | GRPCS_OBJECTID | 20080331 | ||||
| 3 | I_TYP | Call by reference | Type reference (TYPE) | GRPCS_TYP | 20080331 | ||||
| 4 | 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 |