Hi,
I have a scenario, that in a billing document, when i click a action, a subsequent document is created. If i see who is creating the document it shows user as WF-BATCH.
How to find which program is running in the background, or how the job is created by wf-batch
Thanks in advance
Hello,
Look in SWI1 to see which workflows were doing something at that time.
WF-BATCH means it was done in a workflow step.
regards
Rick Bakker
hanabi technology
Hi Rick,
I checked in transaction SWI5, at that particular time range, but there is no workflow, at triggered at that time 00:52:17.
But the document says
changed at changed by changed on created by
00:52:17 BATCHUSER 07.10.2011 WF-BATCH
I couldn't find any workflow at the specified time 00:52:17
Thanks,
S.Velsankar
Hi,
For WF-BATCH, Have you checked SWI1? not SWI5.
For BATCHUSER,check in SM37 for that user id and time, to identify changing program.
Cheers,
Raja.D
Hi Velsankar,
Try t-code SWI1, by mentioning the time of document creation.
Then check for the workflow number (starting with WS) and then you can see the workflow using t-code SWDD.
Thanks,
Sreekanth
Hello,
"I checked in transaction SWI5, at that particular time range, but there is no workflow, at triggered at that time 00:52:17."
SWI1. Look at everything that happened between 00:51:00 and 00:53:00, not just WS* tasks. It will be there.
regards
Rick Bakker
hanabi technology
Rick,
Sorry for the miscommunication. i checked in SWi1 only.
Actually the problem is
In the billing transaction in CRM system on execution of the particular action, which is defined in transaction bea_action_def adn configured in beac_action_conf. A smart form is getting generated. This smartform doesnt trigger on particular instances.
On seeing the action in the transaction bea_action_def, the FC feels that a workflow is triggered, but i couldn't find any workflow triggered for that action in SWI1. On clicking of the action definition it shows rule type as "Workflow Conditions". But i couldn't find out which workflow condition etc.
Thanks