cancel
Showing results for 
Search instead for 
Did you mean: 

jump query, target variable customer exit not executed

Former Member
0 Kudos

Hello BW Experts,

I am doing a jump from query1 to query2

1) query1 has quarter and period

2) in the rsbbs assignments, quarter is transfered to varqaut and periods are not transfered ( used thee option X delete).

3) for period in the query2 i have a customer exit, which derives the values based on the highest values of the quarter from variable varquat.

if i run the query2 it works well, but if i run the query2 from the jump query from query1, it does not work.

please suggest. how to make the customer exit for query2, period make it executed. what aree the selctions needed for that..

please help.

Thanks,

BWer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Could someone help us.

I'm having the same problem, I have QueryA and QueryB in queryB exists a variable exit that read data from VariableA but is not running.

After the jump, the queryB calls again to put the date. bringing the value date of the initial query screen QueryB.

Recalling

QueryA puts months and years in a initial screen.

QueryB read the month and year of the query and makes the range of the past twelve months.

Regards

Felipe Campos

Answers (1)

Answers (1)

Former Member
0 Kudos

one important thing for both of you is in case of JUMP query

query 2 data set is always a subset of query 1.

but i guess you expect query2 to be the superset of query 1 and as a result when you run query 2 independently it is populating

data but when executed via jump is it is not.

this needs change in design.