public class ProcessOrderItem extends VdmEntity<ProcessOrderItem>
Original entity name from the Odata EDM: A_ProcessOrderItemType
Modifier and Type | Class and Description |
---|---|
static class |
ProcessOrderItem.ProcessOrderItemBuilder |
Modifier and Type | Field and Description |
---|---|
static ProcessOrderItemSelectable |
ALL_FIELDS
Selector for all available fields of ProcessOrderItem.
|
static ProcessOrderItemField<String> |
BATCH
Use with available fluent helpers to apply the Batch field to query operations.
|
static ProcessOrderItemField<String> |
GOODS_RECIPIENT_NAME
Use with available fluent helpers to apply the GoodsRecipientName field to query operations.
|
static ProcessOrderItemField<String> |
INVENTORY_USABILITY_CODE
Use with available fluent helpers to apply the InventoryUsabilityCode field to query operations.
|
static ProcessOrderItemField<String> |
MANUFACTURING_ORDER
Use with available fluent helpers to apply the ManufacturingOrder field to query operations.
|
static ProcessOrderItemField<String> |
MANUFACTURING_ORDER_CATEGORY
Use with available fluent helpers to apply the ManufacturingOrderCategory field to query operations.
|
static ProcessOrderItemField<String> |
MANUFACTURING_ORDER_ITEM
Use with available fluent helpers to apply the ManufacturingOrderItem field to query operations.
|
static ProcessOrderItemField<String> |
MANUFACTURING_ORDER_TYPE
Use with available fluent helpers to apply the ManufacturingOrderType field to query operations.
|
static ProcessOrderItemField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MATERIAL_GOODS_RECEIPT_DURATION
Use with available fluent helpers to apply the MaterialGoodsReceiptDuration field to query operations.
|
static ProcessOrderItemField<LocalDateTime> |
MFG_ORDER_ITEM_ACTUAL_DELIVERY_DATE
Use with available fluent helpers to apply the MfgOrderItemActualDeliveryDate field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MFG_ORDER_ITEM_ACTUAL_DEVIATION_QTY
Use with available fluent helpers to apply the MfgOrderItemActualDeviationQty field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MFG_ORDER_ITEM_GOODS_RECEIPT_QTY
Use with available fluent helpers to apply the MfgOrderItemGoodsReceiptQty field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MFG_ORDER_ITEM_PLANNED_SCRAP_QTY
Use with available fluent helpers to apply the MfgOrderItemPlannedScrapQty field to query operations.
|
static ProcessOrderItemField<BigDecimal> |
MFG_ORDER_ITEM_PLANNED_TOTAL_QTY
Use with available fluent helpers to apply the MfgOrderItemPlannedTotalQty field to query operations.
|
static ProcessOrderItemField<LocalDateTime> |
MFG_ORDER_ITEM_PLND_DELIVERY_DATE
Use with available fluent helpers to apply the MfgOrderItemPlndDeliveryDate field to query operations.
|
static ProcessOrderItemField<String> |
MRP_AREA
Use with available fluent helpers to apply the MRPArea field to query operations.
|
static ProcessOrderItemField<String> |
MRP_PLANT
Use with available fluent helpers to apply the MRPPlant field to query operations.
|
static ProcessOrderItemField<String> |
PRODUCTION_PLANT
Use with available fluent helpers to apply the ProductionPlant field to query operations.
|
static ProcessOrderItemField<String> |
PRODUCTION_UNIT
Use with available fluent helpers to apply the ProductionUnit field to query operations.
|
static ProcessOrderItemField<String> |
QUANTITY_DISTRIBUTION_KEY
Use with available fluent helpers to apply the QuantityDistributionKey field to query operations.
|
static ProcessOrderItemField<String> |
STOCK_SEGMENT
Use with available fluent helpers to apply the StockSegment field to query operations.
|
static ProcessOrderItemField<String> |
STORAGE_LOCATION
Use with available fluent helpers to apply the StorageLocation field to query operations.
|
static ProcessOrderItemField<String> |
UNLOADING_POINT_NAME
Use with available fluent helpers to apply the UnloadingPointName field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProcessOrderItem() |
ProcessOrderItem(String manufacturingOrder,
String manufacturingOrderItem,
String manufacturingOrderCategory,
String manufacturingOrderType,
String productionPlant,
String material,
String mRPPlant,
LocalDateTime mfgOrderItemActualDeliveryDate,
BigDecimal mfgOrderItemPlannedTotalQty,
BigDecimal mfgOrderItemPlannedScrapQty,
BigDecimal mfgOrderItemGoodsReceiptQty,
BigDecimal mfgOrderItemActualDeviationQty,
String productionUnit,
String mRPArea,
String storageLocation,
LocalDateTime mfgOrderItemPlndDeliveryDate,
String goodsRecipientName,
BigDecimal materialGoodsReceiptDuration,
String inventoryUsabilityCode,
String unloadingPointName,
String quantityDistributionKey,
String stockSegment,
String batch) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ProcessOrderItem.ProcessOrderItemBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProcessOrderItemField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBatch()
Constraints: Not nullable, Maximum length: 10
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getGoodsRecipientName()
Constraints: Not nullable, Maximum length: 12
|
String |
getInventoryUsabilityCode()
Constraints: Not nullable, Maximum length: 1
|
protected Map<String,Object> |
getKey() |
String |
getManufacturingOrder()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
String |
getManufacturingOrderCategory()
Constraints: Not nullable, Maximum length: 2
|
String |
getManufacturingOrderItem()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getManufacturingOrderType()
Constraints: Not nullable, Maximum length: 4
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
BigDecimal |
getMaterialGoodsReceiptDuration()
Constraints: Not nullable, Precision: 3, Scale: 0
|
LocalDateTime |
getMfgOrderItemActualDeliveryDate()
Constraints: Not nullable, Precision: 0
|
BigDecimal |
getMfgOrderItemActualDeviationQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMfgOrderItemGoodsReceiptQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMfgOrderItemPlannedScrapQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMfgOrderItemPlannedTotalQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
LocalDateTime |
getMfgOrderItemPlndDeliveryDate()
Constraints: Not nullable, Precision: 0
|
String |
getMRPArea()
Constraints: Not nullable, Maximum length: 10
|
String |
getMRPPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getProductionPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getProductionUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getQuantityDistributionKey()
Constraints: Not nullable, Maximum length: 4
|
String |
getStockSegment()
Constraints: Not nullable, Maximum length: 40
|
String |
getStorageLocation()
Constraints: Not nullable, Maximum length: 4
|
Class<ProcessOrderItem> |
getType() |
String |
getUnloadingPointName()
Constraints: Not nullable, Maximum length: 25
|
int |
hashCode() |
void |
setBatch(String batch)
Constraints: Not nullable, Maximum length: 10
|
void |
setGoodsRecipientName(String goodsRecipientName)
Constraints: Not nullable, Maximum length: 12
|
void |
setInventoryUsabilityCode(String inventoryUsabilityCode)
Constraints: Not nullable, Maximum length: 1
|
void |
setManufacturingOrder(String manufacturingOrder)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setManufacturingOrderCategory(String manufacturingOrderCategory)
Constraints: Not nullable, Maximum length: 2
|
void |
setManufacturingOrderItem(String manufacturingOrderItem)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setManufacturingOrderType(String manufacturingOrderType)
Constraints: Not nullable, Maximum length: 4
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setMaterialGoodsReceiptDuration(BigDecimal materialGoodsReceiptDuration)
Constraints: Not nullable, Precision: 3, Scale: 0
|
void |
setMfgOrderItemActualDeliveryDate(LocalDateTime mfgOrderItemActualDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setMfgOrderItemActualDeviationQty(BigDecimal mfgOrderItemActualDeviationQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMfgOrderItemGoodsReceiptQty(BigDecimal mfgOrderItemGoodsReceiptQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMfgOrderItemPlannedScrapQty(BigDecimal mfgOrderItemPlannedScrapQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMfgOrderItemPlannedTotalQty(BigDecimal mfgOrderItemPlannedTotalQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMfgOrderItemPlndDeliveryDate(LocalDateTime mfgOrderItemPlndDeliveryDate)
Constraints: Not nullable, Precision: 0
|
void |
setMRPArea(String mRPArea)
Constraints: Not nullable, Maximum length: 10
|
void |
setMRPPlant(String mRPPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProductionPlant(String productionPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProductionUnit(String productionUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setQuantityDistributionKey(String quantityDistributionKey)
Constraints: Not nullable, Maximum length: 4
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setStockSegment(String stockSegment)
Constraints: Not nullable, Maximum length: 40
|
void |
setStorageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
void |
setUnloadingPointName(String unloadingPointName)
Constraints: Not nullable, Maximum length: 25
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ProcessOrderItemSelectable ALL_FIELDS
public static final ProcessOrderItemField<String> MANUFACTURING_ORDER
public static final ProcessOrderItemField<String> MANUFACTURING_ORDER_ITEM
public static final ProcessOrderItemField<String> MANUFACTURING_ORDER_CATEGORY
public static final ProcessOrderItemField<String> MANUFACTURING_ORDER_TYPE
public static final ProcessOrderItemField<String> PRODUCTION_PLANT
public static final ProcessOrderItemField<String> MATERIAL
public static final ProcessOrderItemField<String> MRP_PLANT
public static final ProcessOrderItemField<LocalDateTime> MFG_ORDER_ITEM_ACTUAL_DELIVERY_DATE
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_PLANNED_TOTAL_QTY
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_PLANNED_SCRAP_QTY
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_GOODS_RECEIPT_QTY
public static final ProcessOrderItemField<BigDecimal> MFG_ORDER_ITEM_ACTUAL_DEVIATION_QTY
public static final ProcessOrderItemField<String> PRODUCTION_UNIT
public static final ProcessOrderItemField<String> MRP_AREA
public static final ProcessOrderItemField<String> STORAGE_LOCATION
public static final ProcessOrderItemField<LocalDateTime> MFG_ORDER_ITEM_PLND_DELIVERY_DATE
public static final ProcessOrderItemField<String> GOODS_RECIPIENT_NAME
public static final ProcessOrderItemField<BigDecimal> MATERIAL_GOODS_RECEIPT_DURATION
public static final ProcessOrderItemField<String> INVENTORY_USABILITY_CODE
public static final ProcessOrderItemField<String> UNLOADING_POINT_NAME
public static final ProcessOrderItemField<String> QUANTITY_DISTRIBUTION_KEY
public static final ProcessOrderItemField<String> STOCK_SEGMENT
public static final ProcessOrderItemField<String> BATCH
public ProcessOrderItem()
public ProcessOrderItem(@Nullable String manufacturingOrder, @Nullable String manufacturingOrderItem, @Nullable String manufacturingOrderCategory, @Nullable String manufacturingOrderType, @Nullable String productionPlant, @Nullable String material, @Nullable String mRPPlant, @Nullable LocalDateTime mfgOrderItemActualDeliveryDate, @Nullable BigDecimal mfgOrderItemPlannedTotalQty, @Nullable BigDecimal mfgOrderItemPlannedScrapQty, @Nullable BigDecimal mfgOrderItemGoodsReceiptQty, @Nullable BigDecimal mfgOrderItemActualDeviationQty, @Nullable String productionUnit, @Nullable String mRPArea, @Nullable String storageLocation, @Nullable LocalDateTime mfgOrderItemPlndDeliveryDate, @Nullable String goodsRecipientName, @Nullable BigDecimal materialGoodsReceiptDuration, @Nullable String inventoryUsabilityCode, @Nullable String unloadingPointName, @Nullable String quantityDistributionKey, @Nullable String stockSegment, @Nullable String batch)
@Nonnull public Class<ProcessOrderItem> getType()
getType
in class VdmObject<ProcessOrderItem>
public void setManufacturingOrder(@Nullable String manufacturingOrder)
Original property name from the Odata EDM: ManufacturingOrder
manufacturingOrder
- Manufacturing Order IDpublic void setManufacturingOrderItem(@Nullable String manufacturingOrderItem)
Original property name from the Odata EDM: ManufacturingOrderItem
manufacturingOrderItem
- Manufacturing Order Item IDpublic void setManufacturingOrderCategory(@Nullable String manufacturingOrderCategory)
Original property name from the Odata EDM: ManufacturingOrderCategory
manufacturingOrderCategory
- Manufacturing Order Categorypublic void setManufacturingOrderType(@Nullable String manufacturingOrderType)
Original property name from the Odata EDM: ManufacturingOrderType
manufacturingOrderType
- Manufacturing Order Typepublic void setProductionPlant(@Nullable String productionPlant)
Original property name from the Odata EDM: ProductionPlant
productionPlant
- Plant in which the order quantity of the internally produced material is to be produced according to
the planned order.public void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Number of the material that is to be produced with this order.public void setMRPPlant(@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.
mRPPlant
- Plant in which, after order execution, the goods receipt takes place for the material produced.public void setMfgOrderItemActualDeliveryDate(@Nullable LocalDateTime mfgOrderItemActualDeliveryDate)
Original property name from the Odata EDM: MfgOrderItemActualDeliveryDate
The system sets the date automatically.
mfgOrderItemActualDeliveryDate
- Specifies when the material was produced / delivered to stock.public void setMfgOrderItemPlannedTotalQty(@Nullable BigDecimal mfgOrderItemPlannedTotalQty)
Original property name from the Odata EDM: MfgOrderItemPlannedTotalQty
mfgOrderItemPlannedTotalQty
- Order Item Planned Total Quantitypublic void setMfgOrderItemPlannedScrapQty(@Nullable BigDecimal mfgOrderItemPlannedScrapQty)
Original property name from the Odata EDM: MfgOrderItemPlannedScrapQty
mfgOrderItemPlannedScrapQty
- Order Item Planned Scrap Quantitypublic void setMfgOrderItemGoodsReceiptQty(@Nullable BigDecimal mfgOrderItemGoodsReceiptQty)
Original property name from the Odata EDM: MfgOrderItemGoodsReceiptQty
mfgOrderItemGoodsReceiptQty
- Quantity of the order item, which has so far been produced and posted to stock.public void setMfgOrderItemActualDeviationQty(@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.
mfgOrderItemActualDeviationQty
- This quantity indicates by how much the goods receipt of the finished product will probably deviate
from the planned goods receipt.public void setProductionUnit(@Nullable String productionUnit)
Original property name from the Odata EDM: ProductionUnit
productionUnit
- Production Unit of Measurepublic void setMRPArea(@Nullable String mRPArea)
Original property name from the Odata EDM: MRPArea
mRPArea
- Number of the MRP area for which material requirements planning should be carried out separately.public void setStorageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
storageLocation
- Storage Locationpublic void setMfgOrderItemPlndDeliveryDate(@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.
mfgOrderItemPlndDeliveryDate
- The delivery date of the planned order, as determined by MRP.public void setGoodsRecipientName(@Nullable String goodsRecipientName)
Original property name from the Odata EDM: GoodsRecipientName
goodsRecipientName
- Goods Recipientpublic void setMaterialGoodsReceiptDuration(@Nullable BigDecimal materialGoodsReceiptDuration)
Original property name from the Odata EDM: MaterialGoodsReceiptDuration
materialGoodsReceiptDuration
- Number of working days required for checking the material and transferring it to the appropriate
storage location after receipt of the goods.public void setInventoryUsabilityCode(@Nullable String inventoryUsabilityCode)
Original property name from the Odata EDM: InventoryUsabilityCode
inventoryUsabilityCode
- Inventory Usability Codepublic void setUnloadingPointName(@Nullable String unloadingPointName)
Original property name from the Odata EDM: UnloadingPointName
unloadingPointName
- Specifies the point at which the material is to be unloaded (for example, ramp 1).public void setQuantityDistributionKey(@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.
quantityDistributionKey
- Repetitive manufacturing:public void setStockSegment(@Nullable String stockSegment)
Original property name from the Odata EDM: StockSegment
stockSegment
- Segment assigned to a stockable item. The valid stock segment is defined in the segmentation strategy
and the strategy is assigned to the material in the material master.public void setBatch(@Nullable String batch)
Original property name from the Odata EDM: Batch
batch
- Assigns a material that is manufactured in batches or production lots to a specific batch.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ProcessOrderItem>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProcessOrderItem>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProcessOrderItem>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProcessOrderItem>
@Nonnull public static <T> ProcessOrderItemField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> ProcessOrderItemField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ProcessOrderItem>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ProcessOrderItem>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ProcessOrderItem>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ProcessOrderItem>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)public static ProcessOrderItem.ProcessOrderItemBuilder builder()
@Nullable public String getManufacturingOrder()
Original property name from the Odata EDM: ManufacturingOrder
@Nullable public String getManufacturingOrderItem()
Original property name from the Odata EDM: ManufacturingOrderItem
@Nullable public String getManufacturingOrderCategory()
Original property name from the Odata EDM: ManufacturingOrderCategory
@Nullable public String getManufacturingOrderType()
Original property name from the Odata EDM: ManufacturingOrderType
@Nullable public String getProductionPlant()
Original property name from the Odata EDM: ProductionPlant
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public String getMRPPlant()
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.
@Nullable public LocalDateTime getMfgOrderItemActualDeliveryDate()
Original property name from the Odata EDM: MfgOrderItemActualDeliveryDate
The system sets the date automatically.
@Nullable public BigDecimal getMfgOrderItemPlannedTotalQty()
Original property name from the Odata EDM: MfgOrderItemPlannedTotalQty
@Nullable public BigDecimal getMfgOrderItemPlannedScrapQty()
Original property name from the Odata EDM: MfgOrderItemPlannedScrapQty
@Nullable public BigDecimal getMfgOrderItemGoodsReceiptQty()
Original property name from the Odata EDM: MfgOrderItemGoodsReceiptQty
@Nullable public BigDecimal getMfgOrderItemActualDeviationQty()
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.
@Nullable public String getProductionUnit()
Original property name from the Odata EDM: ProductionUnit
@Nullable public String getMRPArea()
Original property name from the Odata EDM: MRPArea
@Nullable public String getStorageLocation()
Original property name from the Odata EDM: StorageLocation
@Nullable public LocalDateTime getMfgOrderItemPlndDeliveryDate()
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.
@Nullable public String getGoodsRecipientName()
Original property name from the Odata EDM: GoodsRecipientName
@Nullable public BigDecimal getMaterialGoodsReceiptDuration()
Original property name from the Odata EDM: MaterialGoodsReceiptDuration
@Nullable public String getInventoryUsabilityCode()
Original property name from the Odata EDM: InventoryUsabilityCode
@Nullable public String getUnloadingPointName()
Original property name from the Odata EDM: UnloadingPointName
@Nullable public String getQuantityDistributionKey()
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.
@Nullable public String getStockSegment()
Original property name from the Odata EDM: StockSegment
@Nullable public String getBatch()
Original property name from the Odata EDM: Batch
public String toString()
toString
in class VdmObject<ProcessOrderItem>
public boolean equals(Object o)
equals
in class VdmObject<ProcessOrderItem>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProcessOrderItem>
public int hashCode()
hashCode
in class VdmObject<ProcessOrderItem>
Copyright © 2020 SAP SE. All rights reserved.