Lawson Insight Technical Documentation


ERDs Tables Elements Libraries App Forms

WH110

WH110 - Batch Allocation

Run this program to allocate inventory for released documents.  The program
updates the allocated and backordered quantities for specific documents.

If you use the Order Entry system, you decide whether your company performs
batch or online allocation during company setup in the Lawson Inventory
Control system. In the Requisitions and Work Order systems, online allocation
occurs automatically when you release a requisition or explode a work order.
In the Case Carts system you assign the allocation method on a case-by-case
basis. If you select batch allocation, running this program becomes a required
processing step. If you select online allocation, this program is used for
allocating backorders and future orders. In the Allocate Backorders field, you
can select All to allocate inventory to backorders for all documents or select
Yes for released documents only.

Once you've created a batch, you can do a Validate Request before submitting
it. This form action will check each field to determine if the information
entered is valid for that field.  The Validate Request action prevents the
delay of error messages caused by invalid field entries.

Updated Files

    CKPOINT    - Used for batch recovery.

    COCOMP     - Used to store component information when the demand line is
                 for a make-to-order kit item.

    ICCOMPANY  - Used to validate the Inventory Control company.

    ICLOCATION - Used to validate the Inventory Control location.

    ITEMLOC    - Used to validate the item location.  This program will update
                 the backordered and allocated quantities on this file.

    POINTERFAC - Used to store Purchase Order interface information.

    WHDEMAND   - This is the primary file updated by this program. Used to
                 store customer order and requisitions quantities ordered by
                 item and location and expected ship date.  Contains quantities
                 to be allocated or backordered.

    WHDEMNDCMT - Contains comments for the demand records.  Created from order
                 or requisition comments.

    WHDEMNDHDR - Contains header information for the demand line.


Referenced Files

    AGINGCODE  - Used in the Customer Edit routine.

    ARCOMP     - Used to validate the Accounts Receivable company.

    ARCUSTFLDS - Used in the Accounts Receivable customer edit routine.

    ARCUSTGRP  - Used in the Accounts Receivable customer edit routine.

    ARCUSTOMER - Used to validate the Accounts Receivable customer.

    ARCUSTTOTS - Used in the Accounts Receivable customer edit routine.

    ARLOCKBOX  - Used in the Accounts Receivable customer edit routine.

    ARPAYMENT  - Used in the Accounts Receivable customer edit routine.

    COMPONENT  - Used to obtain Inventory Control definition of the components
                 for a make-to-order kit item.

    CUSTDESC   - Used in the Accounts Receivable customer edit routine.

    GLCODES    - Used in the General Ledger edit routines.

    ICBIN      - Used to obtain Inventory Control bin information.

    ICCATEGORY - Used to validate Inventory Control general ledger categories.

    INSTCTRYCD -

    ITEMMAST   - Used to validate the Inventory Control item.

    KITITEM    - Used to validate kit items.

    NATACCT    - Used in the Accounts Receivable customer edit routine.

    NATBALANCE - Used in the Accounts Receivable customer edit routine.

    OECOMPANY  - Used to validate the Order Entry company.

    OECUST     - Used in the Accounts Receivable customer edit routine.

    STATICCUST - Used in the Accounts Receivable customer edit routine.

    WHDEMNDCMT - Contains comments for the demand records.  Created from order
                 or requisition comments.

    WHPROCTYPE - Used to validate the process type.