Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processproductionorders |
Modifier and Type | Field and Description |
---|---|
static EntityFieldAll<ProductionOrderItem> |
ProductionOrderItem.ALL_FIELDS
Selector for all available fields of ProductionOrderItem.
|
static ProductionOrderLink<ProductionOrderItem> |
ProductionOrder.TO_PRODUCTION_ORDER_ITEM
Use with available fluent helpers to apply the to_ProductionOrderItem navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductionOrderItem |
ProductionOrderItem.ProductionOrderItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductionOrderItem> |
ProductionOrder.fetchProductionOrderItem()
Fetches the ProductionOrderItem entities (one to many) associated with this entity.
|
List<ProductionOrderItem> |
ProductionOrder.getProductionOrderItemOrFetch()
Retrieval of associated ProductionOrderItem entities (one to many).
|
com.google.common.base.Optional<List<ProductionOrderItem>> |
ProductionOrder.getProductionOrderItemOrNull()
Retrieval of associated ProductionOrderItem entities (one to many).
|
Class<ProductionOrderItem> |
ProductionOrderItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductionOrder.addProductionOrderItem(ProductionOrderItem... entity)
Adds elements to the list of associated ProductionOrderItem entities.
|
ProductionOrder.ProductionOrderBuilder |
ProductionOrder.ProductionOrderBuilder.productionOrderItem(ProductionOrderItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductionOrder.setProductionOrderItem(List<ProductionOrderItem> value)
Overwrites the list of associated ProductionOrderItem entities for the loaded navigation property to_ProductionOrderItem.
|
Constructor and Description |
---|
ProductionOrder(String productionOrder,
String orderIsDeleted,
String orderIsPreCosted,
String settlementRuleIsCreated,
String orderIsPartiallyReleased,
String orderIsLocked,
String orderIsTechnicallyCompleted,
String orderIsClosed,
String orderIsPartiallyDelivered,
String orderIsMarkedForDeletion,
String settlementRuleIsCrtedManually,
String productionPlant,
String orderIsScheduled,
String orderHasGeneratedOperations,
String orderIsToBeHandledInBatches,
String materialAvailyIsNotChecked,
String material,
String materialName,
String productionUnit,
BigDecimal totalQuantity,
String manufacturingOrderType,
String mRPArea,
String orderInternalBillOfOperations,
String manufacturingObject,
String plant,
BigDecimal mfgOrderConfirmedYieldQty,
Calendar mfgOrderPlannedStartDate,
Calendar mfgOrderPlannedStartTime,
Calendar mfgOrderPlannedEndDate,
Calendar mfgOrderPlannedEndTime,
Calendar mfgOrderScheduledStartDate,
Calendar mfgOrderScheduledStartTime,
Calendar mfgOrderScheduledEndDate,
String orderIsCreated,
Calendar mfgOrderScheduledEndTime,
String salesOrder,
String salesOrderItem,
String plannedOrder,
String customerName,
String wBSElement,
String wBSElementInternalID,
String wBSDescription,
String companyCode,
String functionalArea,
String orderIsReleased,
String plannedCostsCostingVariant,
String actualCostsCostingVariant,
String userID,
String productionVersion,
String mRPController,
String productionSupervisor,
String manufacturingOrderCategory,
String orderIsPrinted,
String orderIsConfirmed,
String orderIsPartiallyConfirmed,
String orderIsDelivered,
ErpConfigContext erpConfigContext,
List<ProductionOrderComponent> toProductionOrderComponent,
List<ProductionOrderItem> toProductionOrderItem,
List<ProductionOrderOperation> toProductionOrderOperation,
List<ProductionOrderStatus> toProductionOrderStatus,
List<ProductionRsceTools> toProductionRsceTools) |
Copyright © 2017 SAP SE. All rights reserved.