cancel
Showing results for 
Search instead for 
Did you mean: 

"Unable to interpret X as a number" CONVT_NO_NUMBER error

Former Member
0 Kudos

Hello

I'm receving the error below when I try to click "print or export" in GRC 10 in any of the reports in Risk Management.

Is there anyway that this can be easily resolved?

The following error occurred in system GD2 : Unable to interpret X as a number.

The error occurred on application server and in work process 5 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: SELECTION_ALV_HEADER of program /1BCWDY/06EI21JR8UQ5UIJAYW03==CP

Method: IWCI_GRFN_REPORT_SELECTION~SELECTION_ALV_HEADER of program /1BCWDY/06EI21JR8UQ5UIJAYW03==CP

Method: CREATE_ALV_HEADER of program /1BCWDY/06EI21JR8UQ5UIJAYRFR==CP

Method: ADJUST_ALV_DISPLAY of program /1BCWDY/06EI21JR8UQ5UIJAYRFR==CP

Method: IF_COMPONENTCONTROLLER~ADJUST_ALV_DISPLAY of program /1BCWDY/06EI21JR8UQ5UIJAYRFR==CP

Method: HANDLEDEFAULT of program /1BCWDY/06EI21JR8UQ5UIJAYRFR==CP

Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/06EI21JR8UQ5UIJAYRFR==CP

Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP

Method: NAVIGATE of program CL_WDR_CLIENT_APPLICATION=====CP

Method: DO_NAVIGATION of program CL_WDR_WINDOW_PHASE_MODEL=====CP

Edited by: Kleinsmidt Donald on Oct 3, 2011 3:13 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

jatin_grover
Advisor
Advisor
0 Kudos

This could be due to some wrong value specified in the configuration parameters.

Former Member
0 Kudos

Hi Jatin,

Where could I look to try resolve this? I am only getting the error when "Print or Export" the report.

Thanx

jatin_grover
Advisor
Advisor
0 Kudos

Hi,

Check in following customizing all the parameters where you are setting the parameter value as 'X' that is it the correct expected value.

SPRO->Governance, Risk and Compliance->Access Control->Maintain Configuration Settings

Regards,

Jatin

Former Member
0 Kudos

Hi,

We resolved this problem by installing SP6 for GRC 10. The following note which is in the SP6 addresses this.

SAP Note 1619099 - Short dump when printing or exporting standard RM reports

There was also another note which we had to apply as well due to another issue that was introduced in reports after installing SP6, but that was resolved with note 1626739 which I think is a pre-implement note for SP6.

Hope this helps

Regards

Donald

Edited by: Kleinsmidt Donald on Nov 11, 2011 8:57 AM

Edited by: Kleinsmidt Donald on Nov 11, 2011 8:57 AM

Former Member
0 Kudos

Hi,

I will install the SP6 and let you know.

Thank you

Former Member
0 Kudos

Hi Kleinsmidt,

Have you managed to resolve this error? I am getting the exact same.

Thanx

Former Member
0 Kudos

good day,

please have a look at 501683, 503696 and see if this helps

kind regards

marius

Former Member
0 Kudos

Just some follow up to the query above.

After inspecting the log from ST22 the error appears to be occurring on line 1142 with something relating to currency.

Again this is in GRC 10, after trying to print or export from a report. Please see the ST22 output below where >>>> is where the error occurs.

1141 * currency

>>>>> if ls_show-currency = cl_wd_uielement=>e_visible-visible or 1 = 1.

1143

1144 l_s = ls_selection_filter-currency.

1145 if l_s is initial.