cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to pass values from BW to R/3(Urgent)

Former Member
0 Kudos

Hi All,

I created RRI report, target is R/3 report. We have created variables in BI side When we assign some values to these variables, those values should be populated in the R/3 report selection screen.

What I have to do. Please any one help me . Its Urgent

Thanks,

Jaswantha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I feel there is no difference between BW3.X and 7.0 in RRI functionality. I refered help.sap.com. There no new settings are they mentioned.

For this error, check the source system connectivity in SM59 test the remote connection is fine as well as RFC.

For test purpose, do the following steps:

1. Instead of going to R3 server, give any ABAP Program that is residing in our BW Server. Verify if it is working fine. If it is fine, then our RRI will work fine for other system also.

2. Take R3 connection now. Instead of our actual program take some other program that is having very small no. of lines of code. Check that is working fine or not. I feel you will get some error. Check the error. If it is mentioned any source system problem then check the source system RFC and Remote logon is possible for the source system user.

If it is any thing info source error, then the parameter of the R3 ABAP report and our transfer rule field name is mismatching.

Check out and let me know.

Regards,

Vivek V

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If you want to do RRI from BW to R3, you need to mention the parameters in the ABAP Report itself in R3.

How the system will take, it will go to its corresponding infocube and check with its transfer rule mapping. Based on the mapping it will send the BW infoobject values to R3 table fields.

It is not mandatory to map all the details. It there is no proper mapping also report will execute fine. But it will not take the parameters.

Regards,

Vivek V

Former Member
0 Kudos

Hi Vivek,

I have checked R/3 report, they have specified in the same way as u mentioned.

Coming to mapping, InfoObject to Infocube mapping is proper I am able to see the results properly.

Which mapping u r talking about can u make it clear.

Or you are talking abt assignment details in RRI, There i have specified as Generic and * in selection type. I have created characteristic variables and key figure variable also to pass the values.

what else we have to consider .Please make it clear.

Thanks,

Jaswantha

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

In RRI you can pass the R3 variable as

PARAMETERS param LIKE (your table fields)

Check the SAP Note : 383077

Also refer the following help link. There you can find out the R3 mapping details.

http://help.sap.com/saphelp_nw04/helpdata/en/e3/156e3fefa13042e10000000a114084/content.htm

Regards,

Vivek V

Former Member
0 Kudos

Hi Vivek,

Thanks for your response,

PARAMETERS option we have to specify in the R/3 report or do we have to write any User exits.

Please make it clear. Where we have to do changes.

Thanks,

Jaswantha

Former Member
0 Kudos

Hi Vivek,

One more thing, we r using BI7, here DTP used .

In RRI report when I click on goto option, it is going to R/3 but In BI it is giving this message

"An error occurred with the report to report interface during the jump

Notification Number BRAIN 192 "

Any other thing to be considered.

Thanks,

Jaswantha