BOM Web Example |
In addition to the Summarized Parts List and Indented BOM reports described in the section "Product Structure Reports", the output from PROC BOM and the BOM reporting macros can also be used to generate summarized bills of material, gross requirement summaries, and where-used lists.
The Summarized BOM for the 5-Gal Tank Assembly in the BOM Web example is shown in
Figure A.8. Chapter 3 describes a macro,
%BOMRSUB, that constructs
a summarized bill of material for a selected item.
Figure A.8: Summarized BOM
For each component, the Gross Requirement Summary includes the following:
Figure A.9 shows the Gross Requirement Summary report for the 5-Gal Tank Assembly
with a required quantity of 40. Notice that this report is similar to the Summarized
BOM in Figure A.8, with a column "Gross Req." that is 40 times
the "Qty. Required" column from the Summarized BOM. The Gross Requirement Summary
also includes a column for quantity on hand for inventory status information to compare
with component requirements.
Figure A.9: Gross Requirement Summary
The Single-Level Where-Used report for the Clamp is shown in Figure A.10.
Chapter 3 describes a macro,
%BOMRSLW,
that constructs a single-level where-used list for a selected item.
Figure A.10: Single-Level Where-Used Report
The Indented Where-Used report for an item traces its use through the indented bill of material. This report lists the item and steps through each higher-level component or assembly using the item until a final product is reached. At each level, for the current part or assembly, the Indented Where-Used report lists the following:
The Indented Where-Used report for the Clamp is shown in Figure A.11. Chapter 3
describes a macro,
%BOMRMLW,
that constructs an indented where-used list for a selected item.
Figure A.11: Indented Where-Used Report
In addition, the %BOMRSUW macro can be used to construct a summarized where-used list for a selected item, which lists the total usage of this item for every higher-level parent using it. See Chapter 3 for more information on these BOM reporting macros.
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.