on 2011 Jun 21 2:31 PM
I have an issue with the purchase requisition workflow (header level) . The user creating the Purchase requisition and HOLD it for futher changes . Now there are two things I need to discuss.
The workflow should not be triggered if it is in HELD state.But currently for me the workflow is getting triggered.So for this I created an additional step in which I check that the workflow is ON HOLD or not .If it is on HOLD than complete the workflow.
Therefore,I need to re-trigger the workflow when the user made the changes and chooses the SAVE button.For this I have used BANF change document and in the field restriction I have selected MEMORY field of EBAN in old 'X' and new 'space' and the event I choose is RELEASESTEPCREATED.
Now the workflow is triggering but with the error. I check the container the Release Code field is empty .Now I need to know how to overcome this problem how to pass the release code to the workflow container.
Hi,
Please create the linkage between the workflow and the event RELEASESTEPCREATED .
Make the binding between EVTOBJECT ( in event container ) and you Business Object ( workflow container ).
As a result of that all required data will be passed in the workflow along with the release code.
Thanks and regards,
SNJY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
I am the system is reacting in the following manner.
1. When you create a PR and hold it, the event RELEASE_STEP is created that very moment.
2. According to your setup the workflow is bypassed and set to complete.
3. When you change and unhold the PR, the change event is trigerred but it does not supply Release code.
4. So your workflow is giving an error.
Now the solution.
In the PR release step, just mention a start condition which should check if the PR is unhold or not. You can use a no. of ways for the same.
Hope this works for you...
Regards
Gautam
Hi,
This is somewhat functional task....
This is basically linked to activation of release strategy for that PR...If he can set a condition that release strategy shall only be activated when the PR is in unheld mode... youy can achieve what you are looking for...
He will basically have to change the release strategy for the same...
Regards
Gautam
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.