This is regarding the RRI jump.
I am trying to jump from a report to a transaction. All the assignments are made to be generic. Now the problem is that when I try to execute this jump I get a warning stating that “Selection for InfoObject cannot be uniquely assigned”.
What is the problem and how do I proceed?
Regards
Nitin
Hi Klaus,
Thanx for the reply. I have lot of material numbers in my report and i want to show the details of each material using the jump to a transaction.
Could you tell me what could be the settings in the above case?
Thanx and Regards
Nitin
It seems that you have an ambiguous assignment (more than one value or maybe none) for a transaction that needs exactly one value (like e.g. one material number). So if the number is not unique you can't jump to the transaction because it doesn't know which number to use.
Add a comment