Open gregorwolf opened 3 years ago
ping also @mkysoft
data li_fe_serv TYPE REF TO zif_abapgit_frontend_services.
li_fe_serv = zcl_abapgit_ui_factory=>get_frontend_services( ).
li_fe_serv->file_download(
iv_path = lv_path
iv_xstr = zcl_abapgit_convert=>string_to_xstring_utf8( mv_html ) ).
Unfortunately the Method zcl_abapgit_gui_router=>file_download isn't public anymore. Maybe @larshp can direct us to an alternative.