rkathait
10th August 2006, 02:31
How can we identify different revisions of an item that are availble in inventory.

For example: There are 100pcs of an item ABC with rev 01 in the inventory. Later the revision is change to 02 and another 100pcs are manufactured. Now the inventory details will show 200pcs in inventory. How can the user tell how much is of which revision. Also the Planning considers the total inventory for this item thereby generating incorrect requirements.

Thanks

robertvg
10th August 2006, 10:36
Don't know about newer version, but in 4c4 the revision is registered on lot level if you specify it during inbound receipts. You will have to modify some reports to make it visible though.
For sales, if you specify the required revision on the sales order line you can set it to only generate outbound for the required revision.
MRP does not consider revisions unfortunately :-(

Bikash
10th August 2006, 19:32
As far as i know, this revision at the Inventory level does not work in Baan IVc4. Yes, it stores the revision # under each lot number but not under each item's inventory. But during the entering sales order line, you can choose which revision inventory to ship with different order date. But during delivery, it does not check if you are shipping from a different revision than SO line. MRP checks the total on hand to generate new requirements.

robertvg
11th August 2006, 10:02
Correction: if you use ILC then it does consider the revision you have specified on the SO line, check out parameter tdsls000.roei:

| - "Outb. Adv. for E-Items in Lot Generated for Rev. on Order Only":
| This parameter determines whether outbound advice can only be | generated for a revision that is equal to the revision for the sales
| order (in the module "Sales Control (SLS)"), for the materials to be
| issued to the production order (in the module "'tisfc10010' Not
| implemented"), for the PRP warehouse order (in the module "Project
| Control (PCS)") or for the service order (in the module "BAAN Service
| Master Data");

Bikash
11th August 2006, 17:46
Robert, thank you for the clarification. But if you look at the original question "how to identify different revisions of an item that are availble in inventory". This is not possible in BaanIVc4. Yes, it does check the sales order line's revision during delivery ONLY if the inventory is LOT controlled. I think, it still does not check for normal Location controlled inventory. Also the Planning considers the total inventory for this item and generates wrong/incorrect requirements.
Let me know if you know any other setup. Thanks.

frankadam
11th August 2006, 19:49
Hi,

I don't think there's any inventory sessions where you can consult the item's inventory by revision. But in case you have the lot parameter 'engineering revisions in lot control' set in whinh0500m000, then you can record the revision by lot. If that's the case then you'll find the revision in the session whltc1100m000. You could create a report or a display session combining this information.

As mentioned by the other posters you can implement the use of revisions in other modules, also in Ln. You can do that by setting the parameter 'engineering revisions active' in the parameter sessions of these modules:
- SFC parameters
- Warehousing Master Data parameters
- Purchase order parameters
- Sales parameters

In the Warehousing Master Data parameters you can also decide whether you want the system to respect the revision (that has been recorded in for example the sales order line) at the moment of generating the outbound.

As far as I know Planning doesn't take into account the revisions. In other words, when transferring orders, the system will look for the current revision of the item and create the production or purchase order with that current revision. I'm sure that it works like that in 5.0c and I think that it works like that in Ln as well.

Hope this helps.

Frank

srikarthy
12th August 2006, 14:45
Tracking different revisions of an item

--------------------------------------------------------------------------------

How can we identify different revisions of an item that are availble in inventory.

For example: There are 100pcs of an item ABC with rev 01 in the inventory. Later the revision is change to 02 and another 100pcs are manufactured. Now the inventory details will show 200pcs in inventory. How can the user tell how much is of which revision.

If you use FIFO/LIFO as material issue method, then the inventory is stored with the inventory date-time detail in the inventory table and there will not be any consolidation of inventory in the locations. This date/time is the production or purchase receipt date/time and does not change even if you transfer the item to various locations or warehouses. You can do a simple customization by adding a column for revision in the display session Inventory by item, warehouse,location and lot. Based on the inventory date, you must query the purchase or production order in table whinr100(inventory transactions by stock point) and in turn table tdpur401 or tisfc001 and fetch the revision.

Regards,
srikarthy

rkathait
15th August 2006, 03:08
Thanks everyone for posting the sugesstion.

I was able to convince the client to transfer the old revision from the nettable wrh to a non nettable wrh and then to use this old revision manually by pulling it back to nettable wrh and then issuing it. The inventory report could have helped to some extent but the EP was the major issue as it was considering the total qty of the item.

Again Thanks.