cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Multiple Variable Values for one InfoObject via RRI

Former Member
0 Kudos

Hi SDN Community,

I can see a number of postings for our situation, but unsure of which one is the correct one to use, if at all.

Basically, we have an INfoObject "Planning Year"

In the sender query, we have 2 variables.

One is for the Forecast Value Type. So Planning Year is current year variable

The Second is for the Budget Value Type. So Planning Year is current year - 1 variable.

In the Target query, we have the same 2 variables.

Now in the RRI assignment, you only have option to put 1 variable.

Is it possible by BADI to basically populate multiple variable values in order to pass these through. Because the Target query, have these variables embedded in structure elements, the RRI needs to specify variable values.

Thank you.

Simon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi SDN Community,

It seems that an RRI setting was overlooked on Planning year.

This was set to generically, This is now resovled.

thank you.

Simon

Former Member
0 Kudos

Hi, I am trying to do the same thing..passing multiple values to receiving query variable through RRI. Right now if I assign a query variable of type multiple single values it does not take any value. It works only if I assign variable of type Single Value.

In my assignment details the sender query has Generic for type and * for selection type.

If any one knows how to pass multiple values to receiving RRI query, please give the details.

Thanks