Skip to Content
0
Former Member
Sep 26, 2005 at 05:00 AM

Calling an RFC (or transaction) via a URL using BSP

428 Views

Hi,

I wish to be call a transaction in our BW system via a URL. ITS isn't an option with BW - but I believe there is a way to do this via Business Server Pages which can be delivered by the Web AS.

The Transaction we wish to call is RRMXP (which starts up Excel and the Bex Analyser and opens a specific workbook via a supplied parameter for Workbook ID).

We have also created an RFC wrapper (which is remote-enabled) around this transaction as I saw in one thread that BSP can only call an RFC.

Can someone give me a idea of the correct syntax for the URL.

For example purposes, let's say:

RFC = Z_RRMXP_START (Transaction = RRMXP)

Parameter = ABCDEFGHIJKLMNO1234567890. (WorkbookID)

Server = bwprod.company.com:8000

We don't wish to include a Username/password in the URL string - Instead for them either to be prompted to logon or access the Workbook via Single Sign-On.

Also, do I need up to set up any services or anything else for this to work (assuming this is possible)?

Many thanks

Adrian