cancel
Showing results for 
Search instead for 
Did you mean: 

Access a BRF+ object directly

former_member188217
Active Participant
0 Kudos

Hello Experts,

I have a requirement to open directly BRF+ object when i pass the object id.

Kindly help if there are any standard programs or function modules available.

Thanks,

Anju

Accepted Solutions (0)

Answers (1)

Answers (1)

shehryardahar
Discoverer
0 Kudos

Hi Anju,

There are several ways of doing it. Few are,

1) By specifying the BRF+ object id in the URL directly or through an ABAP program

E.g: http://<server>:<port>/sap/bc/webdynpro/sap/fdt_wd_workbench?sap-client=<client>&sap-language=EN&ID=...;object_id>

2) By using the demo web dynpro application (in the system) -> fdt_wd_demo_embed_ui

http://<server>:<port>/sap/bc/webdynpro/sap/fdt_wd_demo_embed_ui?sap-language=EN

Regards,

Shehryar Dahar