public static class ProcessOrderItem.ProcessOrderItemBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProcessOrderItem.ProcessOrderItemBuilder |
batch(String batch)
Constraints: Not nullable, Maximum length: 10
|
ProcessOrderItem |
build() |
ProcessOrderItem.ProcessOrderItemBuilder |
goodsRecipientName(String goodsRecipientName)
Constraints: Not nullable, Maximum length: 12
|
ProcessOrderItem.ProcessOrderItemBuilder |
inventoryUsabilityCode(String inventoryUsabilityCode)
Constraints: Not nullable, Maximum length: 1
|
ProcessOrderItem.ProcessOrderItemBuilder |
manufacturingOrder(String manufacturingOrder)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
ProcessOrderItem.ProcessOrderItemBuilder |
manufacturingOrderCategory(String manufacturingOrderCategory)
Constraints: Not nullable, Maximum length: 2
|
ProcessOrderItem.ProcessOrderItemBuilder |
manufacturingOrderItem(String manufacturingOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProcessOrderItem.ProcessOrderItemBuilder |
manufacturingOrderType(String manufacturingOrderType)
Constraints: Not nullable, Maximum length: 4
|
ProcessOrderItem.ProcessOrderItemBuilder |
material(String material)
Constraints: Not nullable, Maximum length: 40
|
ProcessOrderItem.ProcessOrderItemBuilder |
materialGoodsReceiptDuration(BigDecimal materialGoodsReceiptDuration)
Constraints: Not nullable, Precision: 3, Scale: 0
|
ProcessOrderItem.ProcessOrderItemBuilder |
mfgOrderItemActualDeliveryDate(LocalDateTime mfgOrderItemActualDeliveryDate)
Constraints: Not nullable, Precision: 0
|
ProcessOrderItem.ProcessOrderItemBuilder |
mfgOrderItemActualDeviationQty(BigDecimal mfgOrderItemActualDeviationQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
ProcessOrderItem.ProcessOrderItemBuilder |
mfgOrderItemGoodsReceiptQty(BigDecimal mfgOrderItemGoodsReceiptQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
ProcessOrderItem.ProcessOrderItemBuilder |
mfgOrderItemPlannedScrapQty(BigDecimal mfgOrderItemPlannedScrapQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
ProcessOrderItem.ProcessOrderItemBuilder |
mfgOrderItemPlannedTotalQty(BigDecimal mfgOrderItemPlannedTotalQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
ProcessOrderItem.ProcessOrderItemBuilder |
mfgOrderItemPlndDeliveryDate(LocalDateTime mfgOrderItemPlndDeliveryDate)
Constraints: Not nullable, Precision: 0
|
ProcessOrderItem.ProcessOrderItemBuilder |
mRPArea(String mRPArea)
Constraints: Not nullable, Maximum length: 10
|
ProcessOrderItem.ProcessOrderItemBuilder |
mRPPlant(String mRPPlant)
Constraints: Not nullable, Maximum length: 4
|
ProcessOrderItem.ProcessOrderItemBuilder |
productionPlant(String productionPlant)
Constraints: Not nullable, Maximum length: 4
|
ProcessOrderItem.ProcessOrderItemBuilder |
productionUnit(String productionUnit)
Constraints: Not nullable, Maximum length: 3
|
ProcessOrderItem.ProcessOrderItemBuilder |
quantityDistributionKey(String quantityDistributionKey)
Constraints: Not nullable, Maximum length: 4
|
ProcessOrderItem.ProcessOrderItemBuilder |
stockSegment(String stockSegment)
Constraints: Not nullable, Maximum length: 40
|
ProcessOrderItem.ProcessOrderItemBuilder |
storageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
ProcessOrderItem.ProcessOrderItemBuilder |
unloadingPointName(String unloadingPointName)
Constraints: Not nullable, Maximum length: 25
|
@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder manufacturingOrder(@Nullable String manufacturingOrder)
Original property name from the Odata EDM: ManufacturingOrder
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder manufacturingOrderItem(@Nullable String manufacturingOrderItem)
Original property name from the Odata EDM: ManufacturingOrderItem
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder manufacturingOrderCategory(@Nullable String manufacturingOrderCategory)
Original property name from the Odata EDM: ManufacturingOrderCategory
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder manufacturingOrderType(@Nullable String manufacturingOrderType)
Original property name from the Odata EDM: ManufacturingOrderType
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder productionPlant(@Nullable String productionPlant)
Original property name from the Odata EDM: ProductionPlant
planned order.this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder mRPPlant(@Nullable String mRPPlant)
Original property name from the Odata EDM: MRPPlant
If the planning plant and production plant are identical then you need not enter the planning plant as well. The production plant is copied automatically.The planning plant can be used, for example, if Sales and Distribution is to be organized as an independent plant.
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder mfgOrderItemActualDeliveryDate(@Nullable LocalDateTime mfgOrderItemActualDeliveryDate)
Original property name from the Odata EDM: MfgOrderItemActualDeliveryDate
The system sets the date automatically.
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder mfgOrderItemPlannedTotalQty(@Nullable BigDecimal mfgOrderItemPlannedTotalQty)
Original property name from the Odata EDM: MfgOrderItemPlannedTotalQty
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder mfgOrderItemPlannedScrapQty(@Nullable BigDecimal mfgOrderItemPlannedScrapQty)
Original property name from the Odata EDM: MfgOrderItemPlannedScrapQty
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder mfgOrderItemGoodsReceiptQty(@Nullable BigDecimal mfgOrderItemGoodsReceiptQty)
Original property name from the Odata EDM: MfgOrderItemGoodsReceiptQty
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder mfgOrderItemActualDeviationQty(@Nullable BigDecimal mfgOrderItemActualDeviationQty)
Original property name from the Odata EDM: MfgOrderItemActualDeviationQty
It is updated when the operations are finally confirmed as soon as an operation quantity that varies from the plan is confirmed as the yield.If a production order is to manufacture 100 pieces and a quantity of 5 pieces is displayed in this field then you can expect anen Lagerzugang von 95 Stück erwarten.If this value is negative that means that you have produced more than you originally planned. In this case you can expect a correspondingly high goods receipt for the finished product.
the planned goods receipt.this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder productionUnit(@Nullable String productionUnit)
Original property name from the Odata EDM: ProductionUnit
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder mRPArea(@Nullable String mRPArea)
Original property name from the Odata EDM: MRPArea
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder storageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder mfgOrderItemPlndDeliveryDate(@Nullable LocalDateTime mfgOrderItemPlndDeliveryDate)
Original property name from the Odata EDM: MfgOrderItemPlndDeliveryDate
This field only contains an entry if the production order was created by converting a planned order.
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder goodsRecipientName(@Nullable String goodsRecipientName)
Original property name from the Odata EDM: GoodsRecipientName
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder materialGoodsReceiptDuration(@Nullable BigDecimal materialGoodsReceiptDuration)
Original property name from the Odata EDM: MaterialGoodsReceiptDuration
location after receipt of the goods.this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder inventoryUsabilityCode(@Nullable String inventoryUsabilityCode)
Original property name from the Odata EDM: InventoryUsabilityCode
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder unloadingPointName(@Nullable String unloadingPointName)
Original property name from the Odata EDM: UnloadingPointName
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder quantityDistributionKey(@Nullable String quantityDistributionKey)
Original property name from the Odata EDM: QuantityDistributionKey
Depending on the context, this may be the distribution key for the quantity produced or the distribution key for component consumption.Kanban:In the kanban calculation profile, you specify the distribution key for the smoothing of the dependent requirements.
this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder stockSegment(@Nullable String stockSegment)
Original property name from the Odata EDM: StockSegment
the strategy is assigned to the material in the material master.this
.@Nonnull public ProcessOrderItem.ProcessOrderItemBuilder batch(@Nullable String batch)
Original property name from the Odata EDM: Batch
this
.@Nonnull public ProcessOrderItem build()
Copyright © 2021 SAP SE. All rights reserved.