AW: Buffer Refresh

Flavio Oliveira oliveiraflavio at hotmail.com
Wed May 21 10:15:22 EDT 2003


If your task is an asynchronous method, you can try to put it in a separate
task that will finishes only when the change is really done (terminating
event) and, after that, you put your main method(QM02).
 
Flavio.
 
>From: "Falk, Simone" <SIMONE.FALK at airbus.com>
>Reply-To: SAP Workflow Users' Group <SAP-WUG at MITVMA.MIT.EDU>
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: AW: Buffer Refresh
>Date: Wed, 21 May 2003 15:32:15 +0200
>
>Hi Tomasz
>
>yes I think that it is !
>
>Thank you for the hint
>
>Best Regards
>Simone
>
>-----Urspr|ngliche Nachricht-----
>Von: Zmudzin,Tomasz,VEVEY,GL-IS/IT [mailto:Tomasz.Zmudzin at nestle.com]
>Gesendet: Mittwoch, 21. Mai 2003 15:28
>An: SAP-WUG at MITVMA.MIT.EDU
>Betreff: Re: Buffer Refresh
>
>
>This is an update timing issue -- the "Before" method probably does an
>asynchronous update, so when the main method is started it still picks the
>old data (just before the new one is fully posted...). To fix this (in the
>simplest dirty way) you can try
>
>1. making the "Before" method synchronous
>2. ...and updating the DB via "COMMIT WORK AND WAIT" instead of a simple
>COMMIT
>
>To have a proper fix please check for the documentation on DB updates (ABAP
>reference manual) and asynchronous methods (Workflow reference manual) on
>help.sap.com.
>
>Kind regards,
>Tomasz
>
>
>-----Original Message-----
>From: Falk, Simone [mailto:SIMONE.FALK at airbus.com]
>Sent: Wednesday,21. May 2003 15:16
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: AW: Buffer Refresh
>
>
>Thanks Marek !
>
>OK that worked but unfortunately it did not resove my problem:
>
>I have a task with one before method. That method changes the status of my
>object ( QM-TASK) to 'RELEASED' in background.
>The main method calls QM02 (Dialog) and I still see status Task outstanding
>so the before method did not work.
>
>Is it a synchronization Problem ?
>
>Best Regards
>Simone
>
>
>
>-----Urspr|ngliche Nachricht-----
>Von: Marek Dziewulski [mailto:marek.dziewulski at polkomtel.com.pl]
>Gesendet: Mittwoch, 21. Mai 2003 14:31
>An: SAP-WUG at MITVMA.MIT.EDU
>Betreff: Re: Buffer Refresh
>
>
>call funcion module:
>rh_wf_om_indices_timestamp_rfs
>
>regards
>
>marek
>
>-----Original Message-----
>From: Falk, Simone [mailto:SIMONE.FALK at airbus.com]
>Sent: Wednesday, May 21, 2003 2:27 PM
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: Buffer Refresh
>
>
>Dear all
>how can I refresh th WF Buffer in 4.5B ?
>In 4.6 it is SWU_OBUF.
>
>Thanx Simone
>
>This mail has originated outside your organization,
>either from an external partner or the Global Internet.
>Keep this in mind if you answer this message.
>
>This mail has originated outside your organization,
>either from an external partner or the Global Internet.
>Keep this in mind if you answer this message.
 
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
 


More information about the SAP-WUG mailing list