cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in accessing the drill down report via RRI

Former Member
0 Kudos

Hi guru's,

ThanX in advance for all the stuff you are providing.

I have a problem with the drill down report.I have two reports Q1 and Q2 where Iam navigating to Q2 from Q1 via RRI.But when I try to drill down to the Report Q2 It gets into an unending state of query execution(to say shortly it gets struck).

This report was working fine earlier.But very Recently I encountered this problem.I started debugging the query at RSRT.For the report Q1 just goes fine but when I drill down to Q2 it gets struck.This is the part of code where the report end up in an unending state.Infact it gets struck exactly while calling the method...

"CALL METHOD g_sx_buffer-r_request->read_data"

-


  • Fetch the data, using the wait command only with the second parse

IF g_s_session_prptys-use_wait = rs_c_false

OR i_mode = rrx1_c_grid_get_mode-wait_fetch.

  • Is data available

CALL METHOD g_sx_buffer-r_request->read_data

EXCEPTIONS

x_message = 8

no_processing = 1.

CASE sy-subrc.

WHEN 1.

  • Necessary for drill to level

  • raise no_processing.

WHEN 8.

RAISE x_message.

-


Can Some one help me out to know what happens at this part of code that is causing the error.

ThanX A Lot,

Regards,

Sukumar

Accepted Solutions (0)

Answers (1)

Answers (1)

vinay_bedre2
Participant
0 Kudos

Its better you raise an OSS message on this problem.