SAP ABAP Class CL_GRFN_TASKPLAN_GROUP (model class to encapsulate one plan created in planner UI)
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_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 CL_GRFN_TASKPLAN 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 GT_TASKPLAN_GRP Static Attribute Private Type reference (TYPE) GRFN_T_TASKPLAN_GRP_INSTANCE table to store all the instance of taskplan group 20080331
2 MD_ENQUEUED Instance attribute Private Type reference (TYPE) XFELD Enqueued ('X' - Yes/' ' - No) 20080331
3 MD_GROUP_ID Instance attribute Private Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080331
4 MD_GROUP_NAME Instance attribute Private Type reference (TYPE) GRFN_TEXT100 Text 20080331
5 MD_UPDATE_TASK Instance attribute Private Type reference (TYPE) XFELD Update in update task ('X' - Yes/' ' - No) 20080331
6 MS_SELECTION_PROCEDURE Instance attribute Private Type reference (TYPE) GRFN_S_TASKPLAN_SEL_PROC structure of selection procedure for taskplan 20080331
7 MT_CUR_ORG_UNIT Instance attribute Private Type reference (TYPE) GRFN_T_ORGUNIT_PLANNER list of org unit belong to a plan group 20080331
8 MT_ORG_UNIT Instance attribute Private Type reference (TYPE) GRFN_T_ORGUNIT_PLANNER list of org unit belong to a plan group 20080331
9 MT_ROLES_SEQUENCE Static Attribute Private Type reference (TYPE) YT_ROLES_SEQUENCE 20130604
10 MT_TASKPLAN Instance attribute Private Type reference (TYPE) GRFN_T_TASKPLAN table type for taskplan 20080331
11 MV_PLAN_USAGE Instance attribute Private Type reference (TYPE) GRFN_PLAN_USAGE Plan usage 20100607
Methods
# Method Level Visibility Method type Description Created on
1 CANCEL Instance method Public Method cancel recurring job 20100602
2 CHECK Instance method Public Method Check the consistency 20080331
3 CHECK_SPLIT_GROUP Instance method Public Method check split possible for current group 20080331
4 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20080331
5 COUNT_ORG_NUM Instance method Public Method Get the number of the orgunit in the taskplangrp 20100625
6 CREATE Static method Public Method Create new initial taskplan group. 20080331
7 CREATE_TASKPLAN Instance method Private Method Create a task plan 20080331
8 DELETE Instance method Public Method Delete the task plan group and all related object 20080331
9 DEQUEUE Instance method Public Method Dequeue the task plan group and corresponding task plan 20080331
10 ENQUEUE Instance method Public Method Enqueue the group and task plan corresponding to that 20080331
11 GET Static method Public Method Get the instance of task plan group based upon ID 20080331
12 GET_FREQUENCY_TEXT Static method Public Method concatenate frequency text 20100708
13 GET_GROUP_ID Instance method Public Method Get the Group Id from the Instance 20080331
14 GET_GROUP_NAME Instance method Public Method get the task plan group name 20080331
15 GET_OBJECT_ROLE_ASSIGN Static method Public Method Get the role assignment for specific object 20100917
16 GET_ORGUNITS Instance method Public Method Get all the org units covered in this task group 20080331
17 GET_RECIPIENT Instance method Public Method Get recipients 20100513
18 GET_SELECTION_PROCEDURE Instance method Public Method Get the attributes of selection procedure 20080331
19 GET_SHARED_REG Instance method Public Method Get shared regulations for task plan group 20100409
20 GET_STATUS Instance method Private Method get the status of task plan grp 20080331
21 GET_TASKPLANS Instance method Public Method Get all the task plans within this group 20080331
22 GET_TASKPLAN_ATTR Instance method Public Method Get the general attributes of the task plans 20080331
23 IS_ENQUEUED Instance method Public Method Is the task plan group enqueued 20080331
24 LOAD_MONITOR Static method Public Method Load the existing plan monitor info according to the filter 20100625
25 LOAD_TASKPLAN_GROUPS Static method Public Method load the existing taskplan groups according to the filter 20080331
26 READ_APP_LOG Instance method Public Method 20100421
27 REFRESH Static method Public Method 20130604
28 SAVE Instance method Public Method Save ths taskplan group 20080331
29 SEARCH_JOB_RESULTS Static method Public Method Search Job Results in Scheduler Monitor 20100517
30 SET_GROUP_NAME Instance method Public Method Set the task plan group name 20080331
31 SET_ORGUNITS Instance method Public Method Set all the org units covered in this task group 20080331
32 SET_RECIPIENT Instance method Public Method Set recipients 20100513
33 SET_SELECTION_PROCEDURE Instance method Public Method Set the attributes of selection procedure 20080331
34 SET_SHARED_REG Instance method Public Method Set shared regulations for task plan group 20100409
35 SPLIT_GROUP Instance method Public Method Split the current group into other groups 20080331
36 UPDATE_TASKPLAN 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 CX_GRFN_EXCEPTION Generic GRC API exception 20100602

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_ERROR Call by reference Type reference (TYPE) INT4 Natural number 20080331
2 Exporting 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 Exporting E_ERROR Call by reference Type reference (TYPE) INT4 Natural number 20080331
2 Exporting E_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
3 Importing 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 Importing ID_UPDATE_TASK Value transfer Type reference (TYPE) XFELD 'X' Update in update task ('X' - Yes/' ' - No) 20080331
2 Importing 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 Returning 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 Exporting EO_TASKPLAN_GROUP Value transfer Object reference (TYPE REF TO) CL_GRFN_TASKPLAN_GROUP interface for taskplan group class 20080331
2 Exporting ET_MESSAGE Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
3 Importing ID_UPDATE_TASK Value transfer Type reference (TYPE) XFELD Update in update task ('X' - Yes/' ' - No) 20080331
4 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
2 Exporting EV_JOB_ID Value transfer Type reference (TYPE) BTCJOBCNT Job ID 20100526
3 Exporting EV_PLAN_ID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100526
4 Importing ID_DEQUEUE Value transfer Type reference (TYPE) FLAG 'X' General Flag 20080331
5 Importing ID_ORG_UNIT Value transfer Type reference (TYPE) GRFN_OBJECT_ID Object ID 20080331
6 Importing IS_TASKPLAN_GENERAL Call by reference Type reference (TYPE) GRFN_S_TASKPLAN_GENERAL General attributes of the task plan group 20080616
7 Importing IT_SHARED_REG Call by reference Type reference (TYPE) GRFN_T_PLANREG schedule regulation map 20100429
8 Importing 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 CX_GRFN_EXCEPTION 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 CX_GRFN_EXCEPTION 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 CX_GRFN_EXCEPTION Generic GRC API exception 20100531

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TASKPLAN_GROUP Value transfer Object reference (TYPE REF TO) CL_GRFN_TASKPLAN_GROUP interface for taskplan group class 20080331
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
3 Importing ID_TASKPLAN_GRP_ID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080331
4 Importing 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 Importing IS_PERIOD Value transfer Type reference (TYPE) GRFN_S_PLAN_PERIOD plan period 20100708
2 Importing IV_RECURRING Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20100708
3 Returning 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 Exporting 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 Returning 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 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100917
2 Importing IV_AGENTSLOT Call by reference Type reference (TYPE) GRFN_AGENTSLOT Business Event 20100917
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100917
4 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20100927
5 Importing IV_SUBENTITY Call by reference Type reference (TYPE) GRFN_SUBENTITY Subentity 20100917
6 Returning 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 CX_GRFN_EXCEPTION Generic GRC API exception 20100917

Method GET_ORGUNITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ORGUNIT Call by reference Type reference (TYPE) GRFN_T_ORGUNIT_PLANNER list of org unit belong to a plan group 20080331
2 Exporting 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 Exporting 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 Exporting ED_SELECTION_CONTENT Call by reference Type reference (TYPE) GRFN_SEL_PRC_CONTENT content of selection procedure settings 20080331
2 Exporting 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 Exporting 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 Importing I_TASKPLANGRP_ID Call by reference Type reference (TYPE) GUID_32 Data for task plan group 20080331
2 Returning 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 Exporting 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 Exporting 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 Returning 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 Exporting ET_PLAN_MONITOR Call by reference Type reference (TYPE) GRFN_T_API_PLAN_MONITOR Plan Monitor API Table 20100625
2 Exporting 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 Importing 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 Exporting ET_TASKPLAN_GRP Call by reference Type reference (TYPE) GRFN_T_TASKPLAN_GRP_ATTR table type for task plan group general attributes 20080331
2 Exporting 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 Importing IS_TIMEFRAME Call by reference Type reference (TYPE) GRFN_S_DATE_INTERVAL PC Compatibility: Date and Timeframe 20110118
4 Importing I_COMP Value transfer Type reference (TYPE) GRFN_APP_COMPONENT Application Component 20100512
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Exporting ET_APPLOG Call by reference Type reference (TYPE) GRFN_T_PLAN_APPLOG application log messages 20100421
2 Importing 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 Exporting ET_JOB_IDENT Call by reference Type reference (TYPE) GRFN_T_JOB_IDENT Job list 20100526
2 Exporting EV_NEW_TASKPLANGRP Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20111024
3 Importing ID_DEQUEUE Call by reference Type reference (TYPE) FLAG 'X' General Flag 20080331
4 Importing IS_TASKPLAN_GENERAL Call by reference Type reference (TYPE) GRFN_S_TASKPLAN_GENERAL General attributes of the task plan group 20080616
5 Importing IT_SHARED_REG Call by reference Type reference (TYPE) GRFN_T_PLANREG schedule regulation map 20100429
6 Importing 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 CX_GRFN_EXCEPTION 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 Exporting ET_RESULT Call by reference Type reference (TYPE) GRFN_T_JOB_RESULT Job result list 20100517
2 Importing IS_SEARCH_CRIT Value transfer Type reference (TYPE) GRFN_S_JOB_SEARCH_CRITERIA for job search in monitor 20100517
3 Importing IV_IS_AC Value transfer Type reference (TYPE) GRFN_BOOLEAN Indicator 20111201
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
2 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
2 Importing 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 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
2 Importing ID_SELECTION_CONTENT Call by reference Type reference (TYPE) GRFN_SEL_PRC_CONTENT content of selection procedure settings 20080331
3 Importing 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 Importing 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 Importing 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 CX_GRFN_EXCEPTION Generic GRC API exception 20100901

Method UPDATE_TASKPLAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_DEQUEUE Value transfer Type reference (TYPE) FLAG 'X' General Flag 20080331
2 Importing ID_ORG_UNIT Value transfer Type reference (TYPE) GRFN_OBJECT_ID Object ID 20080331
3 Importing IS_TASKPLAN_GENERAL Value transfer Type reference (TYPE) GRFN_S_TASKPLAN_GENERAL General attributes of the task plan group 20080616
4 Importing IT_SHARED_REG Value transfer Type reference (TYPE) GRFN_T_PLANREG schedule regulation map 20100429
5 Importing IT_TASKPLAN Call by reference Type reference (TYPE) GRFN_T_TASKPLAN table type for taskplan 20080331
6 Importing 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 CX_GRFN_EXCEPTION Generic GRC API exception 20100901
History
Last changed by/on SAP  20141106 
SAP Release Created in 300