Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder |
Modifier and Type | Field and Description |
---|---|
static ProductionOrderLink<ProductionOrderStatus> |
ProductionOrder.TO_PRODUCTION_ORDER_STATUS
Use with available fluent helpers to apply the to_ProductionOrderStatus navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
ProductionOrderStatus |
ProductionOrderStatus.ProductionOrderStatusBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProductionOrderStatus> |
ProductionOrder.fetchProductionOrderStatus()
Fetches the ProductionOrderStatus entities (one to many) associated with this entity.
|
protected Class<ProductionOrderStatus> |
ProductionOrderStatusFluentHelper.getEntityClass() |
protected Class<ProductionOrderStatus> |
ProductionOrderStatusByKeyFluentHelper.getEntityClass() |
Optional<List<ProductionOrderStatus>> |
ProductionOrder.getProductionOrderStatusIfPresent()
Retrieval of associated ProductionOrderStatus entities (one to many).
|
List<ProductionOrderStatus> |
ProductionOrder.getProductionOrderStatusOrFetch()
Retrieval of associated ProductionOrderStatus entities (one to many).
|
Class<ProductionOrderStatus> |
ProductionOrderStatus.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProductionOrder.addProductionOrderStatus(ProductionOrderStatus... entity)
Adds elements to the list of associated ProductionOrderStatus entities.
|
ProductionOrder.ProductionOrderBuilder |
ProductionOrder.ProductionOrderBuilder.productionOrderStatus(ProductionOrderStatus... value) |
Modifier and Type | Method and Description |
---|---|
void |
ProductionOrder.setProductionOrderStatus(List<ProductionOrderStatus> value)
Overwrites the list of associated ProductionOrderStatus entities for the loaded navigation property to_ProductionOrderStatus.
|
protected ProductionOrderStatusLink<ObjectT> |
ProductionOrderStatusLink.translateLinkType(EntityLink<ProductionOrderStatusLink<ObjectT>,ProductionOrderStatus,ObjectT> link) |
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,
LocalDateTime mfgOrderPlannedStartDate,
LocalTime mfgOrderPlannedStartTime,
LocalDateTime mfgOrderPlannedEndDate,
LocalTime mfgOrderPlannedEndTime,
LocalDateTime mfgOrderScheduledStartDate,
LocalTime mfgOrderScheduledStartTime,
LocalDateTime mfgOrderScheduledEndDate,
String orderIsCreated,
LocalTime 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 © 2018 SAP SE. All rights reserved.