cancel
Showing results for 
Search instead for 
Did you mean: 

Milestone dates

Former Member
0 Kudos

Hi

Does anyone knows a configuration available to restrict having a furure date on WBS milestones ?

or what user exit could be use to restric those ?

thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think theres no userexit for milestone, you can implement the BADI WORKBREAKDOWN_UPDATE and check at save whether new milestone is created with correct date.

Regards

Shrikant

Former Member
0 Kudos

thanks but the idea is to restric the future dates on the actual date field on milesotnes already created

Former Member
0 Kudos

This BADI can check not only newly created objects but also changes to existing objects. I think code can be written to identify milestone related changes in WBS and then restriction can be applied.

Regards

Shrikant