cancel
Showing results for 
Search instead for 
Did you mean: 

How to open "Document Browser" via ABAP

Former Member
0 Kudos

Hi all,

Do you know how I can call the "Document Browser" via ABAP through a Function Module, Method,...

Thanks a lot,

Ale

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The document browser is a Web UI, or rather WDA FPM application, so you are really asking how to call Web Dynpro ABAP applications using a function module. Although there are better and more recommended ways, you can achieve your requirement with function module CALL_BROWSER. In order to build the URL have a look at method CONSTRUCT_WD_URL of class CL_WD_UTILITIES.

Former Member
0 Kudos

Many Thanks Samuli,

I have adopted your solution (CL_WD_UTILITIES-CONSTRUCT_WD_URL ) and all works fine!

ale

Answers (0)