cancel
Showing results for 
Search instead for 
Did you mean: 

Why is the Customer Exit for a BEx Variable not being called?

0 Kudos
1,086

I have a BEx Variable type Customer Exit, Reference Characteristic 0CALMONTH, single selection and optional entry. I have an active implementation on BADI - ZBW_RSR00001. In the filter section the mentioned variable is maintained. I have placed a break-point in the process segment to debug my code. But, while executing the Query from RSRT with debug the break point is not reached.

Things I have checked.

1. Reactivating the Implementation.

2. Changing the variable's entry type to mandatory. Result - The option to select comes up but the implementation is not triggered.

3. Set a break-point in CL_EXITHANDLER->GET_INSTANCE. Result - the BADI is called but the implementation is not reached.

4. This thing is working fine in our Production Environment but not in Dev / Test Env.


Regards,

Hitesh

View Entire Topic
AndrewJabbitt
Participant

Hi,

I've just seen this message and had a similar challenge with a Customer Exit variable not being called.

Thought I should share my solution in case anyone else passes this way.

The solution for me was: to add the InfoObject to the list of filters in the Implementation of RSROA_VARIABLES_EXIT_BADI

Hope it helps,

Andrew

ezeugner
Participant
0 Kudos

Hi Andrew,

thanks for sharing. That solved the issue on my side aswell.

Kind regards

Eric