Skip to content

KVSFCYEDPlanningMgt#

Procedures#

RunPlanningForEDOrder(Record Production Order) :#

Summary: Initiates the engineering design planning process for a complete production order, generating comprehensive planning overview with demand analysis and replenishment requirements across all order lines and their associated components and routing operations.

procedure RunPlanningForEDOrder(edOrderPar: Record "Production Order"): 

Parameters:

  • edOrderPar: Production Order record representing the engineering design order for which planning overview should be generated. Must be in "Firm Planned" or "Released" status to enable planning functionality.

RunPlanningForSingleEDOrderLine(Record Production Order, Record KVSFCYEDMonitoringLineBuffer) :#

Summary: Initiates the engineering design planning process for a single production order line, generating focused planning analysis with demand evaluation and replenishment strategies specific to the selected order line and its associated structural dependencies.

procedure RunPlanningForSingleEDOrderLine(edOrderPar: Record "Production Order"; edOrderLinePar: Record "KVSFCYEDMonitoringLineBuffer"): 

Parameters:

  • edOrderPar: Production Order record representing the parent engineering design order containing the target order line for planning analysis.
  • edOrderLinePar: Engineering Design Monitoring Line Buffer record representing the specific order line for which detailed planning overview should be generated, including component requirements and routing operations.

RunPlanningForMultiEDOrderLines(Record Production Order, Record KVSFCYEDMonitoringLineBuffer) :#

Summary: Initiates the engineering design planning process for multiple selected production order lines, generating selective planning analysis with demand evaluation and replenishment strategies for inventory parts with Make-to-Stock policy and work centers configured for subcontracting operations.

procedure RunPlanningForMultiEDOrderLines(edOrderPar: Record "Production Order"; var edOrderLineVar: Record "KVSFCYEDMonitoringLineBuffer"): 

Parameters:

  • edOrderPar: Production Order record representing the parent engineering design order containing the selected order lines for planning analysis.
  • edOrderLineVar: Engineering Design Monitoring Line Buffer recordset containing the collection of selected order lines for which planning overview should be generated, filtered by manufacturing policy and line type criteria.