cancel
Showing results for 
Search instead for 
Did you mean: 

Real Time Validation of Release Strategies

Former Member
0 Kudos

hi Experts

We have a requirement for Release strategy validation:

When a user creates a PO , I need to validate whether Release strategy is found ? if not, do not allow user to create PO.

I have tried check enhancements : MM06E004 but got confused between CEKKO and E_CEKKO

Please guide how can I put this validation?

Regards

Hiren

Accepted Solutions (0)

Answers (1)

Answers (1)

murugan_mgl
Active Contributor
0 Kudos

Create a PO,dont save it.You can see whether the release startegy is picked or not.

If the rel.strategy is picked the Rel.strategy tab will appear otherwise it will not appear

Former Member
0 Kudos

Thanks for you response;

Requirement is do not allow user to create if Release strategy is not assigned, i.e. do not give user a choice to save / check for release strategy.

Regards

Hiren

murugan_mgl
Active Contributor
0 Kudos

If u r working in implementation it will be tested by the consultant in unit testing & Integration test.I dont forsee any issue in Release startegy if it is tested perfectly

Still there is node in spro

Check release strategies,here eveything is green it will work perfectly

Former Member
0 Kudos

Its all Green ,

Scenario:

A new Cost Center is created but not updated in classification and a User uses this cost center in PO, currently, PO will be created without Rel Strat.

Looking for validation where user can not create PO if no rele strat picked up.

Thanks