Display archived document does not work in UWL

Dart, Jocelyn jocelyn.dart at sap.com
Thu Aug 3 22:25:38 EDT 2006


Actually, Kris, you will probably get around that if you use the UWL
configuration to start those tasks in WinGUI mode. 
 
It means whoever's running those tasks needs to have SAPGUI for Windows
installed on their PC, but that would solve your problem. 
 
It's a handy tip for anyone else who has to deal with  non-web-capable
tasks that you want to call from the UWL. 
 
You want a block something like this in your UWL config:
<ItemType name="uwl.task.webflow.TS99999999"
connector="WebFlowConnector" ... defaultAction="launchSAPTransaction"
executionMode="default">

<ItemTypeCriteria externalType="TS99999999"
connector="WebFlowConnector"/>

<Actions>

<Action name="launchSAPTransaction" groupAction="no"
handler="SAPTransactionLauncher" referenceBundle="launch_sap"
returnToDetailViewAllowed="yes" launchInNewWindow="yes">

<Properties>

<Property name="TransactionCode" value="SWNWIEX"/>

<Property name="GuiType" value="WinGui"/>

<Property name="P_WI_ID" value="${item.externalId}"/>

<Property name="p_nosecm" value="X"/>

<Property name="P_ACTION" value="EXECUTE"/>

<Property name="display_order_priority" value="5"/>

</Properties>

</Action>

</Actions>

</ItemType>

Regards, 
Jocelyn Dart 
Senior Consultant 
SAP Australia Pty Ltd. 
Level 1/168 Walker St. 
North Sydney 
NSW, 2060 
Australia 
T   +61 412 390 267 
M   + 61 412 390 267 
E   jocelyn.dart at sap.com 
http://www.sap.com <http://www.sap.com/>  

The information contained in or attached to this electronic transmission
is confidential and may be legally privileged. It is intended only for
the person or entity to which it is addressed. If you are not the
intended recipient, you are hereby notified that any distribution,
copying, review, retransmission, dissemination or other use of this
electronic transmission or the information contained in it is strictly
prohibited. If you have received this electronic transmission in error,
please immediately contact the sender to arrange for the return of the
original documents. 

Electronic transmission cannot be guaranteed to be secure and
accordingly, the sender does not accept liability for any such data
corruption, interception, unauthorized amendment, viruses, delays or the
consequences thereof.

Any views expressed in this electronic transmission are those of the
individual sender, except where the message states otherwise and the
sender is authorized to state them to be the views of SAP AG or any of
its subsidiaries. SAP AG, its subsidiaries, and their directors,
officers and employees make no representation nor accept any liability
for the accuracy or completeness of the views or information contained
herein. Please be aware that the furnishing of any pricing information/
business proposal herein is indicative only, is subject to change and
shall not be construed as an offer or as constituting a binding
agreement on the part of SAP AG or any of its subsidiaries to enter into
any relationship, unless otherwise expressly stated. 

 

________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Mark Pyc
Sent: Thursday, 03 August 2006 8:48 PM
To: SAP Workflow Users' Group
Subject: Re: Display archived document does not work in UWL


G'day Kris,
 
The following is an extract from OSS note 882731 which would imply that
the UWL would not support image based processeses.
 
1. ArchiveLink. The processing of scanned invoices is a common legacy
scenario. This involves calling the Web AS ArchiveLink to display the
scanned document (TIFF format) from the document archive (separate
hardware). ArchiveLink does not support a Web (BSP or iView)
tiff-viewer, so scenario cannot be used in the UWL. 
 
 
Have fun,
Mark


 
On 8/3/06, Kris Verschueren <kris.verschueren at ctac.nl> wrote: 

	Hi all,

	I have a problem with the display of an archived document in the
UWL.

	Within SAP (MySAP ERP2005) it works well by archivelink (BOR
IMAGE). The documents are stored in the content server and within R/3 it
works fine. 

	 

	When tasks appear in the UWL which have an archivelink image
attached, an extra link appears for the image. The link refers to a SAP
transaction, which is started using SAP HTML GUI. The transaction is
SWF_GUI_EXEC. 

	On opening the transaction from the portal link, a message
appears stating the image is being displayed, but it won't display...???


	 

	Does anyone has experience with this?

	 

	 

	Kind regards,

	Kris Verschueren

	SAP consultant 

	Ctac Netherlands


	_______________________________________________
	SAP-WUG mailing list
	SAP-WUG at mit.edu
	http://mailman.mit.edu/mailman/listinfo/sap-wug
	
	
	


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20060804/18f4fa97/attachment.htm


More information about the SAP-WUG mailing list