IC238 - Bin Stock on Hand Report
Run this program to print the Bin Stock On Hand Report. This report lists
stock-on-hand quantities by location and includes the item number,
description, bin, and unit of measure. This program calculates stock cubic
measure and weight totals for each item in the bin. These values are based on
weight and cubic measure values defined in IC11.1 (Item Master).
You select the bin tracked items printed on this report by location, report
group, and inventory class. This report is useful for warehouse planning and
movement activity analysis.
Updated Files
CKPOINT -
Referenced Files
ICCOMPANY - Used to validate the company number.
ICLOCATION - Used to print the location description.
ICRPTGRP - Used to validate the report group.
ITEMLOC - Used as the primary file for sequencing by item.
ITEMMAST - Used to retrieve the item descriptions and stock units of
measure.
MAJORCL - Used to validate the major class.
MINORCL - Used to validate the major-minor class.
SOHDETAIL - Contains the stock-on-hand quantities at the bin level.
|