cancel
Showing results for 
Search instead for 
Did you mean: 

User Decisions Options and Deletion indicator questions

Former Member
0 Kudos
122

Hey Workflow experts ..

I created a custom workflow to generates an approval decision for any new created PM order which is working fine .

i have 2 small issues one of them is if can i add an option in one of the the User Decisions to display 'to be released order' as one of the decisions (Approve - Reject - Display ) PM order from WF inbox .

The other issue can I stop the user from releasing the order until the Manger approves the created order ? I red something about deletion indicator is it the same thing .

Regards

ABAP

View Entire Topic
anjan_paul
Active Contributor
0 Kudos

Hi,

  You can add outcome to User decision step.

For the 2nd case you can use Wait for Event step before release step in your workflow and trigger event after your manager approve the order in your workflow.

Former Member
0 Kudos

Ive added outcome but noting shows it just stopped or completes the WF

anjan_paul
Active Contributor
0 Kudos

Hi,

Did you activate it properly. check the log what error comin

Former Member
0 Kudos

Yea it is in workflow log isnt showing any errors 

im using the BO BUS2007 - display method ..

0 Kudos

What does the Wokflow Graphical log say after you test it? Does the track run all the way through?

anjan_paul
Active Contributor
0 Kudos

Hi,

what is the type of Task for the order display. If it is background task. Then it is completely right it will complete the workflow.

0 Kudos

In response to your first question. The deletion indicator will be set after the rejection, meaning that it will be deleted if rejected. But it will still have posted first. You just need to find the field for the deletion indicator for the BO and do a container operation for it after rejection.

0 Kudos

Anjan,

If it was an automatic posting step it would have to be Background. Display tasks work fine as Dialog tasks.

anjan_paul
Active Contributor
0 Kudos

Hi Reinier,

       Yes you are right. I just want to check what type of activity step he used and why the workflow is completed. Is everything he maintain right or not as he already said it is custom workflow he made