How do a specify a query in a user exit

Question: Hello,
I have created a query (A) from which the user can navigate into a drillthrough query (B). I have hardcoded some variables to be filled with different dates.
Does anybody know how I can (in the code) specify that the variables only should be filled by the code in query A and not in query B.
Best Regards,
Magado

Answer:
Try this

IF ( I_S_RKB1D+0(25) = '3GOLBL5ACYWZXA3F0DHM819XR'
OR I_S_RKB1D+0(25) = '3GORAJYBKRWHLHLI51ULFK4UN'
OR I_S_RKB1D+0(25) = '3GORB3L017DP73AT1VTZ4KUQ7'

You would want to get the technical name for Query A and B.

Answer:
Thank you very much for your reply. One question though:
What is "I_S_RKB1D+0(25)"
BR,
magado
Copyright ?2007 - 2008 www.jt77.com