Interface BillOfMaterialsV2Service

All Superinterfaces:
BatchService<BillOfMaterialsV2ServiceBatch>
All Known Implementing Classes:
DefaultBillOfMaterialsV2Service

@Deprecated public interface BillOfMaterialsV2Service extends BatchService<BillOfMaterialsV2ServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

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..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_BILL_OF_MATERIAL_SRV_0002
API Version: 2.1.0
Minimum ERP Version: 2302
Communication Scenario: Product Lifecycle Management - Master Data Integration(SAP_COM_0105)
Scope Items: Make-to-Order Production - Finished Goods Sales and Final Assembly(BJE), 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: x509
Business Object: Bill Of Material
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull BillOfMaterialsV2Service withServicePath(@Nonnull String servicePath)
      Deprecated.
      Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.
      Parameters:
      servicePath - Service path that will override the default.
      Returns:
      A new service instance with the specified service path.
    • getAllMaterialBOMItem

      @Nonnull MaterialBOMItemFluentHelper getAllMaterialBOMItem()
      Deprecated.
      Fetch multiple MaterialBOMItem entities.
      Returns:
      A fluent helper to fetch multiple 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.
    • getMaterialBOMItemByKey

      @Nonnull MaterialBOMItemByKeyFluentHelper getMaterialBOMItemByKey(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String billOfMaterialItemNodeNumber, String headerChangeDocument, String material, String plant)
      Deprecated.
      Fetch a single MaterialBOMItem entity using key fields.
      Parameters:
      headerChangeDocument - Change Number

      Constraints: Not nullable, Maximum length: 12

      material - Material Number

      Constraints: Not nullable, Maximum length: 40

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      billOfMaterialVersion - BOM Version

      Constraints: Not nullable, Maximum length: 4

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      billOfMaterialItemNodeNumber - BOM item node number

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single 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.
    • createMaterialBOMItem

      @Nonnull MaterialBOMItemCreateFluentHelper createMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem)
      Deprecated.
      Create a new MaterialBOMItem entity and save it to the S/4HANA system.
      Parameters:
      materialBOMItem - MaterialBOMItem entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new MaterialBOMItem entity. To perform execution, call the execute method on the fluent helper object.
    • updateMaterialBOMItem

      @Nonnull MaterialBOMItemUpdateFluentHelper updateMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem)
      Deprecated.
      Update an existing MaterialBOMItem entity and save it to the S/4HANA system.
      Parameters:
      materialBOMItem - MaterialBOMItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaterialBOMItem entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaterialBOMItem

      @Nonnull MaterialBOMItemDeleteFluentHelper deleteMaterialBOMItem(@Nonnull MaterialBOMItem materialBOMItem)
      Deprecated.
      Deletes an existing MaterialBOMItem entity in the S/4HANA system.
      Parameters:
      materialBOMItem - MaterialBOMItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaterialBOMItem entity. To perform execution, call the execute method on the fluent helper object.
    • getAllMaterialBOMSubItem

      @Nonnull MaterialBOMSubItemFluentHelper getAllMaterialBOMSubItem()
      Deprecated.
      Fetch multiple MaterialBOMSubItem entities.
      Returns:
      A fluent helper to fetch multiple MaterialBOMSubItem 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.
    • getMaterialBOMSubItemByKey

      @Nonnull MaterialBOMSubItemByKeyFluentHelper getMaterialBOMSubItemByKey(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String billOfMaterialItemNodeNumber, String headerChangeDocument, String material, String plant, String bOMItemInternalChangeCount, String bOMSubItemNumberValue)
      Deprecated.
      Fetch a single MaterialBOMSubItem entity using key fields.
      Parameters:
      headerChangeDocument - Change Number

      Constraints: Not nullable, Maximum length: 12

      bOMSubItemNumberValue - Undefined range (can be used for patch levels)

      Constraints: Not nullable, Maximum length: 4

      material - Material Number

      Constraints: Not nullable, Maximum length: 40

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      billOfMaterialVersion - BOM Version

      Constraints: Not nullable, Maximum length: 4

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      billOfMaterial - Character field, 8 characters long

      Constraints: Not nullable, Maximum length: 8

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      billOfMaterialItemNodeNumber - BOM item node number

      Constraints: Not nullable, Maximum length: 8

      bOMItemInternalChangeCount - Internal counter

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single MaterialBOMSubItem 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.
    • createMaterialBOMSubItem

      @Nonnull MaterialBOMSubItemCreateFluentHelper createMaterialBOMSubItem(@Nonnull MaterialBOMSubItem materialBOMSubItem)
      Deprecated.
      Create a new MaterialBOMSubItem entity and save it to the S/4HANA system.
      Parameters:
      materialBOMSubItem - MaterialBOMSubItem entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new MaterialBOMSubItem entity. To perform execution, call the execute method on the fluent helper object.
    • updateMaterialBOMSubItem

      @Nonnull MaterialBOMSubItemUpdateFluentHelper updateMaterialBOMSubItem(@Nonnull MaterialBOMSubItem materialBOMSubItem)
      Deprecated.
      Update an existing MaterialBOMSubItem entity and save it to the S/4HANA system.
      Parameters:
      materialBOMSubItem - MaterialBOMSubItem entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaterialBOMSubItem entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaterialBOMSubItem

      @Nonnull MaterialBOMSubItemDeleteFluentHelper deleteMaterialBOMSubItem(@Nonnull MaterialBOMSubItem materialBOMSubItem)
      Deprecated.
      Deletes an existing MaterialBOMSubItem entity in the S/4HANA system.
      Parameters:
      materialBOMSubItem - MaterialBOMSubItem entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaterialBOMSubItem entity. To perform execution, call the execute method on the fluent helper object.
    • getAllBillOfMaterialUsage

      @Nonnull BillOfMaterialUsageFluentHelper getAllBillOfMaterialUsage()
      Deprecated.
      Fetch multiple BillOfMaterialUsage entities.
      Returns:
      A fluent helper to fetch multiple 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.
    • getBillOfMaterialUsageByKey

      @Nonnull BillOfMaterialUsageByKeyFluentHelper getBillOfMaterialUsageByKey(String billOfMaterialVariantUsage)
      Deprecated.
      Fetch a single BillOfMaterialUsage entity using key fields.
      Parameters:
      billOfMaterialVariantUsage - BOM Usage

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single 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.
    • getAllBillOfMaterialUsageText

      @Nonnull BillOfMaterialUsageTextFluentHelper getAllBillOfMaterialUsageText()
      Deprecated.
      Fetch multiple BillOfMaterialUsageText entities.
      Returns:
      A fluent helper to fetch multiple 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.
    • getBillOfMaterialUsageTextByKey

      @Nonnull BillOfMaterialUsageTextByKeyFluentHelper getBillOfMaterialUsageTextByKey(String language, String billOfMaterialVariantUsage)
      Deprecated.
      Fetch a single BillOfMaterialUsageText entity using key fields.
      Parameters:
      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      billOfMaterialVariantUsage - BOM Usage

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single 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.
    • getAllMaterialBOM

      @Nonnull MaterialBOMFluentHelper getAllMaterialBOM()
      Deprecated.
      Fetch multiple MaterialBOM entities.
      Returns:
      A fluent helper to fetch multiple 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.
    • getMaterialBOMByKey

      @Nonnull MaterialBOMByKeyFluentHelper getMaterialBOMByKey(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String engineeringChangeDocument, String material, String plant)
      Deprecated.
      Fetch a single MaterialBOM entity using key fields.
      Parameters:
      material - Material Number

      Constraints: Not nullable, Maximum length: 40

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      billOfMaterialVersion - BOM Version

      Constraints: Not nullable, Maximum length: 4

      engineeringChangeDocument - Change Number

      Constraints: Not nullable, Maximum length: 12

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single 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.
    • createMaterialBOM

      @Nonnull MaterialBOMCreateFluentHelper createMaterialBOM(@Nonnull MaterialBOM materialBOM)
      Deprecated.
      Create a new MaterialBOM entity and save it to the S/4HANA system.
      Parameters:
      materialBOM - MaterialBOM entity object that will be created in the S/4HANA system.
      Returns:
      A fluent helper to create a new MaterialBOM entity. To perform execution, call the execute method on the fluent helper object.
    • updateMaterialBOM

      @Nonnull MaterialBOMUpdateFluentHelper updateMaterialBOM(@Nonnull MaterialBOM materialBOM)
      Deprecated.
      Update an existing MaterialBOM entity and save it to the S/4HANA system.
      Parameters:
      materialBOM - MaterialBOM entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MaterialBOM entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMaterialBOM

      @Nonnull MaterialBOMDeleteFluentHelper deleteMaterialBOM(@Nonnull MaterialBOM materialBOM)
      Deprecated.
      Deletes an existing MaterialBOM entity in the S/4HANA system.
      Parameters:
      materialBOM - MaterialBOM entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MaterialBOM entity. To perform execution, call the execute method on the fluent helper object.
    • getAllBOMItemCategory

      @Nonnull BOMItemCategoryFluentHelper getAllBOMItemCategory()
      Deprecated.
      Fetch multiple BOMItemCategory entities.
      Returns:
      A fluent helper to fetch multiple 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.
    • getBOMItemCategoryByKey

      @Nonnull BOMItemCategoryByKeyFluentHelper getBOMItemCategoryByKey(String billOfMaterialItemCategory)
      Deprecated.
      Fetch a single BOMItemCategory entity using key fields.
      Parameters:
      billOfMaterialItemCategory - Item category (bill of material)

      Constraints: Not nullable, Maximum length: 1

      Returns:
      A fluent helper to fetch a single 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.
    • getAllBOMItemCategoryText

      @Nonnull BOMItemCategoryTextFluentHelper getAllBOMItemCategoryText()
      Deprecated.
      Fetch multiple BOMItemCategoryText entities.
      Returns:
      A fluent helper to fetch multiple 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.
    • getBOMItemCategoryTextByKey

      @Nonnull BOMItemCategoryTextByKeyFluentHelper getBOMItemCategoryTextByKey(String language, String billOfMaterialItemCategory)
      Deprecated.
      Fetch a single BOMItemCategoryText entity using key fields.
      Parameters:
      billOfMaterialItemCategory - Item category (bill of material)

      Constraints: Not nullable, Maximum length: 1

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

      Returns:
      A fluent helper to fetch a single 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.
    • getAllMBOMItmObjDpnAssignment

      @Nonnull MBOMItmObjDpnAssignmentFluentHelper getAllMBOMItmObjDpnAssignment()
      Deprecated.
      Fetch multiple MBOMItmObjDpnAssignment entities.
      Returns:
      A fluent helper to fetch multiple MBOMItmObjDpnAssignment 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.
    • getMBOMItmObjDpnAssignmentByKey

      @Nonnull MBOMItmObjDpnAssignmentByKeyFluentHelper getMBOMItmObjDpnAssignmentByKey(String billOfMaterial, String billOfMaterialCategory, String billOfMaterialVariant, String billOfMaterialVersion, String headerChangeDocument, String material, String plant, String billOfMaterialItemNodeNumber, String objectDependencyName)
      Deprecated.
      Fetch a single MBOMItmObjDpnAssignment entity using key fields.
      Parameters:
      headerChangeDocument - Change Number

      Constraints: Not nullable, Maximum length: 12

      material - Material Number

      Constraints: Not nullable, Maximum length: 40

      objectDependencyName - Name of Dependency

      Constraints: Not nullable, Maximum length: 30

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      billOfMaterialVersion - BOM Version

      Constraints: Not nullable, Maximum length: 4

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      billOfMaterialItemNodeNumber - BOM item node number

      Constraints: Not nullable, Maximum length: 8

      Returns:
      A fluent helper to fetch a single MBOMItmObjDpnAssignment 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.
    • updateMBOMItmObjDpnAssignment

      @Nonnull MBOMItmObjDpnAssignmentUpdateFluentHelper updateMBOMItmObjDpnAssignment(@Nonnull MBOMItmObjDpnAssignment mBOMItmObjDpnAssignment)
      Deprecated.
      Update an existing MBOMItmObjDpnAssignment entity and save it to the S/4HANA system.
      Parameters:
      mBOMItmObjDpnAssignment - MBOMItmObjDpnAssignment entity object that will be updated in the S/4HANA system.
      Returns:
      A fluent helper to update an existing MBOMItmObjDpnAssignment entity. To perform execution, call the execute method on the fluent helper object.
    • deleteMBOMItmObjDpnAssignment

      @Nonnull MBOMItmObjDpnAssignmentDeleteFluentHelper deleteMBOMItmObjDpnAssignment(@Nonnull MBOMItmObjDpnAssignment mBOMItmObjDpnAssignment)
      Deprecated.
      Deletes an existing MBOMItmObjDpnAssignment entity in the S/4HANA system.
      Parameters:
      mBOMItmObjDpnAssignment - MBOMItmObjDpnAssignment entity object that will be deleted in the S/4HANA system.
      Returns:
      A fluent helper to delete an existing MBOMItmObjDpnAssignment entity. To perform execution, call the execute method on the fluent helper object.
    • convertItem

      @Nonnull ConvertItemFluentHelper convertItem(@Nonnull String billOfMaterial, @Nonnull String billOfMaterialCategory, @Nonnull String billOfMaterialVariant, @Nonnull String billOfMaterialVersion, @Nonnull String billOfMaterialItemNodeNumber, @Nonnull String headerChangeDocument, @Nonnull String material, @Nonnull String plant, @Nullable String billOfMaterialComponent, @Nullable String billOfMaterialItemCategory, @Nullable String bOMItemDescription, @Nullable String purchasingGroup, @Nullable String materialGroup, @Nullable BigDecimal materialPriceUnitQty, @Nullable String currency, @Nullable BigDecimal materialComponentPrice)
      Deprecated.

      Creates a fluent helper for the ConvertItem OData function import.

      Parameters:
      headerChangeDocument - Change Number

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: HeaderChangeDocument

      bOMItemDescription - Item Text

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BOMItemDescription

      billOfMaterialComponent - Material

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BillOfMaterialComponent

      billOfMaterialVersion - BOM Version

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: BillOfMaterialVersion

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterial

      purchasingGroup - Purchasing Group

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: PurchasingGroup

      billOfMaterialItemNodeNumber - Item node

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterialItemNodeNumber

      material - Material

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: Material

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialCategory

      materialGroup - Material Group

      Constraints: Nullable, Maximum length: 9

      Original parameter name from the Odata EDM: MaterialGroup

      materialPriceUnitQty - Price unit

      Constraints: Nullable, Precision: 5, Scale: 0

      Original parameter name from the Odata EDM: MaterialPriceUnitQty

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: Plant

      materialComponentPrice - Price

      Constraints: Nullable, Precision: 12, Scale: 3

      Original parameter name from the Odata EDM: MaterialComponentPrice

      billOfMaterialItemCategory - Item Category

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialItemCategory

      currency - Currency

      Constraints: Nullable, Maximum length: 5

      Original parameter name from the Odata EDM: Currency

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      Original parameter name from the Odata EDM: BillOfMaterialVariant

      Returns:
      A fluent helper object that will execute the ConvertItem OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • deleteBOMItemWithECN

      @Nonnull DeleteBOMItemWithECNFluentHelper deleteBOMItemWithECN(@Nonnull String billOfMaterial, @Nonnull String billOfMaterialCategory, @Nonnull String billOfMaterialVariant, @Nonnull String billOfMaterialVersion, @Nonnull String billOfMaterialItemNodeNumber, @Nonnull String headerChangeDocument, @Nonnull String material, @Nonnull String plant, @Nullable String engineeringChangeDocForEdit)
      Deprecated.

      Creates a fluent helper for the DeleteBOMItemWithECN OData function import.

      Parameters:
      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

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialCategory

      engineeringChangeDocForEdit - Change Number

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: EngineeringChangeDocForEdit

      billOfMaterialVersion - BOM Version

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: BillOfMaterialVersion

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: Plant

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterial

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      Original parameter name from the Odata EDM: BillOfMaterialVariant

      billOfMaterialItemNodeNumber - Item node

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterialItemNodeNumber

      Returns:
      A fluent helper object that will execute the DeleteBOMItemWithECN OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • updateBOMItemWithECN

      @Nonnull UpdateBOMItemWithECNFluentHelper updateBOMItemWithECN(@Nonnull String billOfMaterial, @Nonnull String billOfMaterialCategory, @Nonnull String billOfMaterialVariant, @Nonnull String billOfMaterialVersion, @Nonnull String billOfMaterialItemNodeNumber, @Nonnull String headerChangeDocument, @Nonnull String material, @Nonnull String plant, @Nullable UUID billOfMaterialItemUUID, @Nullable String bOMItemInternalChangeCount, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable String engineeringChangeDocForEdit, @Nullable String engineeringChangeDocument, @Nullable String chgToEngineeringChgDocument, @Nullable String inheritedNodeNumberForBOMItem, @Nullable LocalDateTime bOMItemRecordCreationDate, @Nullable String bOMItemCreatedByUser, @Nullable LocalDateTime bOMItemLastChangeDate, @Nullable String bOMItemLastChangedByUser, @Nullable String billOfMaterialComponent, @Nullable String billOfMaterialItemCategory, @Nullable String billOfMaterialItemNumber, @Nullable String billOfMaterialItemUnit, @Nullable BigDecimal billOfMaterialItemQuantity, @Nullable String isAssembly, @Nullable Boolean isSubItem, @Nullable String bOMItemSorter, @Nullable Boolean bOMItemHasFixedQuantity, @Nullable String purchasingGroup, @Nullable String currency, @Nullable BigDecimal materialComponentPrice, @Nullable String identifierBOMItem, @Nullable BigDecimal materialPriceUnitQty, @Nullable BigDecimal componentScrapInPercent, @Nullable BigDecimal operationScrapInPercent, @Nullable Boolean isNetScrap, @Nullable BigDecimal variableSizeItemQuantity, @Nullable String variableSizeCompUnitOfMeasure, @Nullable BigDecimal quantityVariableSizeItem, @Nullable String formulaKey, @Nullable String componentDescription, @Nullable String bOMItemDescription, @Nullable String bOMItemText2, @Nullable String materialGroup, @Nullable String documentType, @Nullable String docNumber, @Nullable String documentVersion, @Nullable String documentPart, @Nullable String classNumber, @Nullable String classType, @Nullable String resultingItemCategory, @Nullable String dependencyObjectNumber, @Nullable String billOfMaterialItemObjectType, @Nullable Boolean isClassificationRelevant, @Nullable Boolean isBulkMaterial, @Nullable String bOMItemIsSparePart, @Nullable String bOMItemIsSalesRelevant, @Nullable Boolean isProductionRelevant, @Nullable Boolean bOMItemIsPlantMaintRelevant, @Nullable String bOMItemIsCostingRelevant, @Nullable Boolean isEngineeringRelevant, @Nullable String specialProcurementType, @Nullable Boolean isBOMRecursiveAllowed, @Nullable BigDecimal operationLeadTimeOffset, @Nullable String opsLeadTimeOffsetUnit, @Nullable String isMaterialProvision, @Nullable Boolean bOMIsRecursive, @Nullable Boolean documentIsCreatedByCAD, @Nullable String distrKeyCompConsumption, @Nullable BigDecimal deliveryDurationInDays, @Nullable String creditor, @Nullable String costElement, @Nullable BigDecimal size1, @Nullable BigDecimal size2, @Nullable BigDecimal size3, @Nullable String unitOfMeasureForSize1To3, @Nullable BigDecimal goodsReceiptDuration, @Nullable String purchasingOrganization, @Nullable Boolean requiredComponent, @Nullable Boolean multipleSelectionAllowed, @Nullable String prodOrderIssueLocation, @Nullable Boolean materialIsCoProduct, @Nullable String explosionType, @Nullable String alternativeItemGroup, @Nullable String alternativeItemPriority, @Nullable String alternativeItemStrategy, @Nullable BigDecimal usageProbabilityPercent, @Nullable String followUpGroup, @Nullable String discontinuationGroup, @Nullable String isConfigurableBOM, @Nullable String referencePoint, @Nullable BigDecimal leadTimeOffset, @Nullable String productionSupplyArea, @Nullable Boolean isDeleted, @Nullable Boolean isALE, @Nullable ZonedDateTime lastChangeDateTime, @Nullable String preliminaryComponent)
      Deprecated.

      Creates a fluent helper for the UpdateBOMItemWithECN OData function import.

      Parameters:
      deliveryDurationInDays - Delivery time (days)

      Constraints: Nullable, Precision: 3, Scale: 0

      Original parameter name from the Odata EDM: DeliveryDurationInDays

      isMaterialProvision - Mat. Provision Ind.

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: IsMaterialProvision

      productionSupplyArea - Prodn Supply Area

      Constraints: Nullable, Maximum length: 10

      Original parameter name from the Odata EDM: ProductionSupplyArea

      followUpGroup - Follow-up group

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: FollowUpGroup

      goodsReceiptDuration - GR processing time

      Constraints: Nullable, Precision: 3, Scale: 0

      Original parameter name from the Odata EDM: GoodsReceiptDuration

      validityEndDate - Valid to

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityEndDate

      explosionType - Explosion type

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: ExplosionType

      materialIsCoProduct - Co-product

      Constraints: Nullable

      Original parameter name from the Odata EDM: MaterialIsCoProduct

      materialPriceUnitQty - Price unit

      Constraints: Nullable, Precision: 5, Scale: 0

      Original parameter name from the Odata EDM: MaterialPriceUnitQty

      bOMItemSorter - Sort String

      Constraints: Nullable, Maximum length: 10

      Original parameter name from the Odata EDM: BOMItemSorter

      chgToEngineeringChgDocument - Change Number To

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: ChgToEngineeringChgDocument

      formulaKey - VSI Formula

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: FormulaKey

      operationScrapInPercent - Operation Scrap in %

      Constraints: Nullable, Precision: 5, Scale: 2

      Original parameter name from the Odata EDM: OperationScrapInPercent

      bOMItemDescription - Item Text

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BOMItemDescription

      engineeringChangeDocForEdit - Change Number

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: EngineeringChangeDocForEdit

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterial

      billOfMaterialItemNodeNumber - Item node

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterialItemNodeNumber

      preliminaryComponent - Material Description

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: PreliminaryComponent

      billOfMaterialItemObjectType - Object Type

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialItemObjectType

      alternativeItemPriority - Priority

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: AlternativeItemPriority

      requiredComponent - Required Component

      Constraints: Nullable

      Original parameter name from the Odata EDM: RequiredComponent

      bOMItemRecordCreationDate - Created On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: BOMItemRecordCreationDate

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: Plant

      bOMItemCreatedByUser - Created By

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: BOMItemCreatedByUser

      creditor - Supplier

      Constraints: Nullable, Maximum length: 10

      Original parameter name from the Odata EDM: Creditor

      resultingItemCategory - Res. item category

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: ResultingItemCategory

      costElement - Cost element

      Constraints: Nullable, Maximum length: 10

      Original parameter name from the Odata EDM: CostElement

      prodOrderIssueLocation - Storage Location

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: ProdOrderIssueLocation

      isAssembly - Single-Character Flag

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: IsAssembly

      purchasingOrganization - Purch. Organization

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: PurchasingOrganization

      alternativeItemGroup - AltItemGroup

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: AlternativeItemGroup

      dependencyObjectNumber - Assignment number

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: DependencyObjectNumber

      inheritedNodeNumberForBOMItem - Item node

      Constraints: Nullable, Maximum length: 8

      Original parameter name from the Odata EDM: InheritedNodeNumberForBOMItem

      bOMItemIsCostingRelevant - Relevancy to costing

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BOMItemIsCostingRelevant

      classNumber - Class

      Constraints: Nullable, Maximum length: 18

      Original parameter name from the Odata EDM: ClassNumber

      billOfMaterialItemUUID - ID item chge status

      Constraints: Nullable

      Original parameter name from the Odata EDM: BillOfMaterialItemUUID

      isDeleted - Deletion Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsDeleted

      engineeringChangeDocument - Change Number

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: EngineeringChangeDocument

      bOMItemIsSalesRelevant - Relevant to sales

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BOMItemIsSalesRelevant

      materialComponentPrice - Price

      Constraints: Nullable, Precision: 12, Scale: 3

      Original parameter name from the Odata EDM: MaterialComponentPrice

      leadTimeOffset - Lead-time offset

      Constraints: Nullable, Precision: 3, Scale: 0

      Original parameter name from the Odata EDM: LeadTimeOffset

      lastChangeDateTime - Time Stamp

      Constraints: Nullable, Precision: 7

      Original parameter name from the Odata EDM: LastChangeDateTime

      currency - Currency

      Constraints: Nullable, Maximum length: 5

      Original parameter name from the Odata EDM: Currency

      isConfigurableBOM - Selection indicator

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: IsConfigurableBOM

      opsLeadTimeOffsetUnit - Operation LTO unit

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: OpsLeadTimeOffsetUnit

      bOMItemLastChangeDate - Changed On

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: BOMItemLastChangeDate

      specialProcurementType - Special Procurement

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: SpecialProcurementType

      discontinuationGroup - Discont. group

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: DiscontinuationGroup

      bOMItemLastChangedByUser - Changed By

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: BOMItemLastChangedByUser

      operationLeadTimeOffset - Oper. LT offset

      Constraints: Nullable, Precision: 3, Scale: 0

      Original parameter name from the Odata EDM: OperationLeadTimeOffset

      bOMItemInternalChangeCount - Counter

      Constraints: Nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BOMItemInternalChangeCount

      isNetScrap - Net Scrap Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsNetScrap

      billOfMaterialItemUnit - Component UoM

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: BillOfMaterialItemUnit

      documentPart - Document Part

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: DocumentPart

      billOfMaterialComponent - Component

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BillOfMaterialComponent

      docNumber - Document

      Constraints: Nullable, Maximum length: 25

      Original parameter name from the Odata EDM: DocNumber

      unitOfMeasureForSize1To3 - Size unit

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: UnitOfMeasureForSize1To3

      bOMItemIsSparePart - Spare Part Indicator

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BOMItemIsSparePart

      usageProbabilityPercent - Usage Probability

      Constraints: Nullable, Precision: 3, Scale: 0

      Original parameter name from the Odata EDM: UsageProbabilityPercent

      documentVersion - Document Version

      Constraints: Nullable, Maximum length: 2

      Original parameter name from the Odata EDM: DocumentVersion

      distrKeyCompConsumption - Distribution key

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: DistrKeyCompConsumption

      bOMItemHasFixedQuantity - Fixed Quantity

      Constraints: Nullable

      Original parameter name from the Odata EDM: BOMItemHasFixedQuantity

      bOMIsRecursive - Recursive

      Constraints: Nullable

      Original parameter name from the Odata EDM: BOMIsRecursive

      headerChangeDocument - Change Number

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: HeaderChangeDocument

      componentScrapInPercent - Component Scrap (%)

      Constraints: Nullable, Precision: 5, Scale: 2

      Original parameter name from the Odata EDM: ComponentScrapInPercent

      purchasingGroup - Purchasing Group

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: PurchasingGroup

      bOMItemText2 - Item Text 2

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: BOMItemText2

      materialGroup - Material Group

      Constraints: Nullable, Maximum length: 9

      Original parameter name from the Odata EDM: MaterialGroup

      classType - Class Type

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: ClassType

      bOMItemIsPlantMaintRelevant - Plant maintenance

      Constraints: Nullable

      Original parameter name from the Odata EDM: BOMItemIsPlantMaintRelevant

      identifierBOMItem - Item identification

      Constraints: Nullable, Maximum length: 8

      Original parameter name from the Odata EDM: IdentifierBOMItem

      variableSizeItemQuantity - No. of VSI Required

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: VariableSizeItemQuantity

      documentType - Document Type

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: DocumentType

      isBOMRecursiveAllowed - Recurs. allowed

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsBOMRecursiveAllowed

      isBulkMaterial - Bulk Material

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsBulkMaterial

      quantityVariableSizeItem - VSI Quantity per PC

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: QuantityVariableSizeItem

      size3 - Size 3

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: Size3

      variableSizeCompUnitOfMeasure - Var-size item unit

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: VariableSizeCompUnitOfMeasure

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialCategory

      size1 - Size 1

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: Size1

      size2 - Size 2

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: Size2

      billOfMaterialItemNumber - Item Number

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: BillOfMaterialItemNumber

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      Original parameter name from the Odata EDM: BillOfMaterialVariant

      multipleSelectionAllowed - Multiple Selection

      Constraints: Nullable

      Original parameter name from the Odata EDM: MultipleSelectionAllowed

      documentIsCreatedByCAD - CAD Indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: DocumentIsCreatedByCAD

      validityStartDate - Valid From

      Constraints: Nullable, Precision: 0

      Original parameter name from the Odata EDM: ValidityStartDate

      isSubItem - Sub-item indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsSubItem

      billOfMaterialVersion - BOM Version

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: BillOfMaterialVersion

      componentDescription - Item Text

      Constraints: Nullable, Maximum length: 40

      Original parameter name from the Odata EDM: ComponentDescription

      isALE - ALE indicator

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsALE

      alternativeItemStrategy - Strategy

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: AlternativeItemStrategy

      referencePoint - Reference point

      Constraints: Nullable, Maximum length: 20

      Original parameter name from the Odata EDM: ReferencePoint

      isClassificationRelevant - as selection cond.

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsClassificationRelevant

      material - Material

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: Material

      billOfMaterialItemQuantity - Component Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: BillOfMaterialItemQuantity

      isProductionRelevant - Production relevant

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsProductionRelevant

      billOfMaterialItemCategory - Item Category

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialItemCategory

      isEngineeringRelevant - Engineering/design

      Constraints: Nullable

      Original parameter name from the Odata EDM: IsEngineeringRelevant

      Returns:
      A fluent helper object that will execute the UpdateBOMItemWithECN OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • deleteBOMHeaderWithECN

      @Nonnull DeleteBOMHeaderWithECNFluentHelper deleteBOMHeaderWithECN(@Nonnull String billOfMaterial, @Nonnull String billOfMaterialCategory, @Nonnull String billOfMaterialVariant, @Nonnull String billOfMaterialVersion, @Nonnull String engineeringChangeDocument, @Nonnull String material, @Nonnull String plant, @Nullable String engineeringChangeDocForEdit)
      Deprecated.

      Creates a fluent helper for the DeleteBOMHeaderWithECN OData function import.

      Parameters:
      material - Material

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: Material

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialCategory

      engineeringChangeDocForEdit - Change Number

      Constraints: Nullable, Maximum length: 12

      Original parameter name from the Odata EDM: EngineeringChangeDocForEdit

      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

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: Plant

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterial

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      Original parameter name from the Odata EDM: BillOfMaterialVariant

      Returns:
      A fluent helper object that will execute the DeleteBOMHeaderWithECN OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • explodeBOM

      @Nonnull ExplodeBOMFluentHelper explodeBOM(@Nonnull String billOfMaterial, @Nonnull String billOfMaterialCategory, @Nonnull String billOfMaterialVariant, @Nonnull String billOfMaterialVersion, @Nonnull String engineeringChangeDocument, @Nonnull String material, @Nonnull String plant, @Nullable String bOMExplosionApplication, @Nullable BigDecimal requiredQuantity, @Nullable Boolean bOMExplosionIsLimited, @Nullable String bOMItmQtyIsScrapRelevant, @Nullable String billOfMaterialItemCategory, @Nullable String bOMExplosionAssembly, @Nullable LocalDateTime bOMExplosionDate, @Nullable BigDecimal bOMExplosionLevel, @Nullable Boolean bOMExplosionIsMultilevel, @Nullable String materialProvisionFltrType, @Nullable String sparePartFltrType, @Nullable String bOMHeaderBaseUnit, @Nullable Boolean finalPriceIndicator, @Nullable Boolean bOMExplosionIsAlternatePrio)
      Deprecated.

      Creates a fluent helper for the ExplodeBOM OData function import.

      Parameters:
      finalPriceIndicator - Display Price Data

      Constraints: Nullable

      Original parameter name from the Odata EDM: FinalPriceIndicator

      bOMItmQtyIsScrapRelevant - Exceptions

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BOMItmQtyIsScrapRelevant

      sparePartFltrType - Spare Part Indicator

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: SparePartFltrType

      billOfMaterialVersion - BOM Version

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: BillOfMaterialVersion

      bOMExplosionLevel - Explosion level

      Constraints: Nullable, Precision: 3, Scale: 0

      Original parameter name from the Odata EDM: BOMExplosionLevel

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterial

      bOMExplosionIsLimited - Limited Explosion

      Constraints: Nullable

      Original parameter name from the Odata EDM: BOMExplosionIsLimited

      bOMExplosionApplication - BOM Application

      Constraints: Nullable, Maximum length: 4

      Original parameter name from the Odata EDM: BOMExplosionApplication

      bOMHeaderBaseUnit - Base Unit of Measure

      Constraints: Nullable, Maximum length: 3

      Original parameter name from the Odata EDM: BOMHeaderBaseUnit

      requiredQuantity - Component Quantity

      Constraints: Nullable, Precision: 13, Scale: 3

      Original parameter name from the Odata EDM: RequiredQuantity

      material - Material

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: Material

      bOMExplosionIsAlternatePrio - Alternative priority

      Constraints: Nullable

      Original parameter name from the Odata EDM: BOMExplosionIsAlternatePrio

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialCategory

      engineeringChangeDocument - Change Number

      Constraints: Not nullable, Maximum length: 12

      Original parameter name from the Odata EDM: EngineeringChangeDocument

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: Plant

      billOfMaterialItemCategory - Item Category

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialItemCategory

      bOMExplosionIsMultilevel - Multi-lev.

      Constraints: Nullable

      Original parameter name from the Odata EDM: BOMExplosionIsMultilevel

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      Original parameter name from the Odata EDM: BillOfMaterialVariant

      materialProvisionFltrType - Mat. Provision Ind.

      Constraints: Nullable, Maximum length: 1

      Original parameter name from the Odata EDM: MaterialProvisionFltrType

      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

      Returns:
      A fluent helper object that will execute the ExplodeBOM OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.
    • releaseVersionBOM

      @Nonnull ReleaseVersionBOMFluentHelper releaseVersionBOM(@Nonnull String billOfMaterial, @Nonnull String billOfMaterialCategory, @Nonnull String billOfMaterialVariant, @Nonnull String billOfMaterialVersion, @Nonnull String engineeringChangeDocument, @Nonnull String material, @Nonnull String plant)
      Deprecated.

      Creates a fluent helper for the ReleaseVersionBOM OData function import.

      Parameters:
      material - Material

      Constraints: Not nullable, Maximum length: 40

      Original parameter name from the Odata EDM: Material

      billOfMaterialCategory - BOM category

      Constraints: Not nullable, Maximum length: 1

      Original parameter name from the Odata EDM: BillOfMaterialCategory

      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

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: Plant

      billOfMaterial - Bill of Material

      Constraints: Not nullable, Maximum length: 8

      Original parameter name from the Odata EDM: BillOfMaterial

      billOfMaterialVariant - Alternative BOM

      Constraints: Not nullable, Maximum length: 2

      Original parameter name from the Odata EDM: BillOfMaterialVariant

      Returns:
      A fluent helper object that will execute the ReleaseVersionBOM OData function import with the provided parameters. To perform execution, call the execute method on the fluent helper object.