[50938] in SAPr3-news
Re: Link to a URL with parameters from SAPGUI
daemon@ATHENA.MIT.EDU (ABAP-Entwickler)
Tue Aug 3 17:45:43 2004
To: sapr3-news@mit.edu
Date: Tue, 3 Aug 2004 23:46:45 +0200
From: "ABAP-Entwickler" <nospam_entwickler@versanet.de>
Message-ID: <41100760$1@olaf.komtel.net>
yes, it's possible and I did it already to integrate a graphical customer
order input. you will find ready-to-run sample codings in the abap-editor
(SE38) at menu-entry 'utilities / control example' (or something like that).
good luck.
"TSchissler" <tschissler@gmx.de> schrieb im Newsbeitrag
news:4e854449.0408030439.40653eb@posting.google.com...
> Hi I'm new with developing in SAP. I'm a .Net developer.
>
> One of our customers want to know if it is possible to integrate a
> Web-Application we developed for him in his SAP 4.6C system. He want's
> to have a Button in his SAPGUI which opens a webbrowser with a
> specific URL to start the Web-Application. It should also be possible
> to pass parameters such as Part-IDs etc. via the URL from SAP to the
> Web-Application.
>
> At the moment I just need to have the answer if this is possible to
> continue detailed project definition with my customer.