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 | 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) | |
| 4 | 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 | Static Attribute | Private | Type reference (TYPE) | YS_ACTIVE_CASE | 20110210 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | YS_SEL_PRC_BUF | 20110210 | ||||
| 3 | Static Attribute | Private | Type reference (TYPE) | YT_CASE_BUF | 20110210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20110210 | ||
| 2 | Static method | Public | Method | 20110228 | ||
| 3 | Static method | Public | Method | 20110408 | ||
| 4 | Static method | Public | Method | 20081027 | ||
| 5 | Static method | Public | Method | 20090213 | ||
| 6 | Static method | Public | Method | 20110210 | ||
| 7 | Static method | Public | Method | 20090219 | ||
| 8 | Static method | Public | Method | 20081027 | ||
| 9 | 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 | IS_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_S_DATE_INTERVAL | PC Compatibility: Date and Timeframe | 20110210 | |||
| 2 | IT_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20110210 | |||
| 3 | I_NO_CASE_CHECK | Call by reference | Type reference (TYPE) | XFLAG | New Input Values | 20110210 | |||
| 4 | I_REGULATION | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110210 | |||
| 5 | I_TASK | Call by reference | Type reference (TYPE) | GRFN_PLAN_USAGE | Plan usage | 20110210 | |||
| 6 | 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 | IS_CONTROL | Call by reference | Type reference (TYPE) | GRPCS_S_PSTEP | Object ID | 20110228 | |||
| 2 | IS_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_S_DATE_INTERVAL | PC Compatibility: Date and Timeframe | 20110228 | |||
| 3 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110228 | |||
| 4 | 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 | E_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case Type | 20110408 | |||
| 2 | E_CATEGORY | Call by reference | Type reference (TYPE) | SCMG_CATEGORY | Category | 20110408 | |||
| 3 | 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 | ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table of entities | 20081027 | |||
| 2 | ET_OBJECTS | Call by reference | Type reference (TYPE) | GRFN_T_ENTITYS | Table of entities | 20081027 | |||
| 3 | E_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20081027 | |||
| 4 | IS_TIMEFRAME | Value transfer | Type reference (TYPE) | GRFN_S_DATE_INTERVAL | PC Compatibility: Date and Timeframe | 20081027 | |||
| 5 | IT_ORGUNIT | Value transfer | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | The orgunit id table | 20081027 | |||
| 6 | I_NO_CASE_CHECK | Value transfer | Type reference (TYPE) | XFLAG | New Input Values | 20081027 | |||
| 7 | I_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081027 | |||
| 8 | 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 | ET_SEL_OBJECTS | Call by reference | Type reference (TYPE) | GRPC_T_SEL_OBJECTS | The selected objects in the selection procedure | 20090213 | |||
| 2 | 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 | IS_DATE_INTERVAL | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20110210 | |||
| 2 | IS_HROBJECT | Call by reference | Type reference (TYPE) | HROBJECT | Object | 20110210 | |||
| 3 | IS_HRORG | Call by reference | Type reference (TYPE) | HROBJECT | Object | 20110210 | |||
| 4 | I_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case Type | 20110210 | |||
| 5 | I_CATEGORY | Call by reference | Type reference (TYPE) | SCMG_CATEGORY | Category | 20110210 | |||
| 6 | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20140421 | |||
| 7 | 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 | I_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_GRPC_MODEL_SETUP | Process Model Class | 20090219 | |||
| 2 | I_SUBPROCESS_ID | Call by reference | Type reference (TYPE) | GRPCS_OBJECTID | 20090219 | ||||
| 3 | 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 | I_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_GRPC_MODEL_SETUP | Process Model Class | 20081027 | |||
| 2 | I_PSTEP | Call by reference | Type reference (TYPE) | GRPCS_OBJECTID | 20081027 | ||||
| 3 | I_TYP | Call by reference | Type reference (TYPE) | GRPCS_TYP | 20081027 | ||||
| 4 | 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 | ET_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_ENTITYS | table type of API object ID | 20090121 | |||
| 2 | IS_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_S_DATE_INTERVAL | PC Compatibility: Date and Timeframe | 20090121 | |||
| 3 | IT_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | the table for the entitys | 20090121 | |||
| 4 | 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 |