SAP ABAP Class CL_GRPC_SELECTION_PROCEDURE (Selection Procedure)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_PLANNER (Package) GRC-PC Planner
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_PLANNER (Package) GRC-PC Planner
Properties
Class | CL_GRPC_SELECTION_PROCEDURE | |
Short Description | Selection Procedure | |
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 | 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_GRPC_SELECTION_PROCEDURE has no interface implemented.
Friends
Class CL_GRPC_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) | GRPC_WD_COMPONENT | 'GRPC_SEL_PRC_DUMMY' | Web Dynpro: Component Name | 20081027 | |
2 | MT_SEL_PRC | Static Attribute | Private | Type reference (TYPE) | YT_SEL_PRC | 20081027 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CLASS_CONSTRUCTOR | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081028 |
2 | COUNT | Static method | Public | Method | Count number of objects in the selection | 20081028 |
3 | EXECUTE | Static method | Public | Method | Execute the selection | 20081028 |
4 | GET_INITAL_OBJECTS | Static method | Public | Method | Object preselection (before S-P) | 20081028 |
5 | GET_NAME | Static method | Public | Method | Get selection procedure name | 20081028 |
6 | GET_SEL_PRC_LIST | Static method | Public | Method | Get list of all selection procedures in the system | 20081028 |
7 | GET_WD_COMPONENT | Static method | Public | Method | Return WD component used fo UI | 20081028 |
8 | IS_SHARED_SERVICE_USED | Static method | Private | Method | 20081027 |
Events
Class CL_GRPC_SELECTION_PROCEDURE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_SEL_PRC | Protected | See coding | 20081027 | BEGIN OF ys_sel_prc.
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
|
||
2 | YT_SEL_PRC | Protected | See coding | 20081027 | yt_sel_prc TYPE STANDARD TABLE OF ys_sel_prc WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRPC_SELECTION_PROCEDURE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRPC_SELECTION_PROCEDURE has no exception.
Method COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | E_COUNT | Value transfer | Type reference (TYPE) | I | 20081028 | |||
2 | Importing | IS_TIMEFRAME | Value transfer | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20081028 | ||
3 | Importing | IT_ORGUNIT | Value transfer | Type reference (TYPE) | GRPCS_TO_OBJECTID | table type of API object ID | 20081028 | ||
4 | Importing | I_SEL_PRC_ID | Value transfer | Type reference (TYPE) | GRPC_SEL_PRC_ID | Selection Procedure ID | 20081028 | ||
5 | Importing | I_TASK | Value transfer | Type reference (TYPE) | GRPC_TASK | Task ID | 20081028 | ||
6 | Importing | I_USER_INPUT | Call by reference | Type reference (TYPE) | XSTRING | 20081028 |
Method COUNT on class CL_GRPC_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) | GRPCA_T_ENTITY | 20081028 | |||
2 | Importing | IS_TIMEFRAME | Value transfer | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20081028 | ||
3 | Importing | IT_ORGUNIT | Value transfer | Type reference (TYPE) | GRPCS_TO_OBJECTID | 20081028 | |||
4 | Importing | I_SEL_PRC_ID | Value transfer | Type reference (TYPE) | GRPC_SEL_PRC_ID | Selection Procedure ID | 20081028 | ||
5 | Importing | I_TASK | Value transfer | Type reference (TYPE) | GRPC_TASK | Task ID | 20081028 | ||
6 | Importing | I_USER_INPUT | Call by reference | Type reference (TYPE) | XSTRING | 20081028 |
Method EXECUTE on class CL_GRPC_SELECTION_PROCEDURE 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_OBJECTS | Call by reference | Type reference (TYPE) | GRPCA_T_ENTITY | 20081028 | |||
2 | Importing | IS_TIMEFRAME | Value transfer | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20081028 | ||
3 | Importing | IT_ORGUNIT | Value transfer | Type reference (TYPE) | GRPCS_TO_OBJECTID | 20081028 | |||
4 | Importing | I_NO_CASE_CHECK | Value transfer | Type reference (TYPE) | XFLAG | New Input Values | 20081028 | ||
5 | Importing | I_TASK | Value transfer | Type reference (TYPE) | GRPC_TASK | Obsolete: Task ID | 20081028 |
Method GET_INITAL_OBJECTS on class CL_GRPC_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) | GRPC_TEXT | Text | 20081028 | ||
2 | Importing | I_SEL_PRC_ID | Call by reference | Type reference (TYPE) | GRPC_SEL_PRC_ID | Selection Procedure ID | 20081028 |
Method GET_NAME on class CL_GRPC_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) | GRPC_T_SEL_PRC | Obsolete: Selection Procedure | 20081028 | ||
2 | Importing | I_PLAN_ACTIVITY | Call by reference | Type reference (TYPE) | GRPC_PLAN_ACTIVITY | Plan Activity | 20081028 |
Method GET_SEL_PRC_LIST on class CL_GRPC_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) | GRPC_WD_COMPONENT | Web Dynpro: Component Name | 20081028 | ||
2 | Importing | I_SEL_PRC_ID | Call by reference | Type reference (TYPE) | GRPC_SEL_PRC_ID | Selection Procedure ID | 20081028 |
Method GET_WD_COMPONENT on class CL_GRPC_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 | 20081028 | ||
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_SELECTION_PROCEDURE has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |