Hierarchy

⤷

⤷

Properties
Class | CL_GRFN_TASKPLAN_GROUP | |
Short Description | model class to encapsulate one plan created in planner UI | |
Super Class | ||
Instantiability of a Class | 0 | Private |
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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_GRFN_TASKPLAN_GROUP has no interface implemented.
Friends
Class CL_GRFN_TASKPLAN_GROUP 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) | GRFN_T_TASKPLAN_GRP_INSTANCE | table to store all the instance of taskplan group | 20080331 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFELD | Enqueued ('X' - Yes/' ' - No) | 20080331 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080331 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_TEXT100 | Text | 20080331 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XFELD | Update in update task ('X' - Yes/' ' - No) | 20080331 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_S_TASKPLAN_SEL_PROC | structure of selection procedure for taskplan | 20080331 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_T_ORGUNIT_PLANNER | list of org unit belong to a plan group | 20080331 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_T_ORGUNIT_PLANNER | list of org unit belong to a plan group | 20080331 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_ROLES_SEQUENCE | 20130604 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_T_TASKPLAN | table type for taskplan | 20080331 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GRFN_PLAN_USAGE | Plan usage | 20100607 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | cancel recurring job | 20100602 |
2 | ![]() |
Instance method | Public | Method | Check the consistency | 20080331 |
3 | ![]() |
Instance method | Public | Method | check split possible for current group | 20080331 |
4 | ![]() |
Instance method | Private | Constructor | CONSTRUCTOR | 20080331 |
5 | ![]() |
Instance method | Public | Method | Get the number of the orgunit in the taskplangrp | 20100625 |
6 | ![]() |
Static method | Public | Method | Create new initial taskplan group. | 20080331 |
7 | ![]() |
Instance method | Private | Method | Create a task plan | 20080331 |
8 | ![]() |
Instance method | Public | Method | Delete the task plan group and all related object | 20080331 |
9 | ![]() |
Instance method | Public | Method | Dequeue the task plan group and corresponding task plan | 20080331 |
10 | ![]() |
Instance method | Public | Method | Enqueue the group and task plan corresponding to that | 20080331 |
11 | ![]() |
Static method | Public | Method | Get the instance of task plan group based upon ID | 20080331 |
12 | ![]() |
Static method | Public | Method | concatenate frequency text | 20100708 |
13 | ![]() |
Instance method | Public | Method | Get the Group Id from the Instance | 20080331 |
14 | ![]() |
Instance method | Public | Method | get the task plan group name | 20080331 |
15 | ![]() |
Static method | Public | Method | Get the role assignment for specific object | 20100917 |
16 | ![]() |
Instance method | Public | Method | Get all the org units covered in this task group | 20080331 |
17 | ![]() |
Instance method | Public | Method | Get recipients | 20100513 |
18 | ![]() |
Instance method | Public | Method | Get the attributes of selection procedure | 20080331 |
19 | ![]() |
Instance method | Public | Method | Get shared regulations for task plan group | 20100409 |
20 | ![]() |
Instance method | Private | Method | get the status of task plan grp | 20080331 |
21 | ![]() |
Instance method | Public | Method | Get all the task plans within this group | 20080331 |
22 | ![]() |
Instance method | Public | Method | Get the general attributes of the task plans | 20080331 |
23 | ![]() |
Instance method | Public | Method | Is the task plan group enqueued | 20080331 |
24 | ![]() |
Static method | Public | Method | Load the existing plan monitor info according to the filter | 20100625 |
25 | ![]() |
Static method | Public | Method | load the existing taskplan groups according to the filter | 20080331 |
26 | ![]() |
Instance method | Public | Method | 20100421 | |
27 | ![]() |
Static method | Public | Method | 20130604 | |
28 | ![]() |
Instance method | Public | Method | Save ths taskplan group | 20080331 |
29 | ![]() |
Static method | Public | Method | Search Job Results in Scheduler Monitor | 20100517 |
30 | ![]() |
Instance method | Public | Method | Set the task plan group name | 20080331 |
31 | ![]() |
Instance method | Public | Method | Set all the org units covered in this task group | 20080331 |
32 | ![]() |
Instance method | Public | Method | Set recipients | 20100513 |
33 | ![]() |
Instance method | Public | Method | Set the attributes of selection procedure | 20080331 |
34 | ![]() |
Instance method | Public | Method | Set shared regulations for task plan group | 20100409 |
35 | ![]() |
Instance method | Public | Method | Split the current group into other groups | 20080331 |
36 | ![]() |
Instance method | Private | Method | Update the task plan | 20080331 |
Events
Class CL_GRFN_TASKPLAN_GROUP has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_ROLES_SEQUENCE | Private | See coding | 20130604 | BEGIN OF ys_roles_sequence,
sort TYPE int2,
t_roles TYPE agr_tt_name,
END OF ys_roles_sequence
|
||
2 | YT_ROLES_SEQUENCE | Private | See coding | 20130604 | YT_ROLES_SEQUENCE TYPE SORTED TABLE OF ys_roles_sequence WITH NON-UNIQUE KEY sort
|
Method Signatures
Method CANCEL Signature
Method CANCEL on class CL_GRFN_TASKPLAN_GROUP has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100602 |
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_ERROR | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20080331 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 |
Method CHECK on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method CHECK_SPLIT_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ERROR | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20080331 | ||
2 | ![]() |
E_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 | ||
3 | ![]() |
IT_ORG_UNIT | Call by reference | Type reference (TYPE) | GRFN_T_ORGUNIT_PLANNER | list of org unit belong to a plan group | 20080331 |
Method CHECK_SPLIT_GROUP on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_UPDATE_TASK | Value transfer | Type reference (TYPE) | XFELD | 'X' | Update in update task ('X' - Yes/' ' - No) | 20080331 | |
2 | ![]() |
IV_PLANGRP_ID | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20100511 |
Method CONSTRUCTOR on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method COUNT_ORG_NUM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_NUM | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20100625 |
Method COUNT_ORG_NUM on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_TASKPLAN_GROUP | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_TASKPLAN_GROUP | interface for taskplan group class | 20080331 | ||
2 | ![]() |
ET_MESSAGE | Value transfer | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 | ||
3 | ![]() |
ID_UPDATE_TASK | Value transfer | Type reference (TYPE) | XFELD | Update in update task ('X' - Yes/' ' - No) | 20080331 | ||
4 | ![]() |
IV_GUID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100511 |
Method CREATE on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method CREATE_TASKPLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 | ||
2 | ![]() |
EV_JOB_ID | Value transfer | Type reference (TYPE) | BTCJOBCNT | Job ID | 20100526 | ||
3 | ![]() |
EV_PLAN_ID | Value transfer | Type reference (TYPE) | GRFN_GUID | UUID of the GRC object (char32) | 20100526 | ||
4 | ![]() |
ID_DEQUEUE | Value transfer | Type reference (TYPE) | FLAG | 'X' | General Flag | 20080331 | |
5 | ![]() |
ID_ORG_UNIT | Value transfer | Type reference (TYPE) | GRFN_OBJECT_ID | Object ID | 20080331 | ||
6 | ![]() |
IS_TASKPLAN_GENERAL | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN_GENERAL | General attributes of the task plan group | 20080616 | ||
7 | ![]() |
IT_SHARED_REG | Call by reference | Type reference (TYPE) | GRFN_T_PLANREG | schedule regulation map | 20100429 | ||
8 | ![]() |
IT_TASKPLAN_RCPT | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN_RCPT | The internal table for recipient information | 20100513 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100601 |
Method DELETE Signature
Method DELETE on class CL_GRFN_TASKPLAN_GROUP has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100531 |
Method DEQUEUE Signature
Method DEQUEUE on class CL_GRFN_TASKPLAN_GROUP has no parameter.
Method DEQUEUE on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method ENQUEUE Signature
Method ENQUEUE on class CL_GRFN_TASKPLAN_GROUP has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100531 |
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_TASKPLAN_GROUP | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_TASKPLAN_GROUP | interface for taskplan group class | 20080331 | ||
2 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 | ||
3 | ![]() |
ID_TASKPLAN_GRP_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080331 | ||
4 | ![]() |
ID_UPDATE_TASK | Call by reference | Type reference (TYPE) | XFELD | ' ' | Update in update task ('X' - Yes/' ' - No) | 20080331 |
Method GET on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_FREQUENCY_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PERIOD | Value transfer | Type reference (TYPE) | GRFN_S_PLAN_PERIOD | plan period | 20100708 | ||
2 | ![]() |
IV_RECURRING | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Boolean | 20100708 | ||
3 | ![]() |
RV_FREQ_TXT | Value transfer | Type reference (TYPE) | GRFN_TEXT100 | Text | 20100708 |
Method GET_FREQUENCY_TEXT on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_GROUP_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_TASKPLAN_GRP_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080331 |
Method GET_GROUP_ID on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_GROUP_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RD_GROUP_NAME | Value transfer | Type reference (TYPE) | GRFN_TEXT100 | Text | 20080331 |
Method GET_GROUP_NAME on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_OBJECT_ROLE_ASSIGN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100917 | ||
2 | ![]() |
IV_AGENTSLOT | Call by reference | Type reference (TYPE) | GRFN_AGENTSLOT | Business Event | 20100917 | ||
3 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100917 | ||
4 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100927 | ||
5 | ![]() |
IV_SUBENTITY | Call by reference | Type reference (TYPE) | GRFN_SUBENTITY | Subentity | 20100917 | ||
6 | ![]() |
RT_ROLE_TABLE | Value transfer | Type reference (TYPE) | GRFN_T_ROLE_LIST | New table of entity level roles | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100917 |
Method GET_ORGUNITS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_T_ORGUNIT_PLANNER | list of org unit belong to a plan group | 20080331 | ||
2 | ![]() |
E_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 |
Method GET_ORGUNITS on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_RECIPIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TASKPLAN_RCPT | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN_RCPT | The internal table for recipient information | 20100513 |
Method GET_RECIPIENT on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_SELECTION_PROCEDURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_SELECTION_CONTENT | Call by reference | Type reference (TYPE) | GRFN_SEL_PRC_CONTENT | content of selection procedure settings | 20080331 | ||
2 | ![]() |
ED_SELECTION_ID | Call by reference | Type reference (TYPE) | GRFN_SEL_PRC_ID | Selection Procedure ID | 20080331 |
Method GET_SELECTION_PROCEDURE on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_SHARED_REG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SHARED_REG | Call by reference | Type reference (TYPE) | GRFN_T_PLANREG | schedule regulation map | 20100409 |
Method GET_SHARED_REG on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TASKPLANGRP_ID | Call by reference | Type reference (TYPE) | GUID_32 | Data for task plan group | 20080331 | ||
2 | ![]() |
R_STATUS | Value transfer | Type reference (TYPE) | GRFN_TASKPLAN_STATUS | Status for task plan | 20080331 |
Method GET_STATUS on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_TASKPLANS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TASKPLAN | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN | table type for taskplan | 20080331 |
Method GET_TASKPLANS on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method GET_TASKPLAN_ATTR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_TASKPLAN_ATTR | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN_GENERAL | general attribute of task plans within taskplan group | 20080331 |
Method GET_TASKPLAN_ATTR on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method IS_ENQUEUED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_ENQUEUED | Value transfer | Type reference (TYPE) | XFELD | Enqueued ('X' - Yes/' ' - No) | 20080331 |
Method IS_ENQUEUED on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method LOAD_MONITOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PLAN_MONITOR | Call by reference | Type reference (TYPE) | GRFN_T_API_PLAN_MONITOR | Plan Monitor API Table | 20100625 | ||
2 | ![]() |
ET_TASKPLANGRP_INSTANCE | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN_GRP_INSTANCE | table to store all the instance of taskplan group | 20100625 | ||
3 | ![]() |
IS_SEARCH_CRITERIA | Call by reference | Type reference (TYPE) | GRFN_S_SEL_PLAN_MONITOR | The structure for plan monitor selection criteria | 20100625 |
Method LOAD_MONITOR on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method LOAD_TASKPLAN_GROUPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TASKPLAN_GRP | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN_GRP_ATTR | table type for task plan group general attributes | 20080331 | ||
2 | ![]() |
ET_TASKPLAN_GRP_INSTANCE | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN_GRP_INSTANCE | table to store all the instance of taskplan group | 20080331 | ||
3 | ![]() |
IS_TIMEFRAME | Call by reference | Type reference (TYPE) | GRFN_S_DATE_INTERVAL | PC Compatibility: Date and Timeframe | 20110118 | ||
4 | ![]() |
I_COMP | Value transfer | Type reference (TYPE) | GRFN_APP_COMPONENT | Application Component | 20100512 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100513 |
Method READ_APP_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_APPLOG | Call by reference | Type reference (TYPE) | GRFN_T_PLAN_APPLOG | application log messages | 20100421 | ||
2 | ![]() |
IV_JOB_ID | Value transfer | Type reference (TYPE) | BTCJOBCNT | Job ID | 20100818 |
Method READ_APP_LOG on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method REFRESH Signature
Method REFRESH on class CL_GRFN_TASKPLAN_GROUP has no parameter.
Method REFRESH on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method SAVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_JOB_IDENT | Call by reference | Type reference (TYPE) | GRFN_T_JOB_IDENT | Job list | 20100526 | ||
2 | ![]() |
EV_NEW_TASKPLANGRP | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20111024 | ||
3 | ![]() |
ID_DEQUEUE | Call by reference | Type reference (TYPE) | FLAG | 'X' | General Flag | 20080331 | |
4 | ![]() |
IS_TASKPLAN_GENERAL | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN_GENERAL | General attributes of the task plan group | 20080616 | ||
5 | ![]() |
IT_SHARED_REG | Call by reference | Type reference (TYPE) | GRFN_T_PLANREG | schedule regulation map | 20100429 | ||
6 | ![]() |
IT_TASKPLAN_RCPT | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN_RCPT | The internal table for recipient information | 20100513 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100901 |
Method SEARCH_JOB_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RESULT | Call by reference | Type reference (TYPE) | GRFN_T_JOB_RESULT | Job result list | 20100517 | ||
2 | ![]() |
IS_SEARCH_CRIT | Value transfer | Type reference (TYPE) | GRFN_S_JOB_SEARCH_CRITERIA | for job search in monitor | 20100517 | ||
3 | ![]() |
IV_IS_AC | Value transfer | Type reference (TYPE) | GRFN_BOOLEAN | Indicator | 20111201 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100517 |
Method SET_GROUP_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 | ||
2 | ![]() |
ID_GROUP_NAME | Call by reference | Type reference (TYPE) | GRFN_TEXT100 | Text | 20080331 |
Method SET_GROUP_NAME on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method SET_ORGUNITS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 | ||
2 | ![]() |
IT_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_T_ORGUNIT_PLANNER | Organizational Units | 20080331 |
Method SET_ORGUNITS on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method SET_RECIPIENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TASKPLAN_RCPT | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN_RCPT | The internal table for recipient information | 20100513 |
Method SET_RECIPIENT on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method SET_SELECTION_PROCEDURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080331 | ||
2 | ![]() |
ID_SELECTION_CONTENT | Call by reference | Type reference (TYPE) | GRFN_SEL_PRC_CONTENT | content of selection procedure settings | 20080331 | ||
3 | ![]() |
ID_SELECTION_ID | Call by reference | Type reference (TYPE) | GRFN_SEL_PRC_ID | Selection Procedure ID | 20080331 |
Method SET_SELECTION_PROCEDURE on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method SET_SHARED_REG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_SHARED_REG | Call by reference | Type reference (TYPE) | GRFN_T_PLANREG | schedule regulation map | 20100409 |
Method SET_SHARED_REG on class CL_GRFN_TASKPLAN_GROUP has no exception.
Method SPLIT_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_ORG_UNIT | Call by reference | Type reference (TYPE) | GRFN_T_ORGUNIT_PLANNER | list of org unit belong to a plan group | 20080331 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100901 |
Method UPDATE_TASKPLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_DEQUEUE | Value transfer | Type reference (TYPE) | FLAG | 'X' | General Flag | 20080331 | |
2 | ![]() |
ID_ORG_UNIT | Value transfer | Type reference (TYPE) | GRFN_OBJECT_ID | Object ID | 20080331 | ||
3 | ![]() |
IS_TASKPLAN_GENERAL | Value transfer | Type reference (TYPE) | GRFN_S_TASKPLAN_GENERAL | General attributes of the task plan group | 20080616 | ||
4 | ![]() |
IT_SHARED_REG | Value transfer | Type reference (TYPE) | GRFN_T_PLANREG | schedule regulation map | 20100429 | ||
5 | ![]() |
IT_TASKPLAN | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN | table type for taskplan | 20080331 | ||
6 | ![]() |
IT_TASKPLAN_RCPT | Call by reference | Type reference (TYPE) | GRFN_T_TASKPLAN_RCPT | The internal table for recipient information | 20100513 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100901 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |