cancel
Showing results for 
Search instead for 
Did you mean: 

In workflow need to check in passed validaitons and check out failed once?

Former Member
0 Kudos

Hi All,

Can any one let me know is the following requirement possible?

In workflow can I able to split records based on validation result? I need to check in passed validations and check out failed validations..

Regards

Rajeev

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajeev,

You can try out both branch step and validation step and see which serves your purpose better.

In branch step you can give multiple validation/validation groups,if result is TRUE take the first branch and check in at STOP.

If FALSE,take dont checkin at STOP,either cascade or Rollback as the case be.Also here you can call the same or other Workflow.The split branches can later be combined using MERGE or Group.

Other way can be by using Validation step,setup iteration threshold.here failed jobs will be sent to previous step and passed ones will move ahead in WF.Later you can checkin at STOP and failed jobs would still be in WF in checkout state.

For your reference :

http://213.41.80.15/SAP_ELearning/OKEC/nav/content/011000358700000601512007E.PDF

http://help.sap.com/saphelp_mdm550/helpdata/en/43/e0615a82b40a2ee10000000a11466f/frameset.htm

Thanks,

Ravi

Answers (0)