cancel
Showing results for 
Search instead for 
Did you mean: 

FF Log review Workflow not getting generated

Former Member
0 Kudos

Hi All,

In EAM GRC 10.1 , FF log review request is not getting created. I understand that it be because the workflow sync GRAC_SPM_WF_SYNC should be performed first. But the issue is that while executing this T-code , I am getting below dump :

Category ABAP programming error Runtime Errors UNCAUGHT_EXCEPTION Except. CX_FDT_INPUT ABAP Program CL_GRFN_AC_BRFP===============CP Application Component GRC Date and Time 06.01.2017 23:34:23 Short Text An exception has occurred that was not caught. What happened? Exception 'CX_FDT_INPUT' was raised, but it was not caught anywhere along the call hierarchy. Since exceptions represent error situations, and this error was not adequately responded to, ABAP program 'CL_FDT_FACTORY================CP' had to be terminated. Error analysis An exception has occurred which is explained in more detail below. The exception is assigned to class 'CX_FDT_INPUT' and was not caught in procedure "EXECUTE_BRF_RULE" "(METHOD)", nor was it propagated by a RAISING clause. Since the caller of the procedure could not have anticipated this exception, the current program was terminated. The reason for the exception is: A BRFplus exception for invalid input occurred

Missing RAISING clause in interface Program CL_GRFN_AC_BRFP===============CP Include CL_GRFN_AC_BRFP===============CM005 Row 1 Module Type (METHOD) Module Name EXECUTE_BRF_RULE Trigger Location of Exception Program CL_FDT_FACTORY================CP Include CL_FDT_FACTORY================CM013 Row 217 Module Type (METHOD) Module Name GET_OBJECT

188 INSERT iv_id INTO TABLE cl_fdt_uuid=>gth_unsaved_uuid. 189 ENDIF. 190 ENDIF. 191 192 "Check if a weak reference was lost and restore it 193 IF ls_instance-o_reference->get( ) IS NOT BOUND. 194 IF iv_object_type EQ if_fdt_constants=>gc_object_type_data_object. 195 cl_fdt_data_object=>get_data_object_type( 196 EXPORTING iv_id = iv_id 197 IMPORTING ev_data_object_type = lv_dobj_type ). 198 ELSEIF iv_object_type EQ if_fdt_constants=>gc_object_type_expression. 199 cl_fdt_expression=>get_expression_type( 200 EXPORTING iv_id = iv_id 201 IMPORTING ev_expression_type_id = lv_exty_id ). 202 ENDIF. 203 204 "Create a new, weak reference 205 ls_instance-o_reference = create_object_reference( 206 iv_id = iv_id 207 iv_object_type = iv_object_type 208 iv_data_object_type = lv_dobj_type 209 iv_expression_type_id = lv_exty_id 210 iv_weak_reference = abap_true ). 211 MODIFY TABLE gth_instance FROM ls_instance TRANSPORTING o_reference. 212 ENDIF. 213

214 IF ls_instance-object_type NE iv_object_type. 215 MESSAGE x020(fdt_core) WITH iv_id INTO ls_message-text. 216 ls_message-id = iv_id. >>> message_exception_source_only ls_message lt_message cx_fdt_input. 218 ENDIF. 219 220 ro_object ?= ls_instance-o_reference->get( ). 221 222 ENDMETHOD. tive Calls/Events . Ty. Program Include Line Name 11 METHOD CL_FDT_FACTORY================CP CL_FDT_FACTORY================CM013 217 CL_FDT_FACTORY=>GET_OBJECT 10 METHOD CL_FDT_FACTORY================CP CL_FDT_FACTORY================CM006 4 CL_FDT_FACTORY=>IF_FDT_FACTORY~GET_FUNCTION 9 METHOD CL_GRFN_AC_BRFP===============CP CL_GRFN_AC_BRFP===============CM005 72 CL_GRFN_AC_BRFP=>EXECUTE_BRF_RULE 8 METHOD CL_GRAC_ACCESS_REQUEST_UTIL===CP CL_GRAC_ACCESS_REQUEST_UTIL===CM018 48 CL_GRAC_ACCESS_REQUEST_UTIL=>GET_DUE_DATE 7 METHOD CL_GRAC_LOG_REPORT============CP CL_GRAC_LOG_REPORT============CM00W 17

6 METHOD CL_GRAC_LOG_REPORT============CP CL_GRAC_LOG_REPORT============CM00S 67 CL_GRAC_LOG_REPORT=>SET_MSMP_HEADER 5 METHOD CL_GRAC_LOG_REPORT============CP CL_GRAC_LOG_REPORT============CM00N 35 CL_GRAC_LOG_REPORT=>SEND_WORKFLOW 4 METHOD CL_GRAC_LOG_REPORT============CP CL_GRAC_LOG_REPORT============CM00T 193 CL_GRAC_LOG_REPORT=>SELECT_NOTIFY_TYPE 3 METHOD CL_GRAC_LOG_REPORT============CP CL_GRAC_LOG_REPORT============CM00M 656 CL_GRAC_LOG_REPORT=>SEND_LOG_NOTIFICATION 2 METHOD CL_GRAC_LOG_REPORT============CP CL_GRAC_LOG_REPORT============CM00Y 3 CL_GRAC_LOG_REPORT=>SEND_LOG_NOTIFICATION_WORKFLOW 1 EVENT GRAC_SPM_WORKFLOW_SYNC GRAC_SPM_WORKFLOW_SYNC 52 START-OF-SELECTION

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185447
Active Contributor
0 Kudos

Hello Pranay,

Check if there is an issue with system date.

Regards,

Rakesh Ram M