Interface for Lead Time Forecasting

Description:  Interface for Lead Time Forecasting

There are two files required when you develop the program to populate Lead Time observations into K3S.
 
The file K_PRODLTM is where you will write records based upon PO Receipts. If you are able to go back and populate this file with the past
year's worth of receipts, then we can use that information to generate an initial Lead Time for products. On a day to day basis you would want
to write records to K_PRODLTM at PO Receipt time. The K3S scheduled job will process a month's worth of transactions at a time when we
go live.
 
The file K_PRODSRC enables a buyer to re-direct products within K3S. The program that will write records to K_PRODLTM will need to do a
check against logical file K_PRODSRCA to see if any 'S' or 'P' records exist. Obviously the initial building of K_PRODLTM from the past year
of Lead Time observations doesn't have to check K_PRODSRCA since it is blank at the moment. But once the buyers learn of this capability,
they will most likely have many uses for it, and therefore the logic should be in place to handle it.
  

File Descriptions

Subpages (2): K_PRODLTM K_PRODSRC