@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultBillOfMaterialsV2Service") public class DefaultBillOfMaterialsV2Service extends Object implements BillOfMaterialsV2Service
The service enables you to read, create, update, and delete bills of material with and without version. The service is based on the OData protocol and can be consumed in SAP Fiori apps and on other user interfaces. The service contains either no header, one header, or multiple headers for the specified material and none or more items for each header..
Reference: SAP API Business Hub
OData Service: | API_BILL_OF_MATERIAL_SRV_0002 |
API Version: | 2 |
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), Change Manufacturing Bill of Material for Production (3LO), Mass Change Manufacturing Bill of Material for Production (3LP) |
Authentication Methods: | Basic, x509 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultBillOfMaterialsV2Service()
Creates a service using
BillOfMaterialsV2Service.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultBillOfMaterialsV2ServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
MaterialBOMCreateFluentHelper |
createMaterialBOM(MaterialBOM materialBOM)
Create a new
MaterialBOM entity and save it to the S/4HANA system. |
MaterialBOMItemCreateFluentHelper |
createMaterialBOMItem(MaterialBOMItem materialBOMItem)
Create a new
MaterialBOMItem entity and save it to the S/4HANA system. |
DeleteBOMHeaderWithECNFluentHelper |
deleteBOMHeaderWithECN(String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String engineeringChangeDocument,
String material,
String plant,
String engineeringChangeDocForEdit)
Creates a fluent helper for the DeleteBOMHeaderWithECN OData function import.
|
DeleteBOMItemWithECNFluentHelper |
deleteBOMItemWithECN(String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String billOfMaterialItemNodeNumber,
String headerChangeDocument,
String material,
String plant,
String engineeringChangeDocForEdit)
Creates a fluent helper for the DeleteBOMItemWithECN OData function import.
|
MaterialBOMDeleteFluentHelper |
deleteMaterialBOM(MaterialBOM materialBOM)
Deletes an existing
MaterialBOM entity in the S/4HANA system. |
MaterialBOMItemDeleteFluentHelper |
deleteMaterialBOMItem(MaterialBOMItem materialBOMItem)
Deletes an existing
MaterialBOMItem entity in the S/4HANA system. |
ExplodeBOMFluentHelper |
explodeBOM(String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String engineeringChangeDocument,
String material,
String plant,
String bOMExplosionApplication,
BigDecimal requiredQuantity,
Boolean bOMExplosionIsLimited,
String bOMItmQtyIsScrapRelevant,
String billOfMaterialItemCategory,
String bOMExplosionAssembly,
LocalDateTime bOMExplosionDate,
BigDecimal bOMExplosionLevel,
Boolean bOMExplosionIsMultilevel,
String materialProvisionFltrType,
String sparePartFltrType,
String bOMHeaderBaseUnit)
Creates a fluent helper for the ExplodeBOM OData function import.
|
BillOfMaterialUsageFluentHelper |
getAllBillOfMaterialUsage()
Fetch multiple
BillOfMaterialUsage entities. |
BillOfMaterialUsageTextFluentHelper |
getAllBillOfMaterialUsageText()
Fetch multiple
BillOfMaterialUsageText entities. |
BOMItemCategoryFluentHelper |
getAllBOMItemCategory()
Fetch multiple
BOMItemCategory entities. |
BOMItemCategoryTextFluentHelper |
getAllBOMItemCategoryText()
Fetch multiple
BOMItemCategoryText entities. |
MaterialBOMFluentHelper |
getAllMaterialBOM()
Fetch multiple
MaterialBOM entities. |
MaterialBOMItemFluentHelper |
getAllMaterialBOMItem()
Fetch multiple
MaterialBOMItem entities. |
BillOfMaterialUsageByKeyFluentHelper |
getBillOfMaterialUsageByKey(String billOfMaterialVariantUsage)
Fetch a single
BillOfMaterialUsage entity using key fields. |
BillOfMaterialUsageTextByKeyFluentHelper |
getBillOfMaterialUsageTextByKey(String language,
String billOfMaterialVariantUsage)
Fetch a single
BillOfMaterialUsageText entity using key fields. |
BOMItemCategoryByKeyFluentHelper |
getBOMItemCategoryByKey(String billOfMaterialItemCategory)
Fetch a single
BOMItemCategory entity using key fields. |
BOMItemCategoryTextByKeyFluentHelper |
getBOMItemCategoryTextByKey(String language,
String billOfMaterialItemCategory)
Fetch a single
BOMItemCategoryText entity using key fields. |
MaterialBOMByKeyFluentHelper |
getMaterialBOMByKey(String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String engineeringChangeDocument,
String material,
String plant)
Fetch a single
MaterialBOM entity using key fields. |
MaterialBOMItemByKeyFluentHelper |
getMaterialBOMItemByKey(String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String billOfMaterialItemNodeNumber,
String headerChangeDocument,
String material,
String plant)
Fetch a single
MaterialBOMItem entity using key fields. |
ReleaseVersionBOMFluentHelper |
releaseVersionBOM(String billOfMaterial,
String billOfMaterialCategory,
String billOfMaterialVariant,
String billOfMaterialVersion,
String engineeringChangeDocument,
String material,
String plant)
Creates a fluent helper for the ReleaseVersionBOM OData function import.
|
MaterialBOMUpdateFluentHelper |
updateMaterialBOM(MaterialBOM materialBOM)
Update an existing
MaterialBOM entity and save it to the S/4HANA system. |
MaterialBOMItemUpdateFluentHelper |
updateMaterialBOMItem(MaterialBOMItem materialBOMItem)
Update an existing
MaterialBOMItem entity and save it to the S/4HANA system. |
DefaultBillOfMaterialsV2Service |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultBillOfMaterialsV2Service()
BillOfMaterialsV2Service.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultBillOfMaterialsV2Service withServicePath(@Nonnull String servicePath)
BillOfMaterialsV2Service
withServicePath
in interface BillOfMaterialsV2Service
servicePath
- Service path that will override the default.@Nonnull public DefaultBillOfMaterialsV2ServiceBatch batch()
batch
in interface BatchService<BillOfMaterialsV2ServiceBatch>
@Nonnull public MaterialBOMItemFluentHelper getAllMaterialBOMItem()
BillOfMaterialsV2Service
MaterialBOMItem
entities.getAllMaterialBOMItem
in interface BillOfMaterialsV2Service
MaterialBOMItem
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 public MaterialBOMItemByKeyFluentHelper getMaterialBOMItemByKey(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String billOfMaterialItemNodeNumber, String headerChangeDocument, String material, String plant)
BillOfMaterialsV2Service
MaterialBOMItem
entity using key fields.getMaterialBOMItemByKey
in interface BillOfMaterialsV2Service
billOfMaterial
- Number used in combination with the BOM category to uniquely identify a BOM or a BOM group.
Constraints: Not nullable, Maximum length: 8
billOfMaterialCategory
- This key defines a BOM according to the object (such as material or equipment) to which it is linked.
Constraints: Not nullable, Maximum length: 1
billOfMaterialVariant
- Identifies one BOM in a BOM group.
Constraints: Not nullable, Maximum length: 2
billOfMaterialVersion
- BOM Version
Constraints: Not nullable, Maximum length: 4
billOfMaterialItemNodeNumber
- BOM item node number
Constraints: Not nullable, Maximum length: 8
headerChangeDocument
- Number used to uniquely identify a change master record.
Constraints: Not nullable, Maximum length: 12
material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
MaterialBOMItem
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 public MaterialBOMItemCreateFluentHelper createMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem)
BillOfMaterialsV2Service
MaterialBOMItem
entity and save it to the S/4HANA system.createMaterialBOMItem
in interface BillOfMaterialsV2Service
materialBOMItem
- MaterialBOMItem
entity object that will be created in the S/4HANA system.MaterialBOMItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaterialBOMItemUpdateFluentHelper updateMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem)
BillOfMaterialsV2Service
MaterialBOMItem
entity and save it to the S/4HANA system.updateMaterialBOMItem
in interface BillOfMaterialsV2Service
materialBOMItem
- MaterialBOMItem
entity object that will be updated in the S/4HANA system.MaterialBOMItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaterialBOMItemDeleteFluentHelper deleteMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem)
BillOfMaterialsV2Service
MaterialBOMItem
entity in the S/4HANA system.deleteMaterialBOMItem
in interface BillOfMaterialsV2Service
materialBOMItem
- MaterialBOMItem
entity object that will be deleted in the S/4HANA system.MaterialBOMItem
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BillOfMaterialUsageFluentHelper getAllBillOfMaterialUsage()
BillOfMaterialsV2Service
BillOfMaterialUsage
entities.getAllBillOfMaterialUsage
in interface BillOfMaterialsV2Service
BillOfMaterialUsage
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 public BillOfMaterialUsageByKeyFluentHelper getBillOfMaterialUsageByKey(String billOfMaterialVariantUsage)
BillOfMaterialsV2Service
BillOfMaterialUsage
entity using key fields.getBillOfMaterialUsageByKey
in interface BillOfMaterialsV2Service
billOfMaterialVariantUsage
- This key defines the area (such as engineering/design or production) where a BOM can be used.
Constraints: Not nullable, Maximum length: 1
BillOfMaterialUsage
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 public BillOfMaterialUsageTextFluentHelper getAllBillOfMaterialUsageText()
BillOfMaterialsV2Service
BillOfMaterialUsageText
entities.getAllBillOfMaterialUsageText
in interface BillOfMaterialsV2Service
BillOfMaterialUsageText
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 public BillOfMaterialUsageTextByKeyFluentHelper getBillOfMaterialUsageTextByKey(String language, String billOfMaterialVariantUsage)
BillOfMaterialsV2Service
BillOfMaterialUsageText
entity using key fields.getBillOfMaterialUsageTextByKey
in interface BillOfMaterialsV2Service
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
billOfMaterialVariantUsage
- This key defines the area (such as engineering/design or production) where a BOM can be used.
Constraints: Not nullable, Maximum length: 1
BillOfMaterialUsageText
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 public MaterialBOMFluentHelper getAllMaterialBOM()
BillOfMaterialsV2Service
MaterialBOM
entities.getAllMaterialBOM
in interface BillOfMaterialsV2Service
MaterialBOM
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 public MaterialBOMByKeyFluentHelper getMaterialBOMByKey(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String engineeringChangeDocument, String material, String plant)
BillOfMaterialsV2Service
MaterialBOM
entity using key fields.getMaterialBOMByKey
in interface BillOfMaterialsV2Service
billOfMaterial
- Number used in combination with the BOM category to uniquely identify a BOM or a BOM group.
Constraints: Not nullable, Maximum length: 8
billOfMaterialCategory
- This key defines a BOM according to the object (such as material or equipment) to which it is linked.
Constraints: Not nullable, Maximum length: 1
billOfMaterialVariant
- Identifies one BOM in a BOM group.
Constraints: Not nullable, Maximum length: 2
billOfMaterialVersion
- BOM Version
Constraints: Not nullable, Maximum length: 4
engineeringChangeDocument
- Number used to uniquely identify a change master record.
Constraints: Not nullable, Maximum length: 12
material
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.
Constraints: Not nullable, Maximum length: 4
MaterialBOM
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 public MaterialBOMCreateFluentHelper createMaterialBOM(@Nonnull MaterialBOM materialBOM)
BillOfMaterialsV2Service
MaterialBOM
entity and save it to the S/4HANA system.createMaterialBOM
in interface BillOfMaterialsV2Service
materialBOM
- MaterialBOM
entity object that will be created in the S/4HANA system.MaterialBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaterialBOMUpdateFluentHelper updateMaterialBOM(@Nonnull MaterialBOM materialBOM)
BillOfMaterialsV2Service
MaterialBOM
entity and save it to the S/4HANA system.updateMaterialBOM
in interface BillOfMaterialsV2Service
materialBOM
- MaterialBOM
entity object that will be updated in the S/4HANA system.MaterialBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public MaterialBOMDeleteFluentHelper deleteMaterialBOM(@Nonnull MaterialBOM materialBOM)
BillOfMaterialsV2Service
MaterialBOM
entity in the S/4HANA system.deleteMaterialBOM
in interface BillOfMaterialsV2Service
materialBOM
- MaterialBOM
entity object that will be deleted in the S/4HANA system.MaterialBOM
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public BOMItemCategoryFluentHelper getAllBOMItemCategory()
BillOfMaterialsV2Service
BOMItemCategory
entities.getAllBOMItemCategory
in interface BillOfMaterialsV2Service
BOMItemCategory
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 public BOMItemCategoryByKeyFluentHelper getBOMItemCategoryByKey(String billOfMaterialItemCategory)
BillOfMaterialsV2Service
BOMItemCategory
entity using key fields.getBOMItemCategoryByKey
in interface BillOfMaterialsV2Service
billOfMaterialItemCategory
- Categorization of the items in a BOM according to set criteria, such as whether they refer to an
object (for example, material master or document info record) or whether they are kept in stock.
Constraints: Not nullable, Maximum length: 1
BOMItemCategory
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 public BOMItemCategoryTextFluentHelper getAllBOMItemCategoryText()
BillOfMaterialsV2Service
BOMItemCategoryText
entities.getAllBOMItemCategoryText
in interface BillOfMaterialsV2Service
BOMItemCategoryText
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 public BOMItemCategoryTextByKeyFluentHelper getBOMItemCategoryTextByKey(String language, String billOfMaterialItemCategory)
BillOfMaterialsV2Service
BOMItemCategoryText
entity using key fields.getBOMItemCategoryTextByKey
in interface BillOfMaterialsV2Service
language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
billOfMaterialItemCategory
- Categorization of the items in a BOM according to set criteria, such as whether they refer to an
object (for example, material master or document info record) or whether they are kept in stock.
Constraints: Not nullable, Maximum length: 1
BOMItemCategoryText
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 public DeleteBOMItemWithECNFluentHelper deleteBOMItemWithECN(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String billOfMaterialItemNodeNumber, String headerChangeDocument, String material, String plant, String engineeringChangeDocForEdit)
BillOfMaterialsV2Service
Creates a fluent helper for the DeleteBOMItemWithECN OData function import.
deleteBOMItemWithECN
in interface BillOfMaterialsV2Service
billOfMaterial
- Bill of Material
Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: BillOfMaterial
billOfMaterialCategory
- BOM category
Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialCategory
billOfMaterialVariant
- Alternative BOM
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: BillOfMaterialVariant
billOfMaterialVersion
- BOM Version
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: BillOfMaterialVersion
billOfMaterialItemNodeNumber
- Item node
Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: BillOfMaterialItemNodeNumber
headerChangeDocument
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: HeaderChangeDocument
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
plant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Plant
engineeringChangeDocForEdit
- Change Number
Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: EngineeringChangeDocForEdit
execute
method on the fluent helper object.@Nonnull public DeleteBOMHeaderWithECNFluentHelper deleteBOMHeaderWithECN(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String engineeringChangeDocument, String material, String plant, String engineeringChangeDocForEdit)
BillOfMaterialsV2Service
Creates a fluent helper for the DeleteBOMHeaderWithECN OData function import.
deleteBOMHeaderWithECN
in interface BillOfMaterialsV2Service
billOfMaterial
- Bill of Material
Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: BillOfMaterial
billOfMaterialCategory
- BOM category
Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialCategory
billOfMaterialVariant
- Alternative BOM
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: BillOfMaterialVariant
billOfMaterialVersion
- BOM Version
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: BillOfMaterialVersion
engineeringChangeDocument
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: EngineeringChangeDocument
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
plant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Plant
engineeringChangeDocForEdit
- Change Number
Constraints: Nullable, Maximum length: 12
Original parameter name from the Odata EDM: EngineeringChangeDocForEdit
execute
method on the fluent helper object.@Nonnull public ExplodeBOMFluentHelper explodeBOM(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String engineeringChangeDocument, String material, String plant, String bOMExplosionApplication, BigDecimal requiredQuantity, Boolean bOMExplosionIsLimited, String bOMItmQtyIsScrapRelevant, String billOfMaterialItemCategory, String bOMExplosionAssembly, LocalDateTime bOMExplosionDate, BigDecimal bOMExplosionLevel, Boolean bOMExplosionIsMultilevel, String materialProvisionFltrType, String sparePartFltrType, String bOMHeaderBaseUnit)
BillOfMaterialsV2Service
Creates a fluent helper for the ExplodeBOM OData function import.
explodeBOM
in interface BillOfMaterialsV2Service
billOfMaterial
- Bill of Material
Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: BillOfMaterial
billOfMaterialCategory
- BOM category
Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialCategory
billOfMaterialVariant
- Alternative BOM
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: BillOfMaterialVariant
billOfMaterialVersion
- BOM Version
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: BillOfMaterialVersion
engineeringChangeDocument
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: EngineeringChangeDocument
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
plant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Plant
bOMExplosionApplication
- BOM Application
Constraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: BOMExplosionApplication
requiredQuantity
- Component Quantity
Constraints: Nullable, Precision: 13, Scale: 3
Original parameter name from the Odata EDM: RequiredQuantity
bOMExplosionIsLimited
- Limited Explosion
Constraints: Nullable
Original parameter name from the Odata EDM: BOMExplosionIsLimited
bOMItmQtyIsScrapRelevant
- Exceptions
Constraints: Nullable, Maximum length: 1
Original parameter name from the Odata EDM: BOMItmQtyIsScrapRelevant
billOfMaterialItemCategory
- Item category
Constraints: Nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialItemCategory
bOMExplosionAssembly
- Material
Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: BOMExplosionAssembly
bOMExplosionDate
- Valid From
Constraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: BOMExplosionDate
bOMExplosionLevel
- Explosion level
Constraints: Nullable, Precision: 3, Scale: 0
Original parameter name from the Odata EDM: BOMExplosionLevel
bOMExplosionIsMultilevel
- Multi-lev.
Constraints: Nullable
Original parameter name from the Odata EDM: BOMExplosionIsMultilevel
materialProvisionFltrType
- Mat. Provision Ind.
Constraints: Nullable, Maximum length: 1
Original parameter name from the Odata EDM: MaterialProvisionFltrType
sparePartFltrType
- Spare Part Indicator
Constraints: Nullable, Maximum length: 1
Original parameter name from the Odata EDM: SparePartFltrType
bOMHeaderBaseUnit
- Base Unit of Measure
Constraints: Nullable, Maximum length: 3
Original parameter name from the Odata EDM: BOMHeaderBaseUnit
execute
method on the fluent helper object.@Nonnull public ReleaseVersionBOMFluentHelper releaseVersionBOM(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String engineeringChangeDocument, String material, String plant)
BillOfMaterialsV2Service
Creates a fluent helper for the ReleaseVersionBOM OData function import.
releaseVersionBOM
in interface BillOfMaterialsV2Service
billOfMaterial
- Bill of Material
Constraints: Not nullable, Maximum length: 8
Original parameter name from the Odata EDM: BillOfMaterial
billOfMaterialCategory
- BOM category
Constraints: Not nullable, Maximum length: 1
Original parameter name from the Odata EDM: BillOfMaterialCategory
billOfMaterialVariant
- Alternative BOM
Constraints: Not nullable, Maximum length: 2
Original parameter name from the Odata EDM: BillOfMaterialVariant
billOfMaterialVersion
- BOM Version
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: BillOfMaterialVersion
engineeringChangeDocument
- Change Number
Constraints: Not nullable, Maximum length: 12
Original parameter name from the Odata EDM: EngineeringChangeDocument
material
- Material
Constraints: Not nullable, Maximum length: 40
Original parameter name from the Odata EDM: Material
plant
- Plant
Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: Plant
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.