Interface ProductionOrderV2Service

All Superinterfaces:
BatchService<ProductionOrderV2ServiceBatch>
All Known Implementing Classes:
DefaultProductionOrderV2Service

@Deprecated public interface ProductionOrderV2Service extends BatchService<ProductionOrderV2ServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

In addition to create, read, and update production orders, you can also release orders and operations. Besides updating header data of the order including the scheduling type, you can also update some properties of the order components. This service enables you to convert planned orders to production orders, schedule production order operations, and set further statuses for the order such as technically completed, closed, discarded by MES, or released by MES. In addition, you can set the deletion flag, deletion indicator, and delivery completed indicator.

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_PRODUCTION_ORDER_2_SRV
API Version: 1.2.0
Minimum ERP Version: 2302
Communication Scenario: Production Planning Integration(SAP_COM_0104), Manufacturing Execution - Order and Confirmation Integration(SAP_COM_0522)
Scope Items: Make-to-Stock Production - Discrete Manufacturing(BJ5), Make-to-Stock - Process Manufacturing Based on Process Order(BJ8), Material Requirements Planning(J44), Material Requirements Planning(O44), Third-Party Shop Floor Execution - Process Industry(3W3), Third-Party Shop Floor Execution - Discrete Industry(3W4)
Authentication Methods: x509
Business Object: Production Order
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ProductionOrderV2Service withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllProductionOrderComponent_2

      @Nonnull ProductionOrderComponent_2FluentHelper getAllProductionOrderComponent_2()
      Deprecated.
      Fetch multiple ProductionOrderComponent_2 entities.
      Returns:
      A fluent helper to fetch multiple ProductionOrderComponent_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProductionOrderComponent_2ByKey

      @Nonnull ProductionOrderComponent_2ByKeyFluentHelper getProductionOrderComponent_2ByKey(String reservation, String reservationItem)
      Deprecated.
      Fetch a single ProductionOrderComponent_2 entity using key fields.
      Parameters:
      reservationItem - Reservation Item

      Constraints: Not nullable, Maximum length: 4

      reservation - Number of reservation/dependent requirements

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ProductionOrderComponent_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProductionOrderComponent_3

      @Nonnull ProductionOrderComponent_3FluentHelper getAllProductionOrderComponent_3()
      Deprecated.
      Fetch multiple ProductionOrderComponent_3 entities.
      Returns:
      A fluent helper to fetch multiple ProductionOrderComponent_3 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProductionOrderComponent_3ByKey

      @Nonnull ProductionOrderComponent_3ByKeyFluentHelper getProductionOrderComponent_3ByKey(String reservation, String reservationItem, String reservationRecordType)
      Deprecated.
      Fetch a single ProductionOrderComponent_3 entity using key fields.
      Parameters:
      reservationItem - Reservation Item

      Constraints: Not nullable, Maximum length: 4

      reservation - Number of reservation/dependent requirements

      Constraints: Not nullable, Maximum length: 10

      reservationRecordType - Reservation Record Type

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single ProductionOrderComponent_3 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • updateProductionOrderComponent_3

      @Nonnull ProductionOrderComponent_3UpdateFluentHelper updateProductionOrderComponent_3(@Nonnull ProductionOrderComponent_3 productionOrderComponent_3)
      Deprecated.
      Update an existing ProductionOrderComponent_3 entity and save it to the S/4HANA system.
      Parameters:
      productionOrderComponent_3 - ProductionOrderComponent_3 entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ProductionOrderComponent_3 entity. To perform execution, call the execute method on the fluent helper object.
    • getAllProductionOrderComponent_4

      @Nonnull ProductionOrderComponent_4FluentHelper getAllProductionOrderComponent_4()
      Deprecated.
      Fetch multiple ProductionOrderComponent_4 entities.
      Returns:
      A fluent helper to fetch multiple ProductionOrderComponent_4 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProductionOrderComponent_4ByKey

      @Nonnull ProductionOrderComponent_4ByKeyFluentHelper getProductionOrderComponent_4ByKey(String reservation, String reservationItem, String reservationRecordType)
      Deprecated.
      Fetch a single ProductionOrderComponent_4 entity using key fields.
      Parameters:
      reservationItem - Reservation Item

      Constraints: Not nullable, Maximum length: 4

      reservation - Number of reservation/dependent requirements

      Constraints: Not nullable, Maximum length: 10

      reservationRecordType - Reservation Record Type

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single ProductionOrderComponent_4 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • updateProductionOrderComponent_4

      @Nonnull ProductionOrderComponent_4UpdateFluentHelper updateProductionOrderComponent_4(@Nonnull ProductionOrderComponent_4 productionOrderComponent_4)
      Deprecated.
      Update an existing ProductionOrderComponent_4 entity and save it to the S/4HANA system.
      Parameters:
      productionOrderComponent_4 - ProductionOrderComponent_4 entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ProductionOrderComponent_4 entity. To perform execution, call the execute method on the fluent helper object.
    • getAllProductionOrderItem_2

      @Nonnull ProductionOrderItem_2FluentHelper getAllProductionOrderItem_2()
      Deprecated.
      Fetch multiple ProductionOrderItem_2 entities.
      Returns:
      A fluent helper to fetch multiple ProductionOrderItem_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProductionOrderItem_2ByKey

      @Nonnull ProductionOrderItem_2ByKeyFluentHelper getProductionOrderItem_2ByKey(String manufacturingOrder, String manufacturingOrderItem)
      Deprecated.
      Fetch a single ProductionOrderItem_2 entity using key fields.
      Parameters:
      manufacturingOrderItem - Manufacturing Order Item ID

      Constraints: Not nullable, Maximum length: 4

      manufacturingOrder - Production Order

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single ProductionOrderItem_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProductionOrderOperation_2

      @Nonnull ProductionOrderOperation_2FluentHelper getAllProductionOrderOperation_2()
      Deprecated.
      Fetch multiple ProductionOrderOperation_2 entities.
      Returns:
      A fluent helper to fetch multiple ProductionOrderOperation_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProductionOrderOperation_2ByKey

      @Nonnull ProductionOrderOperation_2ByKeyFluentHelper getProductionOrderOperation_2ByKey(String orderInternalBillOfOperations, String orderIntBillOfOperationsItem)
      Deprecated.
      Fetch a single ProductionOrderOperation_2 entity using key fields.
      Parameters:
      orderIntBillOfOperationsItem - Internal Identifier of an Operation or Activity

      Constraints: Not nullable, Maximum length: 8

      orderInternalBillOfOperations - Order Internal ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ProductionOrderOperation_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProductionOrderStatus_2

      @Nonnull ProductionOrderStatus_2FluentHelper getAllProductionOrderStatus_2()
      Deprecated.
      Fetch multiple ProductionOrderStatus_2 entities.
      Returns:
      A fluent helper to fetch multiple ProductionOrderStatus_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProductionOrderStatus_2ByKey

      @Nonnull ProductionOrderStatus_2ByKeyFluentHelper getProductionOrderStatus_2ByKey(String manufacturingOrder, String statusCode)
      Deprecated.
      Fetch a single ProductionOrderStatus_2 entity using key fields.
      Parameters:
      manufacturingOrder - Production Order

      Constraints: Not nullable, Maximum length: 12

      statusCode - Object status

      Constraints: Not nullable, Maximum length: 5

      Returns:
      A fluent helper to fetch a single ProductionOrderStatus_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getAllProductionOrder_2

      @Nonnull ProductionOrder_2FluentHelper getAllProductionOrder_2()
      Deprecated.
      Fetch multiple ProductionOrder_2 entities.
      Returns:
      A fluent helper to fetch multiple ProductionOrder_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProductionOrder_2ByKey

      @Nonnull ProductionOrder_2ByKeyFluentHelper getProductionOrder_2ByKey(String manufacturingOrder)
      Deprecated.
      Fetch a single ProductionOrder_2 entity using key fields.
      Parameters:
      manufacturingOrder - Production Order

      Constraints: Not nullable, Maximum length: 12

      Returns:
      A fluent helper to fetch a single ProductionOrder_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • createProductionOrder_2

      @Nonnull ProductionOrder_2CreateFluentHelper createProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2)
      Deprecated.
      Create a new ProductionOrder_2 entity and save it to the S/4HANA system.
      Parameters:
      productionOrder_2 - ProductionOrder_2 entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new ProductionOrder_2 entity. To perform execution, call the execute method on the fluent helper object.
    • updateProductionOrder_2

      @Nonnull ProductionOrder_2UpdateFluentHelper updateProductionOrder_2(@Nonnull ProductionOrder_2 productionOrder_2)
      Deprecated.
      Update an existing ProductionOrder_2 entity and save it to the S/4HANA system.
      Parameters:
      productionOrder_2 - ProductionOrder_2 entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing ProductionOrder_2 entity. To perform execution, call the execute method on the fluent helper object.
    • getAllProductionRsceTools_2

      @Nonnull ProductionRsceTools_2FluentHelper getAllProductionRsceTools_2()
      Deprecated.
      Fetch multiple ProductionRsceTools_2 entities.
      Returns:
      A fluent helper to fetch multiple ProductionRsceTools_2 entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • getProductionRsceTools_2ByKey

      @Nonnull ProductionRsceTools_2ByKeyFluentHelper getProductionRsceTools_2ByKey(String orderInternalBillOfOperations, String mfgOrderOpProdnRsceToolIntID)
      Deprecated.
      Fetch a single ProductionRsceTools_2 entity using key fields.
      Parameters:
      mfgOrderOpProdnRsceToolIntID - Item Counter for Production Resources/Tools

      Constraints: Not nullable, Maximum length: 8

      orderInternalBillOfOperations - Order Internal ID

      Constraints: Not nullable, Maximum length: 10

      Returns:
      A fluent helper to fetch a single ProductionRsceTools_2 entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute method on the fluent helper object.
    • releaseOrder

      @Nonnull ReleaseOrderFluentHelper releaseOrder(@Nonnull String manufacturingOrder)
      Deprecated.

      Creates a fluent helper for the ReleaseOrder OData function import.

      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the ReleaseOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • releaseOperation

      @Nonnull ReleaseOperationFluentHelper releaseOperation(@Nonnull String manufacturingOrder, @Nonnull String manufacturingOrderOperation, @Nonnull String manufacturingOrderSequence)
      Deprecated.

      Creates a fluent helper for the ReleaseOperation OData function import.

      Parameters:
      manufacturingOrderOperation - Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: ManufacturingOrderOperation

      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      manufacturingOrderSequence - Constraints: none

      Original parameter name from the Odata EDM: ManufacturingOrderSequence

      Returns:
      A fluent helper object that will execute the ReleaseOperation OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • techlyCmpltOrder

      @Nonnull TechlyCmpltOrderFluentHelper techlyCmpltOrder(@Nonnull String manufacturingOrder)
      Deprecated.

      Creates a fluent helper for the TechlyCmpltOrder OData function import.

      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the TechlyCmpltOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • closeOrder

      @Nonnull CloseOrderFluentHelper closeOrder(@Nonnull String manufacturingOrder)
      Deprecated.

      Creates a fluent helper for the CloseOrder OData function import.

      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the CloseOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • deletionFlagOrder

      @Nonnull DeletionFlagOrderFluentHelper deletionFlagOrder(@Nonnull String manufacturingOrder)
      Deprecated.

      Creates a fluent helper for the DeletionFlagOrder OData function import.

      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the DeletionFlagOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • deletionIndOrder

      @Nonnull DeletionIndOrderFluentHelper deletionIndOrder(@Nonnull String manufacturingOrder)
      Deprecated.

      Creates a fluent helper for the DeletionIndOrder OData function import.

      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the DeletionIndOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • discardOrder

      @Nonnull DiscardOrderFluentHelper discardOrder(@Nonnull String manufacturingOrder)
      Deprecated.

      Creates a fluent helper for the DiscardOrder OData function import.

      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the DiscardOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • convertPlndOrder

      @Nonnull ConvertPlndOrderFluentHelper convertPlndOrder(@Nullable String manufacturingOrder, @Nonnull String plannedOrder, @Nullable String manufacturingOrderType)
      Deprecated.

      Creates a fluent helper for the ConvertPlndOrder OData function import.

      Parameters:
      plannedOrder - Constraints: none

      Original parameter name from the Odata EDM: PlannedOrder

      manufacturingOrderType - Constraints: Nullable

      Original parameter name from the Odata EDM: ManufacturingOrderType

      manufacturingOrder - Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the ConvertPlndOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • scheduleProductionOrderOperation

      @Nonnull ScheduleProductionOrderOperationFluentHelper scheduleProductionOrderOperation(@Nonnull String manufacturingOrder, @Nonnull String orderInternalBillOfOperations, @Nonnull String orderIntBillOfOperationsItem, @Nullable LocalDateTime opSchedldStartDate, @Nullable LocalTime opSchedldStartTime, @Nullable LocalDateTime opSchedldEndDate, @Nullable LocalTime opSchedldEndTime, @Nonnull String opSchedulingMode, @Nullable String opSchedulingStatus, @Nonnull String opSchedulingStrategy)
      Deprecated.

      Creates a fluent helper for the ScheduleProductionOrderOperation OData function import.

      Parameters:
      orderIntBillOfOperationsItem - Operation Internal ID

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: OrderIntBillOfOperationsItem

      opSchedldStartDate - Execution Start Date

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: OpSchedldStartDate

      opSchedulingStrategy - Component of the Version Number

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: OpSchedulingStrategy

      orderInternalBillOfOperations - Order Internal ID

      Constraints: Not nullable, Maximum length: 10

      Original parameter name from the Odata EDM: OrderInternalBillOfOperations

      opSchedulingStatus - Status

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: OpSchedulingStatus

      opSchedulingMode - Scheduling type

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: OpSchedulingMode

      manufacturingOrder - Order

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      opSchedldStartTime - Execution Start Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: OpSchedldStartTime

      opSchedldEndDate - Execution End Date

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: OpSchedldEndDate

      opSchedldEndTime - Execution End Time

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: OpSchedldEndTime

      Returns:
      A fluent helper object that will execute the ScheduleProductionOrderOperation OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • deliveryCompletedOrder

      @Nonnull DeliveryCompletedOrderFluentHelper deliveryCompletedOrder(@Nonnull String manufacturingOrder)
      Deprecated.

      Creates a fluent helper for the DeliveryCompletedOrder OData function import.

      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the DeliveryCompletedOrder OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • orderReleasedByMES

      @Nonnull OrderReleasedByMESFluentHelper orderReleasedByMES(@Nonnull String manufacturingOrder)
      Deprecated.

      Creates a fluent helper for the OrderReleasedByMES OData function import.

      Parameters:
      manufacturingOrder - Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ManufacturingOrder

      Returns:
      A fluent helper object that will execute the OrderReleasedByMES OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.