cancel
Showing results for 
Search instead for 
Did you mean: 

RRI - from report to url, with dynamic input?

oddleif_rotmo
Explorer
0 Kudos

Dear Colleagues,

I want to use input parameters from a sender query to jump to a dynamic url (the fields are 0comp_code, 0ac_doc_no and 0fiscyear).

The more I read I get the impression that this is not possible, is that true??

In my project the custumer scans in all invoices, which get unique url's based on 0comp_code, 0ac_doc_no and 0fiscyear. From their previous Data Warehouse tehy could jump from a point in the report to a scanned document, so it will be a real setback if I have to explane to them that BI does not support this...

Hope someone can answer my question on whether this is possible, and maybe tell me how! I'll sign points for sure!

S

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Maybe this helps you:

Former Member
0 Kudos

Hi Eric,

you can create a classic RS_BBS_BADI to use a dynamic URL in the RRI. You will neee two additional ABAP classes, which implement particular interfaces.

In the method GET_TYPES you can concatenate your desired URL. Over the sender-receiver assignment in the RSBBS you are also able to add dynamical parameters to the URL via ABAP.

A detailed How-to-description can be found in SAP Online Help under: http://help.sap.com/saphelp_nw70ehp2/helpdata/en/45/e52af6a7c56f74e10000000a1553f6/frameset.htm

Best regards,

Sebastian

Former Member
0 Kudos

You can use the Jump to Web address functionality within RSBBS to jump to a URL, and for passing parameters via URL you can configure this in Assignment Details and select the option URL parameter from the dropdown for all the reqd characterstics.

See the link below.

http://help.sap.com/saphelp_nw04/helpdata/en/2a/fc6e3fefa13042e10000000a114084/content.htm

Thanks