Interface BillOfMaterialComparisonService

All Superinterfaces:
BatchService<BillOfMaterialComparisonServiceBatch>
All Known Implementing Classes:
DefaultBillOfMaterialComparisonService

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

This service enables you to compare two bills of material (BOMs) by comparing their BOM item attributes..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_BILLOFMATERIAL_COMPARISON_SRV
API Version: 1.0.0
Minimum ERP Version: 2302
Communication Scenario: Product Lifecycle Management - Master Data Integration(SAP_COM_0105)
Scope Items: Make-to-Order Production - Finished Goods Sales and Final Assembly(BJE), Engineering Bill of Material - Versions Management(1NR), Engineering Bill of Material - Change Master Management(1R3), Change Manufacturing Bill of Material for Production(3LO), Mass Change Manufacturing Bill of Material for Production(3LP)
Authentication Methods: x509
Business Object: Bill Of Material
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull BillOfMaterialComparisonService 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.
    • getAllComparisonResult

      @Nonnull ComparisonResultFluentHelper getAllComparisonResult()
      Deprecated.
      Fetch multiple ComparisonResult entities.
      Returns:
      A fluent helper to fetch multiple ComparisonResult 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.
    • getComparisonResultByKey

      @Nonnull ComparisonResultByKeyFluentHelper getComparisonResultByKey(byte[] bOMComparisonUUID)
      Deprecated.
      Fetch a single ComparisonResult entity using key fields.
      Parameters:
      bOMComparisonUUID - GUID

      Constraints: Not nullable, Maximum length: 16

      Returns:
      A fluent helper to fetch a single ComparisonResult 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.
    • bOMComparison

      @Nonnull BOMComparisonFluentHelper bOMComparison(@Nonnull LocalDateTime bOMValidityDateSecondary, @Nonnull String bOMVersionSecondary, @Nonnull String bOMVariantSecondary, @Nonnull String bOMVariantUsageSecondary, @Nonnull String plantSecondary, @Nonnull String materialSecondary, @Nonnull String changeNumberPrimary, @Nonnull LocalDateTime bOMValidityDatePrimary, @Nonnull String bOMVersionPrimary, @Nonnull String bOMVariantPrimary, @Nonnull String bOMVariantUsagePrimary, @Nonnull String plantPrimary, @Nonnull String materialPrimary, @Nonnull Boolean isBOMItemNumber, @Nonnull Boolean isBOMItemDescription, @Nonnull Boolean isBOMItemCategory, @Nonnull String changeNumberSecondary, @Nonnull Boolean isBOMItemQuantity)
      Deprecated.

      Creates a fluent helper for the BOMComparison OData function import.

      Parameters:
      isBOMItemNumber - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemNumber

      bOMVariantSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantSecondary

      isBOMItemDescription - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemDescription

      changeNumberPrimary - Constraints: none

      Original parameter name from the Odata EDM: ChangeNumberPrimary

      isBOMItemCategory - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemCategory

      plantSecondary - Constraints: none

      Original parameter name from the Odata EDM: PlantSecondary

      changeNumberSecondary - Constraints: none

      Original parameter name from the Odata EDM: ChangeNumberSecondary

      bOMVersionSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVersionSecondary

      bOMVariantPrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantPrimary

      isBOMItemQuantity - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemQuantity

      materialSecondary - Constraints: none

      Original parameter name from the Odata EDM: MaterialSecondary

      bOMVariantUsagePrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantUsagePrimary

      plantPrimary - Constraints: none

      Original parameter name from the Odata EDM: PlantPrimary

      bOMValidityDatePrimary - Time Stamp

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: BOMValidityDatePrimary

      bOMVariantUsageSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantUsageSecondary

      bOMValidityDateSecondary - Time Stamp

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: BOMValidityDateSecondary

      bOMVersionPrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVersionPrimary

      materialPrimary - Constraints: none

      Original parameter name from the Odata EDM: MaterialPrimary

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