Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.ProductionOrderComponent
Packages that use ProductionOrderComponent
Package
Description
-
Uses of ProductionOrderComponent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with type parameters of type ProductionOrderComponentModifier and TypeFieldDescriptionstatic final ProductionOrderLink<ProductionOrderComponent>ProductionOrder.TO_PRODUCTION_ORDER_COMPONENTUse with available fluent helpers to apply the to_ProductionOrderComponent navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return ProductionOrderComponentModifier and TypeMethodDescriptionProductionOrderComponent.ProductionOrderComponentBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder that return types with arguments of type ProductionOrderComponentModifier and TypeMethodDescriptionProductionOrder.fetchProductionOrderComponent()Fetches the ProductionOrderComponent entities (one to many) associated with this entity.protected Class<ProductionOrderComponent>ProductionOrderComponentByKeyFluentHelper.getEntityClass()protected Class<ProductionOrderComponent>ProductionOrderComponentFluentHelper.getEntityClass()io.vavr.control.Option<List<ProductionOrderComponent>>ProductionOrder.getProductionOrderComponentIfPresent()Retrieval of associated ProductionOrderComponent entities (one to many).ProductionOrder.getProductionOrderComponentOrFetch()Retrieval of associated ProductionOrderComponent entities (one to many).ProductionOrderComponent.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with parameters of type ProductionOrderComponentModifier and TypeMethodDescriptionvoidProductionOrder.addProductionOrderComponent(ProductionOrderComponent... entity) Adds elements to the list of associated ProductionOrderComponent entities.ProductionOrder.ProductionOrderBuilder.productionOrderComponent(ProductionOrderComponent... value) Navigation property to_ProductionOrderComponent for ProductionOrder to multiple ProductionOrderComponent.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with type arguments of type ProductionOrderComponentModifier and TypeMethodDescriptionvoidProductionOrder.setProductionOrderComponent(List<ProductionOrderComponent> value) Overwrites the list of associated ProductionOrderComponent entities for the loaded navigation property to_ProductionOrderComponent.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder with type arguments of type ProductionOrderComponentModifierConstructorDescriptionProductionOrder(String productionOrder, 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<ProductionOrderComponent> toProductionOrderComponent, List<ProductionOrderItem> toProductionOrderItem, List<ProductionOrderOperation> toProductionOrderOperation, List<ProductionOrderStatus> toProductionOrderStatus, List<ProductionRsceTools> toProductionRsceTools) -
Uses of ProductionOrderComponent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.link that return types with arguments of type ProductionOrderComponentModifier and TypeMethodDescriptionProductionOrderComponentOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionorder.link with type arguments of type ProductionOrderComponentModifier and TypeMethodDescriptionprotected ProductionOrderComponentLink<ObjectT>ProductionOrderComponentLink.translateLinkType(EntityLink<ProductionOrderComponentLink<ObjectT>, ProductionOrderComponent, ObjectT> link)