on 2015 Jan 26 3:15 PM
Dear experts,
I am creating a workflow by calling FM ISR_NOTIFICATION_CREATE. This triggers my workflow.
Later I make some updates to the ISR notification using ISR_NOTIFICATION_CHANGE. But during this, the workflow is not triggered.
I have the CREATED, DATACHANGED and INPROCESSAGAIN events active for business object BUS7051.
I am not sure what is missing, but the ISR_NOTIFICATION_CHANGE is not triggering workflow. Please help.
Thanks,
Shalini
Request clarification before answering.
Hello,
Do you know how FM ISR_NOTIFICATION_CREATE triggers workflow? Is it by creating an event?
If so, is that event still being created? (check in SWEL, turn on with SWELS).
If the event isn't being created then you'll probably need debug to find out why.
regards
Rick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You said:
"We have created a custom workflow. Yes, it has triggering events: CREATED, DATACHANGED and INPROCESSAGAIN active."
You also said:
"Only CREATED event is getting triggered. "
Why doesn't the CREATED one start the workflow? Check in PFTC_DIS if CREATED as triggering event is active.
regards
Rick Bakker
Hi Shalini,
Can you try making your workflow a general task by going into the basic settings of your workflow and making it general.
Also, please make sure that all configuration are in place and workflow is active for all the events you want.
Also, do you see the event in SWEL and not the workflow or do you see nothing in SWEL(Event as well as workflow)???
Regards,
Richa
IN that case your standard event itself is not getting triggered. This might be due to some missing configuration. Here I am assuming that you switched on event trace using Swels before checking for event in Swel.
TO make a workflow as general, go to basic settings ( CAP icon )of workflow and click on yellow icon there. Select your workflow entry and click on attributes. And select general task there.
IF all config are in place then you might need to call custom event for the workflow.
HOpe this helps.
RIcha
Hello,
It sounds like DATACHANGED is the event that's missing. It's unlikely that setting the workflow to General Task will help (only if the event isn't used) but it's worth a try.
When did this stop working? Does it work in the test system?
It's probably a missing SPRO config setting.
regards
Rick
Also try putting a breakpoint at function module SAP_WAPI_START_WORKFLOW to see how it starts the workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
I believe the ISR workflow (which is maintained in the config. given below) is not event based, instead it is started by the function module may be SAP_WAPI_START_WORKFLOW.
As far as i know ISR, you need to activate the standard workflow template for ISR in config for it to start. there are configuration steps in SPRO Cross application components->Notifications->Notification Processing->Activate Workflow Template and Assign Processor.
Regards
Ibrahim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shalini,
Please check as suggested by Rick that which all events are getting triggered once you execute the function module for change. In case, the same events are getting triggered, please check if your workflow is active for that event.
Also, there might be some settings missing from configuration.(I am not sure about it).
In case of change, it might also be related to SWEC settings.
Richa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
16 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.