AW: Starting a background job with a background method

Becker Stephan (extern) Stephan.Becker.ext at mchw.siemens.de
Tue Aug 20 10:37:07 EDT 2002


Dale,
 
call the program with "submit xxx messages into messtab_test1". then =
use
something like this to dump the messages into the workflow container. =
It's
crude, but does the job for testing..=20
 
 loop at messtab_test1.                          =20
   concatenate messtab_test1-MSGTYP              =20
               messtab_test1-MSGSPRA             =20
               messtab_test1-MSGID               =20
               messtab_test1-MSGNR               =20
               messtab_test1-MSGV1               =20
               into collector separated by space.=20
   move sy-tabix to number.                      =20
   concatenate 'MESSAGE' number into name.       =20
   swc_set_element container name collector.     =20
 endloop.                                        =20
 
Hth,
Stephan
 
 
-----Urspr=FCngliche Nachricht-----
Von: Dale Davis [mailto:dkdavis at us.ibm.com]
Gesendet: Dienstag, 20. August 2002 16:11
An: SAP-WUG at MITVMA.MIT.EDU
Betreff: Starting a background job with a background method
 
 
Has anyone ever used a background method to submit a background job and
used  the status of that job to allow the workflow to continue?If yes,
please advise on how you managed error handling.
I have been asked to evaluate doing this to address a performance =
problem
with one of our mass processing background methods which today uses a
submit program. This program times out before the task is completed in =
one
of our emerging geographies even though it works successfully  in other
geographies. Basis has not been able to resolve the performance =
problem.
 
Regards,
Dale Davis Jones
IBM / SAP Certified
Senior SAP Workflow & PP Consultant - SAP Practice
 
IBM Global Services
Phone: 919-543-7678
               T/L 8-441-7678
  Internet Address: DKDAVIS at US.IBM.COM
 
.......You can never discover new oceans unless you have the courage =
to
lose sight of the shore..........
 


More information about the SAP-WUG mailing list