SAP Gurus-
I have a situation where we want to insert some operations into the middle of a production order and programmatically renumber the operations to keep things in order. For example, I have operations 10, 20, 30...100, 110, 120. I need to add 15 operations between current operations 20 and 30. If it were only 9 operations, I could add 21, 22, 23, etc. but since there are 15, I'd like to do 21, 22, 23, 24...35, and then make the existing operation 30 operation 36 for example.
Does anyone know of a way (other than using a BDC) to update operation numbers. I'm adding the new operations via a trigger point, so ideally, there'd be a way to do the renumbering in conjunction with that, but I'd even be happy having the trigger point add the operations at the end of the order and then running something after the fact to re-number the whole order in the desired sequence.
Any suggestions or direction would be appreciated.
Thanks,
Chris