srkallam
18th May 2002, 12:28
I am writing code for finding the shortage list for multiple products. Can any help me in writing the code/logic. This is not directly available in Baan IVc4, i think.
My requirement is - In the form I will be entering the Final product code and the quantity I want to produce.
----------------------------------------
Item 1 - 1000
Item 2 - 2000
Item 3 - 3000
This is my input form
---------------------------------------
using the tables of Bom & Inventory I want to get the Shortage to produce the above Items. Levels in the Boms are around 8 to 9. I want to know the shortage of the last level item also.
The ouptput screen should be like this
----------------------------------------------------------------------------------
Inventory on Hand Shortage for Total
Item1 Item2 Item3 Requirement
------------------------------------------------------------------------------------
ItemA 2500 --- 500 3000 6000
ItemB
ItemC
"
"
"
If any one has already worked on such requirement please help me in writing the code.
Thanks in advance
My requirement is - In the form I will be entering the Final product code and the quantity I want to produce.
----------------------------------------
Item 1 - 1000
Item 2 - 2000
Item 3 - 3000
This is my input form
---------------------------------------
using the tables of Bom & Inventory I want to get the Shortage to produce the above Items. Levels in the Boms are around 8 to 9. I want to know the shortage of the last level item also.
The ouptput screen should be like this
----------------------------------------------------------------------------------
Inventory on Hand Shortage for Total
Item1 Item2 Item3 Requirement
------------------------------------------------------------------------------------
ItemA 2500 --- 500 3000 6000
ItemB
ItemC
"
"
"
If any one has already worked on such requirement please help me in writing the code.
Thanks in advance