AW: SAP Rel. 4.6c and background tasks in workflows

Becker Stephan (extern) Stephan.Becker.ext at mchw.siemens.de
Mon Aug 26 09:56:35 EDT 2002


Hi Diane,
 
may I guess, the method uses Batch Input? In that case, here's my =
posting
from last week on how to see the error message from the session:
 
Call the transaction with "call transaction 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: Nobles, Diane [mailto:nobles_dh at naptheon.com]
Gesendet: Montag, 26. August 2002 15:43
An: SAP-WUG at MITVMA.MIT.EDU
Betreff: SAP Rel. 4.6c and background tasks in workflows
 
 
Good morning all.  Thanks for all the help I have received lately.  =
This
list is really a great resource tool.  Thanks for making it available =
for
all of us trying to move into the realms of workflow.  Enough accolades =
now
for the problem. :)
 
I created a workflow using a background step, Object: BUS2078, Method:
Create Notification in background.  During testing the workflow =
started, but
errored out and nothing happened.  Not sure where I need to go to find =
out
what happened.  The notification was not created and the workflow step
errored out with on the following technical details.
 
 
 
 
 511158           1 Create Type V4 QN From Type V2 QN             =
Workflow
started
                        (Sub)workflow created                    =
08/23/2002
16:27:23
                         SWW_FI_START                             =
08/23/2002
16:27:23
 
 511159           4  QM task: Create notification
                        Background work item created             =
08/23/2002
16:27:25
                        Execution started automatically          =
08/23/2002
16:27:25
                        SWW_BI_EXECUTE_S                         =
08/23/2002
16:27:26
 
Tried to find the SWW*'s to see what they told me, but was =
unsuccessful.
What is my next step to finding out what is happening??
 
 
 
 
Diane H. Nobles
Northrop Grumman-Naptheon
SDE PM Team
(757) 380-7250
 


More information about the SAP-WUG mailing list