Class DefaultBillOfMaterialComparisonService

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBillOfMaterialComparisonService
All Implemented Interfaces:
BatchService<BillOfMaterialComparisonServiceBatch>, BillOfMaterialComparisonService

@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBillOfMaterialComparisonService") @Deprecated public class DefaultBillOfMaterialComparisonService extends Object implements BillOfMaterialComparisonService
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
  • Constructor Details

  • Method Details

    • withServicePath

      @Nonnull public DefaultBillOfMaterialComparisonService withServicePath(@Nonnull String servicePath)
      Deprecated.
      Description copied from interface: BillOfMaterialComparisonService
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Specified by:
      withServicePath in interface BillOfMaterialComparisonService
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • batch

      Deprecated.
      Specified by:
      batch in interface BatchService<BillOfMaterialComparisonServiceBatch>
    • getAllComparisonResult

      @Nonnull public ComparisonResultFluentHelper getAllComparisonResult()
      Deprecated.
      Description copied from interface: BillOfMaterialComparisonService
      Fetch multiple ComparisonResult entities.
      Specified by:
      getAllComparisonResult in interface BillOfMaterialComparisonService
      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 public ComparisonResultByKeyFluentHelper getComparisonResultByKey(byte[] bOMComparisonUUID)
      Deprecated.
      Description copied from interface: BillOfMaterialComparisonService
      Fetch a single ComparisonResult entity using key fields.
      Specified by:
      getComparisonResultByKey in interface BillOfMaterialComparisonService
      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 public 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.
      Description copied from interface: BillOfMaterialComparisonService

      Creates a fluent helper for the BOMComparison OData function import.

      Specified by:
      bOMComparison in interface BillOfMaterialComparisonService
      Parameters:
      bOMValidityDateSecondary - Time Stamp

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: BOMValidityDateSecondary

      bOMVersionSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVersionSecondary

      bOMVariantSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantSecondary

      bOMVariantUsageSecondary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantUsageSecondary

      plantSecondary - Constraints: none

      Original parameter name from the Odata EDM: PlantSecondary

      materialSecondary - Constraints: none

      Original parameter name from the Odata EDM: MaterialSecondary

      changeNumberPrimary - Constraints: none

      Original parameter name from the Odata EDM: ChangeNumberPrimary

      bOMValidityDatePrimary - Time Stamp

      Constraints: Not nullable, Precision: 0

      Original parameter name from the Odata EDM: BOMValidityDatePrimary

      bOMVersionPrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVersionPrimary

      bOMVariantPrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantPrimary

      bOMVariantUsagePrimary - Constraints: none

      Original parameter name from the Odata EDM: BOMVariantUsagePrimary

      plantPrimary - Constraints: none

      Original parameter name from the Odata EDM: PlantPrimary

      materialPrimary - Constraints: none

      Original parameter name from the Odata EDM: MaterialPrimary

      isBOMItemNumber - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemNumber

      isBOMItemDescription - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemDescription

      isBOMItemCategory - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemCategory

      changeNumberSecondary - Constraints: none

      Original parameter name from the Odata EDM: ChangeNumberSecondary

      isBOMItemQuantity - Indicator

      Constraints: none

      Original parameter name from the Odata EDM: IsBOMItemQuantity

      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.