@Named public class DefaultBillOfMaterialComparisonService extends Object implements 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) |
Constructor and Description |
---|
DefaultBillOfMaterialComparisonService() |
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. |
public DefaultBillOfMaterialComparisonService()
public ComparisonResultFluentHelper getAllComparisonResult()
BillOfMaterialComparisonService
ComparisonResult
entities.getAllComparisonResult
in interface BillOfMaterialComparisonService
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.public ComparisonResultByKeyFluentHelper getComparisonResultByKey(byte[] bOMComparisonUUID)
BillOfMaterialComparisonService
ComparisonResult
entity using key fields.getComparisonResultByKey
in interface BillOfMaterialComparisonService
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.public 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)
BillOfMaterialComparisonService
Creates a fluent helper for the BOMComparison OData function import.
bOMComparison
in interface BillOfMaterialComparisonService
isBOMItemQuantity
- IndicatorConstraints: none
changeNumberSecondary
- Constraints: noneisBOMItemCategory
- IndicatorConstraints: none
isBOMItemDescription
- IndicatorConstraints: none
isBOMItemNumber
- IndicatorConstraints: none
materialPrimary
- Constraints: noneplantPrimary
- Constraints: nonebOMVariantUsagePrimary
- Constraints: nonebOMVariantPrimary
- Constraints: nonebOMVersionPrimary
- Constraints: nonebOMValidityDatePrimary
- Time StampConstraints: Not nullable, Precision: 0
changeNumberPrimary
- Constraints: nonematerialSecondary
- Constraints: noneplantSecondary
- Constraints: nonebOMVariantUsageSecondary
- Constraints: nonebOMVariantSecondary
- Constraints: nonebOMVersionSecondary
- Constraints: nonebOMValidityDateSecondary
- Time StampConstraints: Not nullable, Precision: 0
execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.