Format Search on Beas Field
AnsweredHi Everyone,
My client need enter a Batch Number on Work Order position -> Extended tab, is there a way to allow automatic Generation of Batch Number in this field at the time when Work order was created? How do we create a 'Formatted Search' on Batch field to help generate next batch number?
Ideally we can move the Beas system Batch Number generation to earlier stage when work order is created (instead of Production Receipt), and system will use the same Batch Number when perform Production Receipt. Is there anyway to do it?
Any input is appreciated.
Kind Regards
Liping
-
Official comment
Hi,
a format search field is not enough for this
1. if you insert a assemlby with order related structure, beas create the sub positions automatically
2. same if you create a work order from customer order to work order or mrp to work order
3. if you make a receipt (time receipt or manual post in the assembly) you must define the batchnum automatically.
You can do this all with a script in the file workordermanagement.src
But for this you need beas script knowledge
-
Hi Martin,
Thank you for the reply. in this case, we have one level BOM, I guess that will simplify the situation. I understand it needs script work to generate batch number when work order position is created, as an alternative to customization, I am wondering if I an put a procedure with manual steps, for example, using formatted search to find next batch number, (without actually generate the batch number) and then save it with work order position, and this information flow with assembly position, so that I can copy it over to Batch number field at the time of production receipt. to make this workaround work, can I add a formatted search to beas field?
Kind Regards
Liping
-
Hi,
thank you for using our Forum!
in beas formated search not working. You can do all with beas script.
But for batch generating beas ignore the field "batch number" in the time receipt window. This is only an information field.
Example for script in work order to fill the batch num field, if you create a new work order postion
(in this window Crtl+N+U and insert follow script)windowevent new
object=ue_chargenbuchung=naechste_chargennr
setitem=charge_id=<ncharge>
end event
In the batch generation you can check, if a batchnumber is available in this field and can using this.
More information see BatchGenerationIf you need help, then inform me
Please sign in to leave a comment.
Comments
3 comments