cancel
Showing results for 
Search instead for 
Did you mean: 

Hint on error? u0093.. incompatible for target selection No RSBBS 203u0094

Former Member
0 Kudos

Hi,

I have a source query Q1 in (Netweaver environment) which includes 0Material restricted to MATRANGE as a free characteristics. In the target query, Q2, 0Material restricted to MATRANGE is a row.

When Q1 executes and I select a record, and do a GOTO the second query, Q2, I get a message following message at the top of the selection criteria for the second query Q2:

“Source selection for MATRANGE is incompatible for target selection No RSBBS 203”

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Amanda,

When you use RRI, the target query will take the same filtervalues and defaultvalues as the source system...

It will also take the values of the place where you are located when clicking on RRI... so if you are located at sales order 1000 it will fill in sales order 1000 in the target query...

But it sounds that material is the only similar characteristic in your 2 queries...

I don't think it will work then...

Ciao

Joke

Former Member
0 Kudos

Hi,

actually that is not the case, there are a number of other char in the Q1 also in the Q2. So the question is why getting this problem only for that particular char.? And how do I fix it?

Thanks

Former Member
0 Kudos

Hi Amanda,

I guess it is failing at this check

*****************************************************************

IF i_target = '*'

everything

OR ( i_target = rsbbs_c_kind-hierarchy

AND ( i_source = rsbbs_c_kind-hierarchy

OR i_source = rsbbs_c_kind-equals

OR i_source = rsbbs_c_kind-parameter ) )

node(s)

OR ( i_target = rsbbs_c_kind-parameter

AND i_source = rsbbs_c_kind-parameter )

interval

OR ( i_target = rsbbs_c_kind-interval

AND ( i_source = rsbbs_c_kind-interval

OR i_source = rsbbs_c_kind-parameter ) )

equals

OR ( i_target = rsbbs_c_kind-equals

AND ( i_source = rsbbs_c_kind-equals

OR i_source = rsbbs_c_kind-parameter

OR i_source = rsbbs_c_kind-hierarchy ) )

select options

OR ( i_target = rsbbs_c_kind-selopt

AND ( i_source = rsbbs_c_kind-selopt

OR i_source = rsbbs_c_kind-interval

OR i_source = rsbbs_c_kind-equals

OR i_source = rsbbs_c_kind-parameter

OR i_source = rsbbs_c_kind-hierarchy ) ).

*******************************************************************

Can you let us know the kind(whether it is Sel opt or hier or parameter etc) of Source and Target Query for 0Material?

Cheers,

Praveen.

Answers (0)