KVSFCYEDModProposalComponent#
Fields#
| Name | Type | Note |
|---|---|---|
| Status | Option | OptionMembers: Simulated,Planned,Firm Planned,Released,Finished |
| Prod. Order No. | Code[20] | |
| Prod. Order Line No. | Integer | |
| Line No. | Integer | |
| Item No. | Code[20] | |
| Description | Text[100] | |
| Unit of Measure Code | Code[10] | |
| Quantity | Decimal | |
| Position | Code[10] | |
| Position 2 | Code[10] | |
| Position 3 | Code[10] | |
| Lead-Time Offset | DateFormula | |
| Routing Link Code | Code[10] | |
| Scrap % | Decimal | |
| Variant Code | Code[10] | |
| Flushing Method | Option | OptionMembers: Manual,Forward,Backward,Pick + Forward,Pick + Backward,,Pick + Manual |
| Location Code | Code[10] | |
| Planning Level Code | Integer | |
| Length | Decimal | |
| Width | Decimal | |
| Weight | Decimal | |
| Depth | Decimal | |
| Calculation Formula | Option | OptionMembers: ,Length,Length * Width,Length * Width * Depth,Weight |
| Quantity per | Decimal | |
| Due Date | Date | |
| Qty. per Unit of Measure | Decimal | |
| Quantity (Base) | Decimal | |
| Description 2 | Text[50] | |
| Item Version Code | Code[20] | |
| Char. Value Functional Viewing | Text[100] | Warning: Obsolete |
| Char. Value Logistic Viewing | Text[100] | |
| EDPosition | Code[50] | |
| EDPhantomPosition | Code[50] | |
| Type Of Part Provided | Option | OptionMembers: ,Order Related,Neutral,Vendor |
Procedures#
TransferFromProdOrderComponent(Record Prod. Order Component) :#
Summary: Transfers all field values from a production order component to the Engineering and Design modification proposal component. This procedure copies all relevant data including item information, quantities, positions, routing details, dimensions, and Engineering and Design specific fields such as ED positions, item versions, and characteristic values. Used when creating modification proposals from existing production order components to maintain data consistency.
procedure TransferFromProdOrderComponent(var FromProdOrderComponent: Record "Prod. Order Component"):
Parameters:
FromProdOrderComponent: The source production order component record from which all field values will be copied.