Interface BillOfMaterialComparisonService
- All Superinterfaces:
BatchService<BillOfMaterialComparisonServiceBatch>
- All Known Implementing Classes:
DefaultBillOfMaterialComparisonService
This service enables you to compare two bills of material (BOMs) by comparing their BOM item attributes..
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbOMComparison(LocalDateTime bOMValidityDateSecondary, String bOMVersionSecondary, String bOMVariantSecondary, String bOMVariantUsageSecondary, String plantSecondary, String materialSecondary, String changeNumberPrimary, LocalDateTime bOMValidityDatePrimary, String bOMVersionPrimary, String bOMVariantPrimary, String bOMVariantUsagePrimary, String plantPrimary, String materialPrimary, Boolean isBOMItemNumber, Boolean isBOMItemDescription, Boolean isBOMItemCategory, String changeNumberSecondary, Boolean isBOMItemQuantity) Deprecated.Creates a fluent helper for the BOMComparison OData function import.Deprecated.Fetch multipleComparisonResultentities.getComparisonResultByKey(byte[] bOMComparisonUUID) Deprecated.Fetch a singleComparisonResultentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
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
Deprecated.Fetch multipleComparisonResultentities.- Returns:
- A fluent helper to fetch multiple
ComparisonResultentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getComparisonResultByKey
Deprecated.Fetch a singleComparisonResultentity using key fields.- Parameters:
bOMComparisonUUID- GUIDConstraints: Not nullable, Maximum length: 16
- Returns:
- A fluent helper to fetch a single
ComparisonResultentity 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 theexecutemethod 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- IndicatorConstraints: none
Original parameter name from the Odata EDM: IsBOMItemNumber
bOMVariantSecondary- Constraints: noneOriginal parameter name from the Odata EDM: BOMVariantSecondary
isBOMItemDescription- IndicatorConstraints: none
Original parameter name from the Odata EDM: IsBOMItemDescription
changeNumberPrimary- Constraints: noneOriginal parameter name from the Odata EDM: ChangeNumberPrimary
isBOMItemCategory- IndicatorConstraints: none
Original parameter name from the Odata EDM: IsBOMItemCategory
plantSecondary- Constraints: noneOriginal parameter name from the Odata EDM: PlantSecondary
changeNumberSecondary- Constraints: noneOriginal parameter name from the Odata EDM: ChangeNumberSecondary
bOMVersionSecondary- Constraints: noneOriginal parameter name from the Odata EDM: BOMVersionSecondary
bOMVariantPrimary- Constraints: noneOriginal parameter name from the Odata EDM: BOMVariantPrimary
isBOMItemQuantity- IndicatorConstraints: none
Original parameter name from the Odata EDM: IsBOMItemQuantity
materialSecondary- Constraints: noneOriginal parameter name from the Odata EDM: MaterialSecondary
bOMVariantUsagePrimary- Constraints: noneOriginal parameter name from the Odata EDM: BOMVariantUsagePrimary
plantPrimary- Constraints: noneOriginal parameter name from the Odata EDM: PlantPrimary
bOMValidityDatePrimary- Time StampConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: BOMValidityDatePrimary
bOMVariantUsageSecondary- Constraints: noneOriginal parameter name from the Odata EDM: BOMVariantUsageSecondary
bOMValidityDateSecondary- Time StampConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: BOMValidityDateSecondary
bOMVersionPrimary- Constraints: noneOriginal parameter name from the Odata EDM: BOMVersionPrimary
materialPrimary- Constraints: noneOriginal 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
executemethod on the fluent helper object.
-