Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Report throwing code inspector error

Former Member
0 Likes
592

Hello,

While checking the code inspector for a report program I came across an error message -

Message Code 9999

Exception Occured

When I double click on this error message, it points to the first line of the program - which is the Report statement.

Can anybody throw some light as to what this error message is about as well as the solution to it.

Thanks in advance,

Smita

4 REPLIES 4
Read only

Former Member
0 Likes
548

Hi Smitha,

Are you written any code handling the Exceptions...in your report..

like

if sy-subrc NE 0.
,, do your logic
endif.

check in SCN for more info .

Regards!

Read only

Former Member
0 Likes
548

Hi,

The Error 9999 "Unknown error."

'The specified file could not be found' or data type info is missing. Please check the Data Deceleration once again

Thanks

kalyan

Read only

0 Likes
548

I am not sure about the exception, as it does not give any details . Just displaying 'Exception Ocurred'.

Have checked the data declaration . All seems to be fine..

Thanks,

Smita

Read only

Former Member
0 Likes
548

Hi Smitha,

Can you please provide me the code.

Hope i can help you.

Thanks

Kalyan