Displaying Scanned Invoices through Portal ?

Soady, Phil phil.soady at sap.com
Tue Oct 28 07:34:22 EST 2003


If your REALLY must get the link URL working in the text then....
 
URL in TEXT.  Which calls an ITS WEBGUI service to start a transaction.
eg
http://myits/scripts/wgate/ztcode/!?DOCno=bla
 
 
Fancy service is just a tcode in SAP.
This tcode starts an ABAP.
 
the abap uses the ITS macros to get the URL field
You need to include  AVWRTCXM.
then do a
FIELD-GET DOCNO
to fish the Value of the document no. out.
Then call Object services function to display the attachment.
(SAME method called when you do it from the user menu inside display invoice.)
 
Not as nice the new UWL tricks but a way to show
something attached to a document using an ITS service.
 
 
I tested the concept at a customer not for the attachment list
but type of access is the same. It worked Ok.
 
 
 
Phil Soady
Senior Consultant - Business Technologies
Professional Services
SAP Australia
Level 1, 168 Walker Street, North Sydney 2060, Australia.
M   +61 412 213 079
E   phil.soady at sap.com
 
 
-----Original Message-----
From: Dart, Jocelyn
Sent: Tuesday, October 21, 2003 2:29 PM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Re: Displaying Scanned Invoices through Portal ?
 
Hi Cristiana,
Please refer to the previous discussions from Alan Rickayzen on the developments in the Universal Work list changes
to cope with the display of objects.  This opens objects without opening a second window and
should be reconsidered as an alternative to the BWSP inbox.
 
To use it in the BWSP inbox you would somehow need to create a URL in the work item text that would take them to a browser page showing the invoice. Suggest you first find out if you can display the invoice in a browser page using the normal transaction e.g. in SAPGUI for HTML mode.
Regards,
        Jocelyn Dart
Consultant (SRM, EBP, Workflow)
and co-author of the book
"Practical Workflow for SAP"
SAP Australia
email: jocelyn.dart at sap.com
phone: +61 412 390 267
fax:   +61 2 9935 4880
 
 
 
 
 
-----Original Message-----
From: Cristiana D'Agosto [mailto:cristiana.dagosto at au1.ibm.com]
Sent: Tuesday,21 October 2003 10:30 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Displaying Scanned Invoices through Portal ?
 
 
G'day all,
 
I am developing a workflow that will start from a scanned invoice
(FIPP.CREATED is published).
 
We are currently in 4.6c
 
I understand that there are limitations of workflow on the web (Portals) -
OSS note 487649 - "...you cannot open a second window in the browser. This
concerns specially the parallel display of original documents in an SAP
ArchiveLink Viewer"
 
How can I display the scanned image within my workflow through the Portal?
What are the alternatives? The client currently uses Portal for ESS and
uses the BSWP inbox. The client's preference is for the users to undertake
workflow actions via the Portal.
 
The client is already using scanned images but without workflow and
outside the Portal. Currently the users go to the display invoice
transaction and from there they click the Services for Object button >
Attachment List > Display.
 
Would it work if I created another button for the user in the user
decision so the user can Display Invoice? I could put this user decision
in a loop and only get out if the option is not Display Invoice (would be
a bit of a bummer to use this approach as the users should be able to
display the invoice and attached image in every work item, and there are
quite a few).  Any ideas?
 
Much thanks and regards
 
Cristiana
 


More information about the SAP-WUG mailing list