public interface BillOfMaterialComparisonService
This service enables you to compare two Bills of Material (BOMs) by comparing their BOM item attributes.
Reference: SAP API Business Hub
OData Service: | API_BILLOFMATERIAL_COMPARISON_SRV |
API Version: | 1 |
Communication Scenario: | Product Lifecycle Management - Master Data Integration (SAP_COM_0105) |
Scope Items: | Engineering Bill of Material Change Master Management (1R3) |
Modifier and Type | Method and Description |
---|---|
BOMComparisonFluentHelper |
bOMComparison(Boolean isBOMItemQuantity,
String changeNumberSecondary,
Boolean isBOMItemCategory,
Boolean isBOMItemDescription,
Boolean isBOMItemNumber,
String materialPrimary,
String plantPrimary,
String bOMVariantUsagePrimary,
String bOMVariantPrimary,
String bOMVersionPrimary,
Calendar bOMValidityDatePrimary,
String changeNumberPrimary,
String materialSecondary,
String plantSecondary,
String bOMVariantUsageSecondary,
String bOMVariantSecondary,
String bOMVersionSecondary,
Calendar bOMValidityDateSecondary)
Creates a fluent helper for the BOMComparison OData function import.
|
ComparisonResultFluentHelper |
getAllComparisonResult()
Fetch multiple
ComparisonResult entities. |
ComparisonResultByKeyFluentHelper |
getComparisonResultByKey(byte[] bOMComparisonUUID)
Fetch a single
ComparisonResult entity using key fields. |
ComparisonResultFluentHelper getAllComparisonResult()
ComparisonResult
entities.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.ComparisonResultByKeyFluentHelper getComparisonResultByKey(byte[] bOMComparisonUUID)
ComparisonResult
entity using key fields.bOMComparisonUUID
- Globally Unique IdentifierConstraints: Not nullable
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.BOMComparisonFluentHelper bOMComparison(Boolean isBOMItemQuantity, String changeNumberSecondary, Boolean isBOMItemCategory, Boolean isBOMItemDescription, Boolean isBOMItemNumber, String materialPrimary, String plantPrimary, String bOMVariantUsagePrimary, String bOMVariantPrimary, String bOMVersionPrimary, Calendar bOMValidityDatePrimary, String changeNumberPrimary, String materialSecondary, String plantSecondary, String bOMVariantUsageSecondary, String bOMVariantSecondary, String bOMVersionSecondary, Calendar bOMValidityDateSecondary)
Creates a fluent helper for the BOMComparison OData function import.
isBOMItemNumber
- IndicatorConstraints: none
bOMVariantSecondary
- Constraints: noneisBOMItemDescription
- IndicatorConstraints: none
isBOMItemCategory
- IndicatorConstraints: none
changeNumberPrimary
- Constraints: noneplantSecondary
- Constraints: nonechangeNumberSecondary
- Constraints: nonebOMVariantPrimary
- Constraints: nonebOMVersionSecondary
- Constraints: noneisBOMItemQuantity
- IndicatorConstraints: none
bOMVariantUsagePrimary
- Constraints: nonematerialSecondary
- Constraints: noneplantPrimary
- Constraints: nonebOMValidityDatePrimary
- Time StampConstraints: Not nullable, Precision: 0
bOMVariantUsageSecondary
- Constraints: nonebOMVersionPrimary
- Constraints: nonebOMValidityDateSecondary
- Time StampConstraints: Not nullable, Precision: 0
materialPrimary
- Constraints: noneexecute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.