public interface 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) |
BillOfMaterialFluentHelper getAllBillOfMaterial()
BillOfMaterial
entities.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.BillOfMaterialByKeyFluentHelper getBillOfMaterialByKey(UUID billOfMaterialHeaderUUID)
BillOfMaterial
entity using key fields.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.BillOfMaterialCreateFluentHelper createBillOfMaterial(BillOfMaterial billOfMaterial)
BillOfMaterial
entity and save it to the S/4HANA system.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.BillOfMaterialUpdateFluentHelper updateBillOfMaterial(BillOfMaterial billOfMaterial)
BillOfMaterial
entity and save it to the S/4HANA system.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.BillOfMaterialItemFluentHelper getAllBillOfMaterialItem()
BillOfMaterialItem
entities.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.BillOfMaterialItemByKeyFluentHelper getBillOfMaterialItemByKey(UUID billOfMaterialItemUUID)
BillOfMaterialItem
entity using key fields.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.BillOfMaterialItemCreateFluentHelper createBillOfMaterialItem(BillOfMaterialItem billOfMaterialItem)
BillOfMaterialItem
entity and save it to the S/4HANA system.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.BillOfMaterialItemUpdateFluentHelper updateBillOfMaterialItem(BillOfMaterialItem billOfMaterialItem)
BillOfMaterialItem
entity and save it to the S/4HANA system.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.