cancel
Showing results for 
Search instead for 
Did you mean: 

BAdI RSROA_VARIABLES_EXIT_BADI with active implementations not called

0 Kudos

Hello everyone,

in our BW/4HANA 2.0 I want to use Customer Exit Variables. I've created Variables of the type Customer Exit on the InfoObjects 0FISCYEAR and 0FISCPER3. I also created a BAdI-Implementation, which is shown as active:

I also implemented the Filter for the InfoObject Names:

The implementing class is also active and contains a Break-Point. However, when I execute a Query with transaction RSRT, the Debugger does not activate and the BAdI is seemingly not called. Does somebody have an idea what I can do or check in this case?

varun_sawant
Participant
0 Kudos

what is the type of variable? User exit with no user input? Are you using i step 1 or 2? Please provide these details to understand your problem better

0 Kudos

The variables are of the type customer exit with user input.

varun_sawant
Participant
0 Kudos

So I assume your exit is for i step = 1? Does the prompts get filled when you run the query?

0 Kudos

No, which is the problem. Doesn't seem like the BAdI or the Implementation is called at all.

varun_sawant
Participant
0 Kudos

Can you put a session breakpoint on the implementing class code and check if it is being called through RSRt

Break-Point is included, but it is not called.

varun_sawant
Participant
0 Kudos

Then must be something wrong in your code. Can you please include the implementing class code for me to take a look, thanks

0 Kudos

I do not even get to the code. That's my problem. It is not called at all.

varun_sawant
Participant
0 Kudos

I am not talking about the variable exit code but the implementing class code for the badi..

varun_sawant
Participant
0 Kudos

Please rfer to this blog,

https://blogs.sap.com/2014/04/16/how-to-implement-new-badi-rsroavariablesexitbadi-73-for-reporting-a...

Maybe you have got the implementation wrong

0 Kudos

I read through the documentation and I definitely followed all the steps. It still doesn't work.

dominik_graus
Product and Topic Expert
Product and Topic Expert
0 Kudos

Have you read through SAP Note 3333155 as well?

Regards,
Dominik

0 Kudos

Yes, I did. I even implemented the note added in the last days. It still didn't help...

dominik_graus
Product and Topic Expert
Product and Topic Expert
0 Kudos

Could you please log a case via SAP Support Portal then? In this stage, it's difficult to help without having access to the system.

Regards,
Dominik

Accepted Solutions (0)

Answers (1)

Answers (1)

dominik_graus
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Alexander,

Can you please check if SAP Note 3333155 solves your issue?

Regards,
Dominik

0 Kudos

I implemented the Note. Unfortunately, it is still the same. I have a Break-Point in my class, but it doesn't jump into the class.