cancel
Showing results for 
Search instead for 
Did you mean: 

Help with creating a link in web UI navigation bar that executes a function

0 Kudos

I have a function I would like to be executed when clicked on a link in the navigation bar (CRM WebUI). How can I do this?

View Entire Topic
corrine_guan
Employee
Employee
0 Kudos

What is the function in detail?

Is it purely a link? or a SPA GUI transaction to another system? or is it a CRM component/view? Or a web dynpro for ABAP program? or anything else?

There are different kind of way to add a link into navigation bar on CRM WebUI.

If it is just a link, you can use a URL transaction launcher .

If it is a SAPGUI transaction, you can use a BOR transaction launcher.

If it is CRM component/view, need to create a logics link id, etc.

So please provide your function details.

0 Kudos

I have an ABAP program which I want to be executed when clicking a link in the navigation bar. The program generates some downloadable files.

corrine_guan
Employee
Employee

Hi Genia Sh,

Then you need to create a transaction for the ABAP program, and then use transaction launcher to execute the transaction as suggested by Bruce.

Best Regards, Corrine