cancel
Showing results for 
Search instead for 
Did you mean: 

RSBBS - create a variable customer exit based on initial selection

Former Member
0 Kudos

Dear all,

I am using RSBBS (RRI) to jump from one query specific cell to another query. The destination query gets the parameters from the selected cell. In order to achieve this, the only thing we have done was to insert the relevant characteristics as Free Characteristics on the destination query (no variables were required).

Now, I need to add a new variable on my destination query. This variable should be a customer exist based on one of the paramenters that the destination query gets from the original query. How do I get this value to use it in the variable customer exit???

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your reply,

I got it in a different but not tottally different way from wthat you suggested.

I have created a variable () (ready for imput) for my characteristic. However, on transaction RSBBS, when defining the target query, I went to "Assigment Details" option and for my characteristic, I have changed the type form "generically" to "variable" and choosed the field name of the variable ().

In this way the target report gets the original report definition for this characteristic as a variable that I can then use on my costumer exit.

I have tryed and worked...brilliant!

Former Member
0 Kudos

Maybe if you add a variable for your free characteristic (it could have the ready for input check uncheked) it got the value of parameter in RRI and you can do the exit variable based in that variable.