cancel
Showing results for 
Search instead for 
Did you mean: 

Custom SAP_BW_URL CMD

former_member10945
Contributor
0 Kudos

Is there any user exit or BADI I can implement to add new URL commands to a BW system? I want to do something totally crazy when the user clicks on my button but I need the code to execute in the context of the current BW navigation session.

thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can call a help service similar to the one Tobias has in the How to Web printing with Excel doc.

In the table interface also you will have the context of the current web app.

What exactly are you trying to do?

Thanks.

former_member10945
Contributor
0 Kudos

Basically, without going into too much detail I want to add new buttons to BW to reduce the workload on our template developers much the way SAP does with shortcuts like: href ="<SAP_BW_URL CMD='BOOKMARK'> .

The problem is these are interpreted by the BEx web service and it seems like i would have to register an object to add a new command to the system ( obviously I would prefer not to do this ). So, I was looking for a BADI call or user exit in that command processing structure to add a call to.

Former Member
0 Kudos

No, there is no BADI or Customer exit available.

You have to pretty much use the JS functions available to create a JS lib for all the button functions.