SAP ABAP Class CL_GRFN_TASKPLAN (Class to implment business logic of task plan)
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  
Short Description Class to implment business logic of task plan    
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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_GRFN_TASKPLAN has no interface implemented.
Friends
Class CL_GRFN_TASKPLAN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_KJOBNAME Constant Public Type reference (TYPE) BTCJOB 'GRFN_JOB_TERMINATOR' Job name 20101208
2 GC_MONITOR_STATUS_COMPLETED Constant Public Type reference (TYPE) GRFN_PLAN_MONITOR_STATUS 'COMPLETED' The status for planner monitor 20100630
3 GC_MONITOR_STATUS_ERROR Constant Public Type reference (TYPE) GRFN_PLAN_MONITOR_STATUS 'ERROR' The status for planner monitor 20100630
4 GC_MONITOR_STATUS_EXCEPTION Constant Public Type reference (TYPE) GRFN_PLAN_MONITOR_STATUS 'EXCEPTION' The status for planner monitor 20100630
5 GC_MONITOR_STATUS_INPROCESS Constant Public Type reference (TYPE) GRFN_PLAN_MONITOR_STATUS 'INPROCESS' The status for planner monitor 20100630
6 GC_MONITOR_STATUS_OVERDUE Constant Public Type reference (TYPE) GRFN_PLAN_MONITOR_STATUS 'OVERDUE' The status for planner monitor 20100630
7 GC_STATUS_CANCELED Constant Public Type reference (TYPE) GRFN_TASKPLAN_STATUS 'CANCELED' Status for task plan: Canceled 20100531
8 GC_STATUS_COMPLETED Constant Public Type reference (TYPE) GRFN_TASKPLAN_STATUS 'COMPLETED' Task plan status: Completed 20080331
9 GC_STATUS_CW Constant Public Type reference (TYPE) GRFN_TASKPLAN_STATUS 'CW' Task plan status: Completed with Warning 20100531
10 GC_STATUS_ERROR Constant Public Type reference (TYPE) GRFN_TASKPLAN_STATUS 'ERROR' Task plan status: Error 20080331
11 GC_STATUS_INPROCESS Constant Public Type reference (TYPE) GRFN_TASKPLAN_STATUS 'INPROCESS' Task plan status: In Process 20080331
12 GC_STATUS_PLANNING Constant Public Type reference (TYPE) GRFN_TASKPLAN_STATUS 'PLANNING' Task plan status: Planning 20080331
13 GT_TASKPLAN Static Attribute Private Type reference (TYPE) GRFN_T_TASKPLAN_INSTANCE Instance table for task plans 20080331
14 MD_ENQUEUED Instance attribute Private Type reference (TYPE) XFELD Enqueued ('X' - Yes/' ' - No) 20080331
15 MD_TASKPLAN_ID Instance attribute Private Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080331
16 MD_UPDATE_TASK Instance attribute Private Type reference (TYPE) XFELD Update in update task ('X' - Yes/' ' - No) 20080331
17 MS_SELECTION_PROCEDURE Instance attribute Private Type reference (TYPE) GRFN_S_TASKPLAN_SEL_PROC Structure of selection procedure for taskplan 20080331
18 MS_TASKPLAN Instance attribute Private Type reference (TYPE) GRFN_S_TASKPLAN Structure for task plan 20080331
19 MT_SHARED_REG Instance attribute Private Type reference (TYPE) GRFN_T_PLANREG schedule regulation map 20100409
20 MT_TASKPLAN_RCPT Instance attribute Private Type reference (TYPE) GRFN_T_TASKPLAN_RCPT The internal table for recipient information 20100513
21 MV_LOGHANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20100412
Methods
# Method Level Visibility Method type Description Created on
1 BAPIRET Static method Public Method message handling method 20080331
2 CAL_JOB_START_TIME Static method Public Method Calculate job start time 20100528
3 CANCEL_JOB Static method Public Method Cancel job 20100716
4 CANCEL_PLAN Instance method Public Method Cancel a plan 20100602
5 CHECK Instance method Public Method check the consistency 20080331
6 CHECK_ASSERT_ALLOWED Instance method Public Method Check for sign off 20080331
7 CLASS_CONSTRUCTOR Static method Public Constructor CLASS CONSTRUCTOR 20080711
8 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20080331
9 CREATE Static method Public Method Create a New task plan.Get one instance of initial task plan 20080331
10 DELETE Instance method Public Method delete the task plan and related objects. kind of rollback 20080331
11 DELETE_JOB Instance method Private Method Delete job 20100524
12 DELETE_JOB_INSTANCE Static method Public Method delete for taskplan group 20100607
13 DEQUEUE Instance method Public Method unlock the taskplan (Obsolete) 20080331
14 ENQUEUE Instance method Public Method lock the taskplan (Obsolete) 20080331
15 EXECUTE Instance method Public Method called by workflow or background job 20080331
16 GET Static method Public Method Get one task plan based on task plan ID 20080331
17 GET_JOB_RESULTS Static method Public Method Get job results for monitor 20100330
18 GET_LOG_HANDLE Instance method Public Method get log handle 20100412
19 GET_LOG_OBJECT Instance method Private Method 20100430
20 GET_MONITOR Instance method Public Method Get plan monitor 20100617
21 GET_RECIPIENT Instance method Public Method Get recipient list 20100512
22 GET_SELECTION_PROCEDURE Instance method Public Method get the selection procedure id and selection content 20080331
23 GET_SHARED_REG Instance method Public Method Get shared regulations for the taskplan 20100409
24 GET_TASKPLAN_ATTR Instance method Public Method Get the general attribute of task plan 20080331
25 GET_TASKPLAN_ID Instance method Public Method get the task plan id 20080331
26 GET_USAGE_CLASS Static method Public Method 20080710
27 IS_ENQUEUED Instance method Public Method Is the task plan enqueued (Obsolete) 20080331
28 LOAD_TASKPLANS Static method Public Method Load all the task plans according to filter 20080331
29 PERFORM_JOB_CLEANUP Static method Public Method schedule a job for cleanup 20101027
30 READ_APP_LOG Instance method Public Method 20100420
31 RESET_JOB Instance method Private Method Delete and Restart job 20100407
32 SAVE Instance method Public Method save the taskplan 20080331
33 SET_RECIPIENT Instance method Public Method Set recipient list 20100513
34 SET_SELECTION_PROCEDURE Instance method Public Method Set the general attribute of task plan 20080331
35 SET_SHARED_REG Instance method Public Method Set shared regulations for the taskplan 20100409
36 SET_TASKPLAN_ATTR Instance method Public Method Set the general attribute of task plan 20080331
37 START_JOB Instance method Private Method start background job 20100330
Events
Class CL_GRFN_TASKPLAN has no event.
Types
Class CL_GRFN_TASKPLAN has no local type.
Method Signatures

Method BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_MESSAGE Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
2 Importing I_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20080331
3 Importing I_TP Call by reference Type reference (TYPE) SY-MSGTY 'E' Message Type 20080331
4 Importing I_V1 Call by reference Type reference (TYPE) ANY SY-MSGV1 20080331
5 Importing I_V2 Call by reference Type reference (TYPE) ANY SY-MSGV2 20080331
6 Importing I_V3 Call by reference Type reference (TYPE) ANY SY-MSGV3 20080331
7 Importing I_V4 Call by reference Type reference (TYPE) ANY SY-MSGV4 20080331

Method BAPIRET on class CL_GRFN_TASKPLAN has no exception.

Method CAL_JOB_START_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_START_DATE Value transfer Type reference (TYPE) DATS Field of type DATS 20100528
2 Exporting EV_START_IMMED Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20100528
3 Exporting EV_START_TIME Value transfer Type reference (TYPE) TIMS Field of type TIMS 20100528
4 Exporting EV_START_TS Value transfer Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100528
5 Importing IS_PLAN_GEN Value transfer Type reference (TYPE) GRFN_S_TASKPLAN_GENERAL plan period 20100528

Method CAL_JOB_START_TIME on class CL_GRFN_TASKPLAN has no exception.

Method CANCEL_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOB_COUNT Value transfer Type reference (TYPE) BTCJOBCNT Job ID 20100716
2 Importing IV_JOB_NAME Value transfer Type reference (TYPE) BTCJOB Background job name 20100716
3 Importing IV_PLAN_USAGE Value transfer Type reference (TYPE) GRFN_PLAN_USAGE Plan usage 20100716
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100716

Method CANCEL_PLAN Signature

Method CANCEL_PLAN on class CL_GRFN_TASKPLAN 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 ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331

Method CHECK on class CL_GRFN_TASKPLAN has no exception.

Method CHECK_ASSERT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CLOSING_CHANGE Call by reference Object reference (TYPE REF TO) IF_GRPC_CLS_DISPLAY Closing: Change Information 20080331
2 Exporting E_ERROR Call by reference Type reference (TYPE) INT4 Table with BAPI Return Information 20080331
3 Importing IO_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20080331
4 Importing I_ORGUNIT Call by reference Type reference (TYPE) GRFN_OBJECT_ID Object ID 20080331

Method CHECK_ASSERT_ALLOWED on class CL_GRFN_TASKPLAN has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GRFN_TASKPLAN has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRFN_TASKPLAN has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TASKPLAN_ID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080331
2 Importing ID_UPDATE_TASK Call by reference Type reference (TYPE) XFELD 'X' update in the update task 20080331

Method CONSTRUCTOR on class CL_GRFN_TASKPLAN has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TASKPLAN Call by reference Object reference (TYPE REF TO) CL_GRFN_TASKPLAN interface for task plan class 20080331
2 Importing ID_UPDATE_TASK Value transfer Type reference (TYPE) XFELD ' ' update in the update task 20080331
3 Importing IV_GUID Value transfer Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20100511

Method CREATE on class CL_GRFN_TASKPLAN has no exception.

Method DELETE Signature

Method DELETE on class CL_GRFN_TASKPLAN has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100524

Method DELETE_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEL_ALL Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean variable 20100531
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100524

Method DELETE_JOB_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOB_COUNT Value transfer Type reference (TYPE) BTCJOBCNT Job ID 20100607
2 Importing IV_JOB_NAME Value transfer Type reference (TYPE) BTCJOB UUID of the GRC object (char32) 20100607
3 Importing IV_PLAN_USAGE Value transfer Type reference (TYPE) GRFN_PLAN_USAGE Plan usage 20100607
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100607

Method DEQUEUE Signature

Method DEQUEUE on class CL_GRFN_TASKPLAN has no parameter.
Method DEQUEUE on class CL_GRFN_TASKPLAN has no exception.

Method ENQUEUE 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

Method ENQUEUE on class CL_GRFN_TASKPLAN has no exception.

Method EXECUTE 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 E_ERROR Call by reference Type reference (TYPE) INT4 Natural number 20080331

Method EXECUTE on class CL_GRFN_TASKPLAN has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_TASKPLAN Call by reference Object reference (TYPE REF TO) CL_GRFN_TASKPLAN interface for task plan class 20080331
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080331
3 Importing ID_TASKPLAN_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 the update task 20080331

Method GET on class CL_GRFN_TASKPLAN has no exception.

Method GET_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 20100330
2 Importing IS_SEARCH_CRITERIA Value transfer Type reference (TYPE) GRFN_S_JOB_SEARCH_CRITERIA for job search in monitor 20100330

Method GET_JOB_RESULTS on class CL_GRFN_TASKPLAN has no exception.

Method GET_LOG_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LOGHANDLE Value transfer Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20100412

Method GET_LOG_HANDLE on class CL_GRFN_TASKPLAN has no exception.

Method GET_LOG_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_LOG Value transfer Object reference (TYPE REF TO) CL_GRFN_APPLOG_PLANNER The application log for grfn survey planner 20100430

Method GET_LOG_OBJECT on class CL_GRFN_TASKPLAN has no exception.

Method GET_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 20100617

Method GET_MONITOR on class CL_GRFN_TASKPLAN 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 20100512

Method GET_RECIPIENT on class CL_GRFN_TASKPLAN 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 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 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 Call by reference Type reference (TYPE) GRFN_S_TASKPLAN structure for task plan 20080331

Method GET_TASKPLAN_ATTR on class CL_GRFN_TASKPLAN has no exception.

Method GET_TASKPLAN_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ED_TASKPLAN_ID Value transfer Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080331

Method GET_TASKPLAN_ID on class CL_GRFN_TASKPLAN has no exception.

Method GET_USAGE_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_IMPL_CLASS Call by reference Object reference (TYPE REF TO) IF_GRFN_PLAN_USAGE Each plan activity type will implement the interface 20080710
2 Importing IV_USAGE_ID Call by reference Type reference (TYPE) GRFN_PLAN_USAGE Plan Activity 20080710

Method GET_USAGE_CLASS on class CL_GRFN_TASKPLAN 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 has no exception.

Method LOAD_TASKPLANS 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 ET_TASKPLAN Call by reference Type reference (TYPE) GRFN_T_TASKPLAN table type for taskplan 20080331
3 Exporting ET_TASKPLAN_INSTANCE Call by reference Type reference (TYPE) GRFN_T_TASKPLAN_INSTANCE instance table for task plans 20080331
4 Importing ID_TASKPLAN_GRP_ID Call by reference Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Uppercase 20080331

Method LOAD_TASKPLANS on class CL_GRFN_TASKPLAN has no exception.

Method PERFORM_JOB_CLEANUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOB_NAME Value transfer Type reference (TYPE) BTCJOB Background job to be killed 20101027
2 Importing IV_KILLER_JOB_NAME Value transfer Type reference (TYPE) BTCJOB Background job name 20110825

Method PERFORM_JOB_CLEANUP on class CL_GRFN_TASKPLAN has no exception.

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 20100818

Method READ_APP_LOG on class CL_GRFN_TASKPLAN has no exception.

Method RESET_JOB Signature

Method RESET_JOB on class CL_GRFN_TASKPLAN has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100430

Method SAVE 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 Importing ID_DEQUEUE Call by reference Type reference (TYPE) FLAG 'X' dequeue the lock 20080331
4 Importing IS_WORKFLOW_CHANGED Call by reference Type reference (TYPE) FLAG 'X' General Flag 20080331
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100901

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 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 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 has no exception.

Method SET_TASKPLAN_ATTR 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 IS_TASKPLAN Call by reference Type reference (TYPE) GRFN_S_TASKPLAN structure for task plan 20080331

Method SET_TASKPLAN_ATTR on class CL_GRFN_TASKPLAN has no exception.

Method START_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_JOB_ID Value transfer Type reference (TYPE) BTCJOBCNT Job ID 20100526
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100330
History
Last changed by/on SAP  20141106 
SAP Release Created in 300