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 | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path used to access the endpoint. |
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,
LocalDateTime bOMValidityDatePrimary,
String changeNumberPrimary,
String materialSecondary,
String plantSecondary,
String bOMVariantUsageSecondary,
String bOMVariantSecondary,
String bOMVersionSecondary,
LocalDateTime 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. |
BillOfMaterialComparisonService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path used to access the endpoint.BillOfMaterialComparisonService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull 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.@Nonnull 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.@Nonnull BOMComparisonFluentHelper bOMComparison(Boolean isBOMItemQuantity, String changeNumberSecondary, Boolean isBOMItemCategory, Boolean isBOMItemDescription, Boolean isBOMItemNumber, String materialPrimary, String plantPrimary, String bOMVariantUsagePrimary, String bOMVariantPrimary, String bOMVersionPrimary, LocalDateTime bOMValidityDatePrimary, String changeNumberPrimary, String materialSecondary, String plantSecondary, String bOMVariantUsageSecondary, String bOMVariantSecondary, String bOMVersionSecondary, LocalDateTime bOMValidityDateSecondary)
Creates a fluent helper for the BOMComparison OData function import.
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
isBOMItemCategory
- IndicatorConstraints: none
Original parameter name from the Odata EDM: IsBOMItemCategory
changeNumberPrimary
- Constraints: noneOriginal parameter name from the Odata EDM: ChangeNumberPrimary
plantSecondary
- Constraints: noneOriginal parameter name from the Odata EDM: PlantSecondary
changeNumberSecondary
- Constraints: noneOriginal parameter name from the Odata EDM: ChangeNumberSecondary
bOMVariantPrimary
- Constraints: noneOriginal parameter name from the Odata EDM: BOMVariantPrimary
bOMVersionSecondary
- Constraints: noneOriginal parameter name from the Odata EDM: BOMVersionSecondary
isBOMItemQuantity
- IndicatorConstraints: none
Original parameter name from the Odata EDM: IsBOMItemQuantity
bOMVariantUsagePrimary
- Constraints: noneOriginal parameter name from the Odata EDM: BOMVariantUsagePrimary
materialSecondary
- Constraints: noneOriginal parameter name from the Odata EDM: MaterialSecondary
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
bOMVersionPrimary
- Constraints: noneOriginal parameter name from the Odata EDM: BOMVersionPrimary
bOMValidityDateSecondary
- Time StampConstraints: Not nullable, Precision: 0
Original parameter name from the Odata EDM: BOMValidityDateSecondary
materialPrimary
- Constraints: noneOriginal parameter name from the Odata EDM: MaterialPrimary
execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.