public interface BillsOfMaterialWhereUsedListService extends BatchService<BillsOfMaterialWhereUsedListServiceBatch>
The service contains either no header, one header or multiple headers, and an item. When you search for a component, a list of the headers in which the component is used is displayed. The service is based on the OData protocol and can be consumed in SAP Fiori apps and on other user interfaces. .
Reference: SAP API Business Hub
OData Service: | API_BOM_WHERE_USED_SRV |
API Version: | 1 |
Communication Scenario: | Product Lifecycle Management - Master Data Integration (SAP_COM_0105) |
Scope Items: | Engineering Bill of Material - Versions Management (1NR), Engineering Bill of Material - Change Master Management (1R3) |
Authentication Methods: | Basic, x509 |
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 |
---|---|
BOMWhereUsedFluentHelper |
getAllBOMWhereUsed()
Fetch multiple
BOMWhereUsed entities. |
BOMWhereUsedByKeyFluentHelper |
getBOMWhereUsedByKey(UUID billOfMaterialItemUUID)
Fetch a single
BOMWhereUsed entity using key fields. |
BillsOfMaterialWhereUsedListService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull BillsOfMaterialWhereUsedListService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BOMWhereUsedFluentHelper getAllBOMWhereUsed()
BOMWhereUsed
entities.BOMWhereUsed
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 BOMWhereUsedByKeyFluentHelper getBOMWhereUsedByKey(UUID billOfMaterialItemUUID)
BOMWhereUsed
entity using key fields.billOfMaterialItemUUID
- Global identification of an item's change status
Constraints: Not nullable
BOMWhereUsed
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.Copyright © 2020 SAP SE. All rights reserved.