cancel
Showing results for 
Search instead for 
Did you mean: 

Navigating directly to an object in BRF+

dominik_ee
Advisor
Advisor
0 Kudos

Hi Community,

is there any chance we can navigate directly to an object by using its id?

We would like to navigate to the workbench (using a link) directly to an object/function without using the search dialogue.

I know that the URL itself is never changed when working with the workbench, but the Objects context-id are passed through POST Requests.

Thanks and Regards,

Dominik

Accepted Solutions (1)

Accepted Solutions (1)

Hi Dominik,

the "usual" way (or better said the one that BRFplus provides out of the box) is creating a custom BRFplus transaction. This is described in the blog: https://blogs.sap.com/2012/12/18/controlling-the-ui-appearance-of-the-brfplus-workbench/ in the section "Preset configuration".

In your case you have to fetch the UUID of the object you want to navigate in addition. This can be achieved via the BRFplus API

Hope that helps

Best regards,

Christian

dominik_ee
Advisor
Advisor
0 Kudos

Hi Christian,

awesome, thanks a lot!

Best Regards

Dominik

Answers (1)

Answers (1)

0 Kudos

Hi Dominik,

can you tell a bit more about the scenario e. g.. from where do you want to call the link etc.?

Thanks

Best regards

Christian