iDempiere Product Master Components
Components Tab displays all the finished products where the current product is used as a component. Helps track where-used or reverse BOM relationships.
- Useful for analyzing product dependencies in manufacturing and assembly.
- Assists in planning for component supply and impact analysis when changing components.
| Field Name | Description | Column Name DataType Reference Type AD_Column_ID |
| Line No | Sequence number of the component line | * Line * numeric(10) * Integer * 53361 |
| BOM & Formula | Indicates BOM or formula type | * PP_Product_BOM_ID * numeric(10) * Search * 53366 |
| Product | Component product used in the BOM | * M_Product_ID * numeric(10) * Search * 53364 |
| Attribute Set Instance | Specific lot/attribute of the product | * M_AttributeSetInstance_ID * numeric(10) * Product Attribute * 53362 |
| Component Type | Defines role of component (Standard, Optional, etc.) | * ComponentType * character(2) * List * 53350 |
| Description | Extra detail about the component | * Description * character varying(255) * String * 53353 |
| Comment/Help | Additional help or instruction | * Help * character varying(2000) * Text * 53355 |
| Active | Whether this line is active | * IsActive * character(1) * Yes-No * 53356 |
| Quantity | Quantity required per finished product unit | * QtyBOM * numeric * Number * 53367 |
| Feature | Used in feature-based BOMs for configuration | * Feature * character varying(30) * String * 53345 |