Hi,
I coded a customer exit variable for converting the input calday to calweek. I'm debugging by executing the query in RSRT. During debugging, code is executed fine and i can see the calweek value. I'm appending the values to E_T_Range and i can see the values in E_T_Range. I'm trying to restrict a keyfigure using the calweek from customer exit.
My issue is, i don't see the records in my report output, i have valid records for the calweek, i get the message "No Applicable Data Found". I don't know whats happening, and why i don't get the calweek records even after the coded is executed fine.
I applied the following settings while defining the variable:
1) Processing Type: Customer Exit
2) Reference Characteristic: Calendar Year/ Week
3) Variable is Ready for Input: Did not check this box
4) Included the code under I_Step = 2.
Can anyone please let me know why i'm not able to pull up the value from customer exit into the report (i'm not sure if this is the reason why records are not displayed in the report). Do i need to do any settings.
Thanks,
AM