2024 Jun 26 11:04 AM - edited 2024 Jun 26 9:06 PM
Dear all,
I have a scenario where the production order booking should work with scanning of a barcode for each finished box. That means a production order with 100 pieces is released and when first box with 10pcs is finished it should be booked by scanning a barcode ( partial booking of 10 pcs) in its label. So what to scan is the problem where I stay.
Any chance so that I can create seperate batch for each box at the time of production order release and print the label with those batches and use them to book it?
Storage unit creation and booking it with storage unit was one of our thought. But at the time of production order creation no SU are normally created so it has to be programmed. With this a unique SU number is generated and stored in a ztable with quantity, storage unit type etc. and this comes in labels and can be used to book production order. ( ABAP and Scanner programming is needed here) .
Any other solutions to do this in a standard way?
Adding answers to the question from Andreas:-
No, we do not have EWM, only WM. We have created some storage types which are storage unit capable. GR from production order goes to 901 storage type (WM) and then will be directed to another storage type where storage units are active.
The scanning is now planned with storage unit number. But this is my question that if there is any possibility to bring batches there instead of storage units. I just need the booking to work with scanning. The GR (101)booking and back flush (261) of components are triggered from this scanning. Plan is to use standard CO11N triggered from scanner.
Yes, I mean a separate batch for each box. If not, how I book a single box with a scan? I am searching if there is any standard process for this.
Hope I cleared the questions.
Thanks and best regards,
Kailas
Request clarification before answering.
Hi Kailas,
ok, that clarifies the requirements.
Your challenge is that CO11N only does the MM stock posting which results in a quant in storage type 901 in WM. Only when you create the WM transfer order for that quant the SU is coming into play.
I think you could investigate further in the following idea:
I hope that helps.
Best regards Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Andreas,
thanks for the reply. Actually this is what we did as a solution( with unique SU unit for each box). But the question came why we need to build SU, why can't this work with the batches?
This made us think of any possibility to create multiple batches at the time of production order creation ( with compartively less effort than SU units creations at production order release, we have Ztable to store the SU units numbers and later they will be created in table LEIN when the tranfer order for the GR quantity is created in system, unitl then the SU is just a Ztable number).
So the question is ; is there any standard way to create the batches for each box which helps in making partial booking (scanner)?
Mutiple batches for a single production order is existing in SAP or not?
Thanks and best regards,
Kailas
Hi Kailas,
yes, that is possible, e.g. when you post the goods receipt for a partial amount you can enter a new batch number.
But I am not aware of any way of automatically creating the batches upon release of the order.
Comment: I would not create multiple batches just to handle to box issue more easily. You should also think of the processes that depend on batches like inventory counting, stock determination and so on. All of the batches created for one production order usually have the same characteristics (like production date, component batches, SLED etc.) - so why create so many batches?
Best regards
Andreas
Hi Kailas,
before a suggestion can be given you should provide answers to the following questions:
Best regards Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kailas,
thanks for the clarification that helps.
From what I gather you basically want to post CO11N using a scanner and the label you are scanning is pre-printed upon release of the production order.
You actually only want one batch for your finished goods stock if possible, but you need a unique number for each box for the warehousing process (in your case storage unit). That's why you consider a batch number for each box coming out of production.
Correct? (Just to make sure my answer goes in the right direction)
Regards
Andreas
User | Count |
---|---|
5 | |
4 | |
4 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.