Question:
I am trying to read data from a cube using RSDRI_INFOPROV_READ . When executing I get the following dump...
Invalid partial field access: Negative length
Any Thoughts:::::::::::
McGallin
Answer:
hum... not much info here
Did you test it via the Function Builder or did you use it in a little ABAP and tested it there?
Assuming you went for the second option... are you sure that the variables used have the same (type) definitions as in the function module itself?
cheers,
El Belgio
Answer:
El,
Yes, I copied the demo example report RSDRI_INFOPROV_READ_DEMO
and made it point to my own cube..
Have you used it sucessfully before?
Please advice.
Regards
McGALLIN
Answer:
Haven't used it myself yet... tried it with the Test option in the function builder but there it doesn't work.
Normally it should work if you use it in a little ABAP, but you have to make sure that the data definition of the variables you are using in the function call match the definitions in the function module's definition.
cheers,
El Belgio