Work order counter as batch number counter
We can edit batch number counter to write in other fields according to SQL sentences or others configurations.
We cannot do anything similar with Work order counters. We can only use a configuration and not many possibilities. The request is to enable the possibilities of batch number counter in the WO counters.

-
Official comment
Hi,
The options in configuration wizzard are limited. It's not possible to deliver all needed functions.
But beas has good customizing function with own script language and you can change many standard functionality via usererevents. See documentation
you can create a user event and here you can change the "OrderNumber"
You can develop your own logik.
-
Hello Martin,
I already did that. The last problem is that if I create do the manual creation of the WO, the event do not work.
Best regards,
-
if it's window based, then it's simple with customizing
best is event "update"

here you can define own "order" number. if you need the new work order number (BELNR_ID) then you can use "updated". In this event the new BELNR_ID is available.
I know, you must develop it 2 times. But in manual process it don't make sense to execute this event.
-
It is also working in the workorderrefresh event. Only need to copy the same code to generate the counter as in the createworkorderpos event. Thank you Martin.
Please sign in to leave a comment.
Comments
4 comments