cancel
Showing results for 
Search instead for 
Did you mean: 

SAP TCode or URL

Former Member
0 Kudos

Hi All,

I would like to know your opinions on whether GUI approach for BRFPlus workbench is feasible or the URL one?

To me ,if URL one that is feasible but do we need to configure something to to figure out the URL or can directly use the one that open after running TCode BRFPLUS?

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

sbl
Active Contributor
0 Kudos

Hi,

In fact all the object could be displayed directly wihtout going to the BRF+ workbench.

Which means for instance that you can create either a transaction (launching a webdynpro) or an entry in the menu for a webdynpro application and insert that in a role.

You will have to make a simple webdynpro using the standard dynpro from the BRF+ workbench and passing a parameter to identify the object you want to access (the GUID)

I have made this several times and I first did it as explained in this blog

Then I customised it a little more to my taste but you'll find it pretty good for the end user .

Cheers

Stephane

former_member387251
Discoverer
0 Kudos

Hello,

Transaction BRFPlus launches a web dynpro application 'FDT_WD_WORKBENCH'. Class method cl_http_server=>if_http_server~get_location is used to get the relevant hostname and url is built accordingly.

e.g: http://HostName:8080/sap/bc/webdynpro/sap/fdt_wd_workbench?sap-language=EN&sap-client=XXX

As long as the hostname is correct in the url, you can use either option.

Rgds,

Prajyot.