cancel
Showing results for 
Search instead for 
Did you mean: 

debugger missing Virtual Characteristics code

Former Member
0 Kudos

Hi Guys,

I have written a BADI based on definition RSR_OLAP_BADI. I have also written the code, but when I debug the query in RSRT, the code is getting skipped.

Here is what I have done

1) created a characteristics with initial value

2) created the BADI using definition RSR_OLAP_BADI

3) used the characteristics in the report

Appreicate your inputs

Thanks,

SK

Accepted Solutions (0)

Answers (1)

Answers (1)

mansi_dandavate
Active Contributor
0 Kudos

Hi,

Did you put a breakpoint anywhere in your code and then chk if it stops there when you debug?

Former Member
0 Kudos

Yes, I tried with session break-point and also with hard coded break-point.

The entire code is getting skipped

Former Member
0 Kudos

Hi Shailesh,

Put a breakpoint somewhere higher up in the code. There might be an IF or CASE statement which is not allowing the execution to reach the code that you have written.

Hope this helps!

Regards,

Saurabh

Former Member
0 Kudos

I have already debugged alot. At one condition it checks

l_s_rkbif-userexitmode EQ rrke_c_mode-no_selection.

If this userexitmode is blank, its not going further to the code.

I have no clue where to make it userexit enabled.