Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorder | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.processorder.link |
Modifier and Type | Field and Description |
---|---|
static ProcessOrderLink<ProcessOrderItem> |
ProcessOrder.TO_PROCESS_ORDER_ITEM
Use with available fluent helpers to apply the to_ProcessOrderItem navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
ProcessOrderItem |
ProcessOrderItem.ProcessOrderItemBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProcessOrderItem> |
ProcessOrder.fetchProcessOrderItem()
Fetches the ProcessOrderItem entities (one to many) associated with this entity.
|
protected Class<ProcessOrderItem> |
ProcessOrderItemFluentHelper.getEntityClass() |
protected Class<ProcessOrderItem> |
ProcessOrderItemByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<ProcessOrderItem>> |
ProcessOrder.getProcessOrderItemIfPresent()
Retrieval of associated ProcessOrderItem entities (one to many).
|
List<ProcessOrderItem> |
ProcessOrder.getProcessOrderItemOrFetch()
Retrieval of associated ProcessOrderItem entities (one to many).
|
Class<ProcessOrderItem> |
ProcessOrderItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessOrder.addProcessOrderItem(ProcessOrderItem... entity)
Adds elements to the list of associated ProcessOrderItem entities.
|
ProcessOrder.ProcessOrderBuilder |
ProcessOrder.ProcessOrderBuilder.processOrderItem(ProcessOrderItem... value)
Navigation property to_ProcessOrderItem for ProcessOrder to multiple ProcessOrderItem.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessOrder.setProcessOrderItem(List<ProcessOrderItem> value)
Overwrites the list of associated ProcessOrderItem entities for the loaded navigation property
to_ProcessOrderItem.
|
Constructor and Description |
---|
ProcessOrder(String processOrder,
String productionPlant,
String orderInternalBillOfOperations,
String orderIsCreated,
String orderIsReleased,
String orderIsPrinted,
String orderIsConfirmed,
String orderIsPartiallyConfirmed,
String orderIsDelivered,
String orderIsDeleted,
String orderIsPreCosted,
String settlementRuleIsCreated,
String orderIsPartiallyReleased,
String orderIsLocked,
String orderIsTechnicallyCompleted,
String orderIsClosed,
String orderIsPartiallyDelivered,
String orderIsMarkedForDeletion,
String settlementRuleIsCrtedManually,
String orderIsScheduled,
String orderHasGeneratedOperations,
String orderIsToBeHandledInBatches,
String materialAvailyIsNotChecked,
String material,
String materialName,
String productionUnit,
BigDecimal totalQuantity,
String manufacturingOrderType,
String mRPArea,
String manufacturingObject,
String plant,
BigDecimal mfgOrderConfirmedYieldQty,
LocalDateTime mfgOrderPlannedStartDate,
LocalTime mfgOrderPlannedStartTime,
LocalDateTime mfgOrderPlannedEndDate,
LocalTime mfgOrderPlannedEndTime,
LocalDateTime mfgOrderScheduledStartDate,
LocalTime mfgOrderScheduledStartTime,
LocalDateTime mfgOrderScheduledEndDate,
LocalTime mfgOrderScheduledEndTime,
String salesOrder,
String salesOrderItem,
String plannedOrder,
String customerName,
String wBSElement,
String wBSElementInternalID,
String wBSDescription,
String companyCode,
String functionalArea,
String plannedCostsCostingVariant,
String actualCostsCostingVariant,
String userID,
String productionVersion,
String mRPController,
String productionSupervisor,
String manufacturingOrderCategory,
String businessArea,
BigDecimal mfgOrderPlannedScrapQty,
String profitCenter,
String manufacturingOrderImportance,
String orderSequenceNumber,
LocalDateTime mfgOrderCreationDate,
LocalTime mfgOrderCreationTime,
LocalDateTime mfgOrderActualReleaseDate,
String goodsRecipientName,
BigDecimal materialGoodsReceiptDuration,
String inventoryUsabilityCode,
String unloadingPointName,
String quantityDistributionKey,
String stockSegment,
String storageLocation,
String lastChangeDateTime,
String basicSchedulingType,
List<ProcessOrderComponent> toProcessOrderComponent,
List<ProcessOrderItem> toProcessOrderItem,
List<ProcessOrderOperation> toProcessOrderOperation,
List<ProcessOrderStatus> toProcessOrderStatus) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<ProcessOrderItem> |
ProcessOrderItemOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessOrderItemLink<ObjectT> |
ProcessOrderItemLink.translateLinkType(EntityLink<ProcessOrderItemLink<ObjectT>,ProcessOrderItem,ObjectT> link) |
Copyright © 2019 SAP SE. All rights reserved.