isisdanismanlik / NamespaceChanger

Namespace Changer
MIT License
12 stars 5 forks source link

Method zcl_abapgit_gui_router=>file_download isn't public #3

Open gregorwolf opened 3 years ago

gregorwolf commented 3 years ago

Unfortunately the Method zcl_abapgit_gui_router=>file_download isn't public anymore. Maybe @larshp can direct us to an alternative.

gregorwolf commented 3 years ago

ping also @mkysoft

larshp commented 3 years ago
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 ) ).