[50943] in SAPr3-news

home help back first fref pref prev next nref lref last post

Re: Link to a URL with parameters from SAPGUI

daemon@ATHENA.MIT.EDU (bracki)
Wed Aug 4 06:41:58 2004

To: sapr3-news@mit.edu
Date: 4 Aug 2004 03:41:54 -0700
From: frank.brackmann@web.de (bracki)
Message-ID: <bea799ca.0408040241.61cc1393@posting.google.com>

A very simlpe way to integrate a Web-Application in the sapgui is
using the function CALL_BROWSER.You can generate the url-parameters in
the ABAP Coding.

CALL FUNCTION 'CALL_BROWSER'
 EXPORTING
   URL                          = web_url?par1=x.

home help back first fref pref prev next nref lref last post