How to call external HTTP based viewer from inside R/3?

Chris Pruitt Chris_Pruitt at sind.com
Mon Mar 8 09:31:22 EST 2004


Viveka,
 
I am doing something very much like this today. I added a custom method
to the object that I was working on that had the following code in it:
 
DATA:
      URL LIKE ZTRANS_DETAIL-URL.
  SWC_GET_ELEMENT CONTAINER 'URL' URL.
 
  call function 'WS_EXECUTE'
    EXPORTING
       COMMANDLINE =3D URL
       PROGRAM =3D 'EXPLORER'
    EXCEPTIONS
       FRONTEND_ERROR =3D 1.
 
END_METHOD.
 
I build my url externally and pass it as a parameter into the method.
You can adapt this approach and build your URL within the method.
 
-Chris
 
Chris Pruitt
SI Corporation
E-Mail: chris_pruitt at sind.com
Mobile: 423-400-5661
Office: 423-553-2053
Fax: 423-553-2373
 
-----Original Message-----
From: viveka.schwartz at implema.se [mailto:viveka.schwartz at implema.se]=20
Sent: Monday, March 08, 2004 4:42 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: How to call external HTTP based viewer from inside R/3?
 
Hello workflowers,
 
I would like to call an external HTTP based web viewer from inside R/3
(logged in via SAP GUI) in different archive link based scenarios. If
possible also when displaying a document (doc.class FAX) from the
attachment list (GOS) of a business document.
The viewer is installed on our web server and can be called via an URL
together with the archive ID and the arc.doc.id.
 
Does anybody how any suggestion on how to do that?
 
Best regards
Viveka
 
 
This message is intended only for the use of the individual or entity to =
which it is addressed, and may contain information that is privileged, co=
nfidential and exempt from disclosure under applicable law. If you are no=
t the intended recipient, you are hereby notified that any use, dissemina=
tion or copying of this communication is strictly prohibited. If you have=
 received this communication in error, please notify us immediately by re=
turning the original message to the sender and then delete the message.
 


More information about the SAP-WUG mailing list