---
title: "Codeunit 99000838 Prod. Order Comp.-Reserve"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/99000838-prod-order-comp-reserve/
type: codeunit
id: 99000838
name: "Prod. Order Comp.-Reserve"
app: "Base Application"
namespace: Microsoft.Manufacturing.Document
versions: "17-28"
build: 28.5.54151.54365
source: "https://jonas-paprotka.de/ref/codeunit/99000838-prod-order-comp-reserve/source/29/"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 99000838 Prod. Order Comp.-Reserve

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/99000838-prod-order-comp-reserve/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Manufacturing.Document |
| Versions | 17-28 |
| Source file | Manufacturing/Document/ProdOrderCompReserve.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| CreateReservation | (Record Prod. Order Component, Text[100], Date, Decimal, Decimal, Record Reservation Entry) | - | public | 17-28 | - | - |
| CreateReservation | (Record Prod. Order Component, Text[100], Date, Decimal, Decimal, Code[50], Code[50]) | - | public | 17-18 | Pending 16.0 | Replaced by CreateReservation(ProdOrderComponent, Description, ExpectedReceiptDate, Quantity, QuantityBase, ForReservEntry) |
| CreateReservationSetFrom | (Record Tracking Specification) | - | public | 17-28 | - | - |
| SetBinding | (Enum Reservation Binding) | - | public | 17-28 | - | - |
| FilterReservFor | (var Record Reservation Entry, Record Prod. Order Component) | - | public | 17-18 | Pending 16.0 | Replaced by ProdOrderComp.SetReservationFilters(FilterReservEntry) |
| Caption | (Record Prod. Order Component) | Text | public | 17-28 | - | - |
| FindReservEntry | (Record Prod. Order Component, var Record Reservation Entry) | Boolean | public | 17-28 | - | - |
| ReservEntryExist | (Record Prod. Order Component) | Boolean | public | 17-28 | - | - |
| VerifyChange | (var Record Prod. Order Component, var Record Prod. Order Component) | - | public | 17-28 | - | - |
| VerifyQuantity | (var Record Prod. Order Component, var Record Prod. Order Component) | - | public | 17-28 | - | - |
| TransferPOCompToPOComp | (var Record Prod. Order Component, var Record Prod. Order Component, Decimal, Boolean) | - | public | 17-28 | - | - |
| TransferPOCompToItemJnlLine | (var Record Prod. Order Component, var Record Item Journal Line, Decimal) | - | public | 17-28 | - | - |
| TransferPOCompToItemJnlLineCheckILE | (var Record Prod. Order Component, var Record Item Journal Line, Decimal, Boolean) | - | public | 17-28 | - | - |
| DeleteLineConfirm | (var Record Prod. Order Component) | Boolean | public | 17-28 | - | - |
| DeleteLine | (var Record Prod. Order Component) | - | public | 17-28 | - | - |
| Block | (Boolean) | - | public | 17-28 | - | - |
| CallItemTracking | (var Record Prod. Order Component) | - | public | 17-28 | - | - |
| UpdateItemTrackingAfterPosting | (Record Prod. Order Component) | - | public | 17-28 | - | - |
| BindToPurchase | (Record Prod. Order Component, Record Purchase Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToProdOrder | (Record Prod. Order Component, Record Prod. Order Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToRequisition | (Record Prod. Order Component, Record Requisition Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToAssembly | (Record Prod. Order Component, Record Assembly Header, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| BindToTransfer | (Record Prod. Order Component, Record Transfer Line, Decimal, Decimal) | - | public | 17-27 | Pending 25.0 | Replaced by procedure BindToTracking() |
| CreateBindingReservation | (Record Prod. Order Component, Text[100], Date, Decimal, Decimal) | - | public | 19-28 | - | - |
| GetReservedQtyFromInventory | (Record Prod. Order Component) | Decimal | public | 23-28 | - | - |
| GetReservedQtyFromInventory | (Record Production Order) | Decimal | public | 23-28 | - | - |
| BindToTracking | (Record Prod. Order Component, Record Tracking Specification, Text[100], Date, Decimal, Decimal) | - | public | 25-28 | - | - |
| InitFromProdOrderComp | (var Record Tracking Specification, var Record Prod. Order Component) | - | public | 25-28 | - | - |
| TransferPlanningCompToPOComp | (var Record Planning Component, var Record Prod. Order Component, Decimal, Boolean) | - | public | 26-28 | - | - |

## Events

| Kind | Name | Parameters | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- |
| Integration event | OnAfterCallItemTracking | (var Record Prod. Order Component) | 17-28 | - | - |
| Integration event | OnBeforeTransferPOCompToPOComp | (var Record Prod. Order Component, var Record Prod. Order Component) | 17-28 | - | - |
| Integration event | OnBeforeTransferPOCompToItemJnlLineCheckILE | (var Record Prod. Order Component, var Record Item Journal Line) | 17-24 | - | - |
| Integration event | OnDeleteLineOnAfterDeleteReservEntries | (var Record Prod. Order Component) | 17-28 | - | - |
| Integration event | OnVerifyChangeOnBeforeHasError | (Record Prod. Order Component, Record Prod. Order Component, var Boolean, var Boolean) | 17-28 | - | - |
| Integration event | OnTransferPOCompToItemJnlLineCheckILEOnAfterTransferReservEntry | (Record Item Journal Line, Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnTransferPOCompToItemJnlLineCheckILEOnBeforeTransferReservEntry | (Record Item Journal Line, Record Reservation Entry) | 18-28 | - | - |
| Integration event | OnBeforeVerifyQuantity | (var Record Prod. Order Component, Record Prod. Order Component, var Codeunit Reservation Management, var Boolean) | 20-28 | - | - |
| Integration event | OnTransferPOCompToItemJnlLineCheckILEOnBeforeCheckTransferQty | (var Record Prod. Order Component, var Record Item Journal Line, var Record Reservation Entry, var Decimal, var Decimal) | 20-28 | - | - |
| Integration event | OnBeforeGetSourceValue | (Record Reservation Entry, var RecordRef, Option, var Decimal, var Boolean) | 20-28 | - | - |
| Integration event | OnCallItemTrackingOnBeforeItemTrackingLinesRunModal | (var Record Prod. Order Component, var Page Item Tracking Lines) | 23-28 | - | - |
| Integration event | OnCreateReservationOnBeforeCreateReservEntry | (var Record Prod. Order Component, var Decimal, var Decimal, var Record Reservation Entry, var Record Tracking Specification, var Boolean, Date, Text[100], Date) | 24-28 | - | - |
| Integration event | OnBeforeTransferPOCompToItemJnlLineCheckILE | (var Record Prod. Order Component, var Record Item Journal Line, var Boolean) | 25-28 | - | - |
| Integration event | OnBeforeAutoReserveProdOrderComp | (Integer, var Decimal, var Decimal, Text[100], Date, var Boolean, Text[1], Integer, Record Reservation Entry) | 25-28 | - | - |
| Integration event | OnSetSourceForReservationOnBeforeUpdateReservation | (var Record Reservation Entry, Record Prod. Order Component) | 25-28 | Pending 27.0 | This event is never raised. |
| Integration event | OnAfterInitFromProdOrderComp | (var Record Tracking Specification, Record Prod. Order Component) | 25-28 | - | - |
| Integration event | OnSetProdOrderCompOnBeforeUpdateReservation | (var Record Reservation Entry, Record Prod. Order Component) | 26-28 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.
AL source 29: https://github.com/microsoft/BCApps, MIT, releases/29.x at a66254c3b8b5bb1cea290dc8f9d097aec4381153.

Jonas Paprotka, 2026-09-20.
