@Named public class DefaultBillOfMaterialMaintainService extends Object implements BillOfMaterialMaintainService
This service can be used to read , create and update Bill of Material
Reference: SAP API Business Hub
OData Service: | API_BILL_OF_MATERIAL_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 |
---|
DefaultBillOfMaterialMaintainService() |
public DefaultBillOfMaterialMaintainService()
public BillOfMaterialFluentHelper getAllBillOfMaterial()
BillOfMaterialMaintainService
BillOfMaterial
entities.getAllBillOfMaterial
in interface BillOfMaterialMaintainService
BillOfMaterial
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 BillOfMaterialByKeyFluentHelper getBillOfMaterialByKey(UUID billOfMaterialHeaderUUID)
BillOfMaterialMaintainService
BillOfMaterial
entity using key fields.getBillOfMaterialByKey
in interface BillOfMaterialMaintainService
billOfMaterialHeaderUUID
- Global identification of a BOM header change statusConstraints: Not nullable
BillOfMaterial
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 BillOfMaterialCreateFluentHelper createBillOfMaterial(BillOfMaterial billOfMaterial)
BillOfMaterialMaintainService
BillOfMaterial
entity and save it to the S/4HANA system.createBillOfMaterial
in interface BillOfMaterialMaintainService
billOfMaterial
- BillOfMaterial
entity object that will be created in the S/4HANA system.BillOfMaterial
entity. To perform execution, call the execute
method on the fluent helper object.public BillOfMaterialUpdateFluentHelper updateBillOfMaterial(BillOfMaterial billOfMaterial)
BillOfMaterialMaintainService
BillOfMaterial
entity and save it to the S/4HANA system.updateBillOfMaterial
in interface BillOfMaterialMaintainService
billOfMaterial
- BillOfMaterial
entity object that will be updated in the S/4HANA system.BillOfMaterial
entity. To perform execution, call the execute
method on the fluent helper object.public BillOfMaterialItemFluentHelper getAllBillOfMaterialItem()
BillOfMaterialMaintainService
BillOfMaterialItem
entities.getAllBillOfMaterialItem
in interface BillOfMaterialMaintainService
BillOfMaterialItem
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 BillOfMaterialItemByKeyFluentHelper getBillOfMaterialItemByKey(UUID billOfMaterialItemUUID)
BillOfMaterialMaintainService
BillOfMaterialItem
entity using key fields.getBillOfMaterialItemByKey
in interface BillOfMaterialMaintainService
billOfMaterialItemUUID
- Global identification of an item's change statusConstraints: Not nullable
BillOfMaterialItem
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 BillOfMaterialItemCreateFluentHelper createBillOfMaterialItem(BillOfMaterialItem billOfMaterialItem)
BillOfMaterialMaintainService
BillOfMaterialItem
entity and save it to the S/4HANA system.createBillOfMaterialItem
in interface BillOfMaterialMaintainService
billOfMaterialItem
- BillOfMaterialItem
entity object that will be created in the S/4HANA system.BillOfMaterialItem
entity. To perform execution, call the execute
method on the fluent helper object.public BillOfMaterialItemUpdateFluentHelper updateBillOfMaterialItem(BillOfMaterialItem billOfMaterialItem)
BillOfMaterialMaintainService
BillOfMaterialItem
entity and save it to the S/4HANA system.updateBillOfMaterialItem
in interface BillOfMaterialMaintainService
billOfMaterialItem
- BillOfMaterialItem
entity object that will be updated in the S/4HANA system.BillOfMaterialItem
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.