cancel
Showing results for 
Search instead for 
Did you mean: 

How to create our own milestone numbers?

Former Member
0 Kudos

Hi,

Generally while creating the milestones, the milestone number is system defined and is not in our control. But how to create a milestone with our own number given to it while it is being created?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201206
Active Contributor
0 Kudos

Hi Suman,

Unfortuenately it is not possible.

The numer generation is done via CN_MS_MLST_NUMBER_GET_NEXT, which calls the basis function

NUMBER_GET_NEXT. It ensure, that each number only occurs once and the system only stores the max. used number . It is not possible to find out, if any unused number between the initial number and the max. number.

Strong recommondetion: do not modify this logic.

Kind regards,

Zhenbo

Former Member
0 Kudos

Hi,

Thank you for the information. Can you please tell me whether we have any exit to change the milestone number?