srikarthy
5th March 2007, 08:53
Good Day!

I want to know how to convert the inventory structure of items that are in stock. For example, the package definition is 1box = 10 ea for an item. Suppose there are 30 ea as per the inventory structure and I want to convert it into 3 box. At present I use a transfer order to achieve this. Is there any other way to accomplish this?

Thanks,
srikarthy

filipd
5th March 2007, 11:24
Hi,

We had the same problem here. The only thing that helped was making a transfer order or an inventory adjustment. I don't think there is any other way.

If you don't want to do that, maybe it would be an idea to start using the new storage unit box and use the items with storage unit ea untill there are no more in stock.

srikarthy
5th March 2007, 21:57
Hi Filip,

Thanks for the reply. Basically our requirement is this. We buy steel in lengths of 5m. The production demand is for 5m, 2m and 3m long pieces and we cut them accordingly. Is there a way to store the material in warehouse which reflects the lengths of the pieces? Also is it possible for the outbound advice to pick only the 5m piece if the demand is 5m and show shortage if 5m piece is not available? Is it possible to somehow accommodate this using the package definition. Is ther any other way to handle this?


Regards,
srikarthy

csecgn
5th March 2007, 23:55
We've done something similar to your requirement with some customization in C4. If you are interested, I could give you a short view of the concept.
I know C4 isn't B50x, but the basic for the concept is the same.

hth

Regards
Christof

srikarthy
6th March 2007, 09:02
Hi Christof,

Certainly that will be helpful even though it is for Baan IV. Can you please elaborate the concept? If you have any document that elaborates the customization please send me.

Thanks,
srikarthy
srikarthy@yahoo.com

csecgn
6th March 2007, 14:39
Hi srikarthy,

all docs I have are german... . And the changes haven't been done within one project.

Just a short abstract:

Table modifications
We've added a unit field to the fixed location tables (tdilc007 in C4)
New table for the allowed units by item (not done in the tiitm004 because of warehouse dependent units
for a CaseCalculation and we had some bad effects with the data in tiitm004)

Program modifications
Generate outbound:
New rules: Split the order quantity depending form the units in the new table and look
first: where a fixed locations with this unit (only picking of this unit allowed)
second: are there fixed locations with unit empty (all units allowed)
At our system always such a record exists.

We do the same with replenishment and purchase entry to find the correct location (automatical split of the quantitys, automatic find of the locations, ...)

It's just a short abstract of a part of the system, but I hope it explains the idea behind a little.

hth

Regards
Christof

srikarthy
7th March 2007, 09:16
Hi Christof,

Thanks for the information. It may be difficult to get acceptance for table changes. But based on your information I can explore whether having different warehouses in BOM for different sizes and configuring a supply relationship between the warehouses in EP will help.

Thanks,
srikarthy