cancel
Showing results for 
Search instead for 
Did you mean: 

Invert routine for 0Doc_Date for RRI

Former Member
0 Kudos

I'm getting this message below when jumping to an R/3 report.

"Warning Selection for 0Doc_Date cannot be uniquely assigned"

The reason is as follows. Its in the delta transfer structure but not in the CCA cube and we are not going to add it.

I was informaed that a inversion routine for object 0dat_doc could resolve this issue. I've created and activated the routine but the code there is not executed before (that I can tell ) and the message is still appearing.

Any help much appreciated!

Richard

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I hope the code is getting executed. If you want to check that keep a break point in inversion routine code (BREAK-POINT) and debug the same in RSRT. Make sure E_EXACT is TRUE in your case.

I am also working on inversion routine and the selections are not passed to source system even after the code getting executed and populating C_T_SELECTION.

Please post back with the solution, if you find any.

I suggest to keep a customer message.

Former Member
0 Kudos

Hi Richard,

I believe it's because 0doc_date is not stored in the cube (as you mentioned earlier) and hence not possible to execute the code for the needed inversion. Could you post back the routine you have coded, perhaps someone in this forum can comment/advise on it (I am not an ABAP developer myself).

Cheers,

Sree