Suchhilfe ändern

Jan 14, 2010 12:48



CALL FUNCTION 'F4UT_RESULTS_MAP' bei

callcontrol-step = 'DISP'

data: lv_url_string type string.

lv_url_string = 'www.eberstein.de'.

* Startet Browser mit angegebener Adresse
  call method cl_gui_frontend_services=>execute
    exporting
      document = lv_url_string
    exceptions
      others   = 1.
Previous post Next post
Up