Workflow interface for wireless scanning of Barcode

Swami Bala swam_in at hotmail.com
Thu Nov 28 16:37:59 EST 2002


Thanks Catherine. Do you know or remember the third party software products
who I can approach ?
 
Swami
<rom: Catherine Schumann <catherine.schumann at bbc.co.uk>
>Reply-To: SAP Workflow Users' Group <SAP-WUG at MITVMA.MIT.EDU>
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: Re: Workflow interface for wireless scanning of Barcode
>Date: Thu, 28 Nov 2002 09:39:37 -0000
>MIME-Version: 1.0
>Received: from cherry.ease.lsoft.com ([209.119.0.109]) by
>mc2-f32.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 28
>Nov 2002 01:40:57 -0800
>Received: from PEAR.EASE.LSOFT.COM (209.119.0.19) by cherry.ease.lsoft.com
>(LSMTP for Digital Unix v1.1b) with SMTP id
><23.008018C8 at cherry.ease.lsoft.com>; Thu, 28 Nov 2002 4:40:55 -0500
>Received: from MITVMA.MIT.EDU by MITVMA.MIT.EDU (LISTSERV-TCP/IP release
>1.8d)          with spool id 0531 for SAP-WUG at MITVMA.MIT.EDU; Thu, 28 Nov
>2002          04:40:35 -0500
>Received: from MITVMA (NJE origin SMTP at MITVMA) by MITVMA.MIT.EDU (LMail
>      V1.2d/1.8d) with BSMTP id 8754; Thu, 28 Nov 2002 04:39:13 -0500
>Received: from gateg.kw.bbc.co.uk [132.185.132.16] by mitvma.mit.edu (IBM
>VM          SMTP Level 320) via TCP with ESMTP ; Thu, 28 Nov 2002 04:39:12
>EST
>Received: from w12wcxi03.wc.bbc.co.uk (w12wcxi03.wc.bbc.co.uk
>[132.185.49.99])          by gateg.kw.bbc.co.uk (8.11.2/8.11.2) with ESMTP
>id gAS9d8h08886 for          <SAP-WUG at mitvma.mit.edu>; Thu, 28 Nov 2002
>09:39:08 GMT
>Received: from bbcxi1002.national.core.bbc.co.uk (unverified) by
>w12wcxi03.wc.bbc.co.uk (Content Technologies SMTPRS 4.2.5) with ESMTP
>    id <T5ed66bd9d784b931631a6 at w12wcxi03.wc.bbc.co.uk> for
><SAP-WUG at mitvma.mit.edu>; Thu, 28 Nov 2002 09:38:38 +0000
>Received: from wwlxu1002.worldwide.bbc.co.uk ([10.16.8.2]) by
>bbcxi1002.national.core.bbc.co.uk with Microsoft
>SMTPSVC(5.0.2195.2966); Thu, 28 Nov 2002 09:38:38 +0000
>Received: from wwlxu1001.worldwide.bbc.co.uk ([10.16.8.1]) by
>wwlxu1002.worldwide.bbc.co.uk with Microsoft SMTPSVC(5.0.2195.2966);
>   Thu, 28 Nov 2002 09:40:38 +0000
>X-Comment: mitvma.mit.edu: Mail was sent by gateg.kw.bbc.co.uk
>content-class: urn:content-classes:message
>X-MS-Has-Attach:
>X-MS-TNEF-Correlator:
>X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3
>Thread-Topic: Workflow interface for wireless scanning of Barcode
>Thread-Index: AcKWrmUH8VpoySCBS06ORKQ2oIeBfgAEyJFg
>X-OriginalArrivalTime: 28 Nov 2002 09:40:38.0314 (UTC)
>  FILETIME=[356098A0:01C296C2]
>Approved-By:  Catherine Schumann <catherine.schumann at BBC.CO.UK>
>Message-ID:  <DFCE4111BF0C564F8E89A5296D284F71011BED80
>@wwlxu1001.worldwide.bbc.co.uk>
>Sender:       SAP Workflow <Owner-SAP-WUG at MITVMA.MIT.EDU>
>Return-Path: owner-sap-wug at MITVMA.MIT.EDU
>
>I've done this before with wireless scanners, but it depends on the
>third-party software.  If you can have a 2-way conversation with SAP via
>this software, then you can use BAPI_CREATE_goods_movement and return the
>error messages or audible feedback to the user for re-scanning/confirmation
>etc.  I am assuming that because you are using wireless scanners this is
>used in warehouses and on trucks, so it's best to get the feedback
>immediately before the stock moves and you can't correct the errors.
>
>Some third-party software I've used even translates ABAP dialog screens
>onto the scanners (as long as the screen is defined with the scanner's
>screen-size in mind), and this can give even more functionality.
>
>-----Original Message-----
>From: Zmudzin,Tomasz,VEVEY,GL-DS/DM [mailto:Tomasz.Zmudzin at nestle.com]
>Sent: 28 November 2002 07:16
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: Re: Workflow interface for wireless scanning of Barcode
>
>
>Why workflow interface? that's not what WF is designed to be -- it will
>rather help you in handling errors that could occur in the process.
>
>If you use IDocs already:
>
>1. why not change the frequency of the IDoc transfer to enable
>near-real-time operations (e.g. every 10 minutes)
>2. if the software for the scanners allows this -- use tRFC transfer method
>instead of file transfer, with immediate IDoc posting.
>
>Any of these will be much safer in terms of error-handling, interface
>transparency, monitoring etc. And it's quick.
>
>Kind regards,
>Tomasz
>
>
>-----Original Message-----
>From: Swami Bala [mailto:swam_in at hotmail.com]
>Sent: Wednesday,27. November 2002 22:51
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: Workflow interface for wireless scanning of Barcode
>
>
>Hello All,
>
>We are trying to determine if workflow can be used ( we want to use in fact
>! ) as an interface after scanning barcodes. This will be used to trigger
>some other business process like goods receipt etc.,
>In the existing business process we are using wireless scanners to scan the
>barcodes which is connected to third party software. Once in a day this
>software creates Idocs to be sent to SAP for updating. Since we want to go
>in for immediate update we are just evaluating any ideas to integrate this
>process with SAP in real time. Does anybody have come across this situation
>?.Is there any information in SAP reg this that anybody aware of ?
>I want to repeat again that we are using wireless scanners.So the interface
>needs to be compatible with
>wireless scanners.
>Thanks for any suggestions reg, this.
>
>Swami
>
>
>_________________________________________________________________
>The new MSN 8: smart spam protection and 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>
>BBCi at http://www.bbc.co.uk/
>
>This e-mail (and any attachments) is confidential and may contain
>personal views which are not the views of the BBC unless specifically
>stated.
>If you have received it in error, please delete it from your system, do
>not use, copy or disclose the information in any way nor act in
>reliance on it and notify the sender immediately. Please note that the
>BBC monitors e-mails sent or received. Further communication will
>signify your consent to this.
 
 
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
 


More information about the SAP-WUG mailing list