Hello. We have the following request at our factory.
From the Production Order, we need to print multiple pieces of papers that each represent a "Lot".
Each lot can have 50 pieces of a material. So if the Production Order is made for 1000 pieces, the system should print 20 pieces of paper (one for every 50 pieces). Each paper will be attached to a container which physically represents a lot.
We also want to keep track of these lots. For instance print one of them individually if it gets lots, and in general keep track of these lots for each Production Order.
Is there a standard module in SAP that could help us achieve this?