Quantcast
Viewing all articles
Browse latest Browse all 3876

launch_km_document method...

Hi all,

 

I'm trying to launch a document stored in KM using the method LAUNCH_KM_DOCUMENT from interface IF_FPM_NAVIGATE_TO.  When I try to click the link from a web dynpro, I am getting res://ieframe.dll/http_400.htm# appended to the beginning of the URL.  If I take the url and remove this, the link loads the file I am after.

 

This is what the method call looks like, where mr_nav is reference to interface IF_FPM_NAVIGATE_TO, and MR_FPM is reference to IF_FPM.

 

me->mr_nav = mr_fpm->get_navigate_to( ).
ls_path-path_to_page = '/documents/<dir>/filename.pdf
CALL METHOD mr_nav->launch_km_document           EXPORTING             is_km_document_fields    = ls_path             is_additional_parameters  = ls_add           IMPORTING             et_messages                     = lt_msg             ev_error                             = lv_error.

I'm not getting any error messages.  I have seen a few others who have got this same issue.  Does anyone have a work around for something like this?

 

Hope this makes sense.

 

Cheers,

Kevin


Viewing all articles
Browse latest Browse all 3876

Trending Articles