Interface ProductMasterService

All Superinterfaces:
BatchService<ProductMasterServiceBatch>
All Known Implementing Classes:
DefaultProductMasterService

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

The service supports following operations: GET, POST, PUT, PATCH, DELETE. You can create, read, update, and delete product master data at the entity level..

Business Documentation

Reference: SAP Business Accelerator Hub

Details:

OData Service: API_PRODUCT_SRV
API Version: 1.2.0
Minimum ERP Version: 2302
Communication Scenario: Product Integration(SAP_COM_0009), Distributed Manufacturing Integration(SAP_COM_0077), SAP Analytics Cloud for Planning Integration(SAP_COM_0087), Excise Tax Integration(SAP_COM_0568), Procurement - Supplier Quotation Management Integration(SAP_COM_0760), S/4HANA QM/NCM - Supplier Problem-Solving Integration(SAP_COM_0808), S/4HANA QM/NCM - Quality Issue Resolution Integration(SAP_COM_0837)
Scope Items: Master Data Integration(1RO), Opportunity-to-Order with SAP Cloud for Customer(1VP), Collaborative Manufacturing with SAP Digital Manufacturing Cloud(1NX), Import Connection setup with SAP Analytics Cloud(1YB), Enablement of SAP Excise Tax Management(4LO), Direct Material Sourcing(4RD), Quality Management for Complaints Against Suppliers(2F9), Quality Management for Complaints from Customers(2FA)
Authentication Methods: x509
Business Object: Product
  • Field Details

  • Method Details

    • withServicePath

      @Nonnull ProductMasterService 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.
    • getAllProduct

      @Nonnull ProductFluentHelper getAllProduct()
      Deprecated.
      Fetch multiple Product entities.
      Returns:
      A fluent helper to fetch multiple Product 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.
    • getProductByKey

      @Nonnull ProductByKeyFluentHelper getProductByKey(String product)
      Deprecated.
      Fetch a single Product entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

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

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

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

      @Nonnull ProductBasicTextFluentHelper getAllProductBasicText()
      Deprecated.
      Fetch multiple ProductBasicText entities.
      Returns:
      A fluent helper to fetch multiple ProductBasicText 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.
    • getProductBasicTextByKey

      @Nonnull ProductBasicTextByKeyFluentHelper getProductBasicTextByKey(String product, String language)
      Deprecated.
      Fetch a single ProductBasicText entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

      @Nonnull ProductDescriptionFluentHelper getAllProductDescription()
      Deprecated.
      Fetch multiple ProductDescription entities.
      Returns:
      A fluent helper to fetch multiple ProductDescription 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.
    • getProductDescriptionByKey

      @Nonnull ProductDescriptionByKeyFluentHelper getProductDescriptionByKey(String product, String language)
      Deprecated.
      Fetch a single ProductDescription entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

      @Nonnull ProductInspectionTextFluentHelper getAllProductInspectionText()
      Deprecated.
      Fetch multiple ProductInspectionText entities.
      Returns:
      A fluent helper to fetch multiple ProductInspectionText 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.
    • getProductInspectionTextByKey

      @Nonnull ProductInspectionTextByKeyFluentHelper getProductInspectionTextByKey(String product, String language)
      Deprecated.
      Fetch a single ProductInspectionText entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

      @Nonnull ProductMLAccountFluentHelper getAllProductMLAccount()
      Deprecated.
      Fetch multiple ProductMLAccount entities.
      Returns:
      A fluent helper to fetch multiple ProductMLAccount 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.
    • getProductMLAccountByKey

      @Nonnull ProductMLAccountByKeyFluentHelper getProductMLAccountByKey(String product, String valuationArea, String valuationType, String currencyRole)
      Deprecated.
      Fetch a single ProductMLAccount entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      valuationArea - Valuation Area

      Constraints: Not nullable, Maximum length: 4

      currencyRole - External Currency Type and Valuation View

      Constraints: Not nullable, Maximum length: 2

      valuationType - Valuation Type

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ProductMLPricesFluentHelper getAllProductMLPrices()
      Deprecated.
      Fetch multiple ProductMLPrices entities.
      Returns:
      A fluent helper to fetch multiple ProductMLPrices 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.
    • getProductMLPricesByKey

      @Nonnull ProductMLPricesByKeyFluentHelper getProductMLPricesByKey(String product, String valuationArea, String valuationType, String currencyRole)
      Deprecated.
      Fetch a single ProductMLPrices entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      valuationArea - Valuation Area

      Constraints: Not nullable, Maximum length: 4

      currencyRole - External Currency Type and Valuation View

      Constraints: Not nullable, Maximum length: 2

      valuationType - Valuation Type

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ProductPlantFluentHelper getAllProductPlant()
      Deprecated.
      Fetch multiple ProductPlant entities.
      Returns:
      A fluent helper to fetch multiple ProductPlant 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.
    • getProductPlantByKey

      @Nonnull ProductPlantByKeyFluentHelper getProductPlantByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlant entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantCostingFluentHelper getAllProductPlantCosting()
      Deprecated.
      Fetch multiple ProductPlantCosting entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantCosting 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.
    • getProductPlantCostingByKey

      @Nonnull ProductPlantCostingByKeyFluentHelper getProductPlantCostingByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlantCosting entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantForecastingFluentHelper getAllProductPlantForecasting()
      Deprecated.
      Fetch multiple ProductPlantForecasting entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantForecasting 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.
    • getProductPlantForecastingByKey

      @Nonnull ProductPlantForecastingByKeyFluentHelper getProductPlantForecastingByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlantForecasting entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantIntlTrdFluentHelper getAllProductPlantIntlTrd()
      Deprecated.
      Fetch multiple ProductPlantIntlTrd entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantIntlTrd 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.
    • getProductPlantIntlTrdByKey

      @Nonnull ProductPlantIntlTrdByKeyFluentHelper getProductPlantIntlTrdByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlantIntlTrd entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantMRPAreaFluentHelper getAllProductPlantMRPArea()
      Deprecated.
      Fetch multiple ProductPlantMRPArea entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantMRPArea 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.
    • getProductPlantMRPAreaByKey

      @Nonnull ProductPlantMRPAreaByKeyFluentHelper getProductPlantMRPAreaByKey(String product, String plant, String mRPArea)
      Deprecated.
      Fetch a single ProductPlantMRPArea entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      mRPArea - MRP Area

      Constraints: Not nullable, Maximum length: 10

      plant - MRP Area: Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantProcurementFluentHelper getAllProductPlantProcurement()
      Deprecated.
      Fetch multiple ProductPlantProcurement entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantProcurement 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.
    • getProductPlantProcurementByKey

      @Nonnull ProductPlantProcurementByKeyFluentHelper getProductPlantProcurementByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlantProcurement entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantQualityMgmtFluentHelper getAllProductPlantQualityMgmt()
      Deprecated.
      Fetch multiple ProductPlantQualityMgmt entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantQualityMgmt 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.
    • getProductPlantQualityMgmtByKey

      @Nonnull ProductPlantQualityMgmtByKeyFluentHelper getProductPlantQualityMgmtByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlantQualityMgmt entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantSalesFluentHelper getAllProductPlantSales()
      Deprecated.
      Fetch multiple ProductPlantSales entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantSales 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.
    • getProductPlantSalesByKey

      @Nonnull ProductPlantSalesByKeyFluentHelper getProductPlantSalesByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlantSales entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantStorageFluentHelper getAllProductPlantStorage()
      Deprecated.
      Fetch multiple ProductPlantStorage entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantStorage 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.
    • getProductPlantStorageByKey

      @Nonnull ProductPlantStorageByKeyFluentHelper getProductPlantStorageByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlantStorage entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductPlantTextFluentHelper getAllProductPlantText()
      Deprecated.
      Fetch multiple ProductPlantText entities.
      Returns:
      A fluent helper to fetch multiple ProductPlantText 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.
    • getProductPlantTextByKey

      @Nonnull ProductPlantTextByKeyFluentHelper getProductPlantTextByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductPlantText entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull ProductProcurementFluentHelper getAllProductProcurement()
      Deprecated.
      Fetch multiple ProductProcurement entities.
      Returns:
      A fluent helper to fetch multiple ProductProcurement 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.
    • getProductProcurementByKey

      @Nonnull ProductProcurementByKeyFluentHelper getProductProcurementByKey(String product)
      Deprecated.
      Fetch a single ProductProcurement entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

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

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

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

      @Nonnull ProductPurchaseTextFluentHelper getAllProductPurchaseText()
      Deprecated.
      Fetch multiple ProductPurchaseText entities.
      Returns:
      A fluent helper to fetch multiple ProductPurchaseText 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.
    • getProductPurchaseTextByKey

      @Nonnull ProductPurchaseTextByKeyFluentHelper getProductPurchaseTextByKey(String product, String language)
      Deprecated.
      Fetch a single ProductPurchaseText entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

      @Nonnull ProductQualityMgmtFluentHelper getAllProductQualityMgmt()
      Deprecated.
      Fetch multiple ProductQualityMgmt entities.
      Returns:
      A fluent helper to fetch multiple ProductQualityMgmt 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.
    • getProductQualityMgmtByKey

      @Nonnull ProductQualityMgmtByKeyFluentHelper getProductQualityMgmtByKey(String product)
      Deprecated.
      Fetch a single ProductQualityMgmt entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

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

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

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

      @Nonnull ProductSalesFluentHelper getAllProductSales()
      Deprecated.
      Fetch multiple ProductSales entities.
      Returns:
      A fluent helper to fetch multiple ProductSales 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.
    • getProductSalesByKey

      @Nonnull ProductSalesByKeyFluentHelper getProductSalesByKey(String product)
      Deprecated.
      Fetch a single ProductSales entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

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

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

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

      @Nonnull ProductSalesDeliveryFluentHelper getAllProductSalesDelivery()
      Deprecated.
      Fetch multiple ProductSalesDelivery entities.
      Returns:
      A fluent helper to fetch multiple ProductSalesDelivery 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.
    • getProductSalesDeliveryByKey

      @Nonnull ProductSalesDeliveryByKeyFluentHelper getProductSalesDeliveryByKey(String product, String productSalesOrg, String productDistributionChnl)
      Deprecated.
      Fetch a single ProductSalesDelivery entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      productDistributionChnl - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      productSalesOrg - Sales Organization

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductSalesTaxFluentHelper getAllProductSalesTax()
      Deprecated.
      Fetch multiple ProductSalesTax entities.
      Returns:
      A fluent helper to fetch multiple ProductSalesTax 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.
    • getProductSalesTaxByKey

      @Nonnull ProductSalesTaxByKeyFluentHelper getProductSalesTaxByKey(String product, String country, String taxCategory, String taxClassification)
      Deprecated.
      Fetch a single ProductSalesTax entity using key fields.
      Parameters:
      country - Departure Country/Region (from which the goods are sent)

      Constraints: Not nullable, Maximum length: 3

      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      taxClassification -
      taxCategory - Tax Condition Type (Sales Tax, Value-Added Tax,...)

      Constraints: Not nullable, Maximum length: 4

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

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

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

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

      @Nonnull ProductSalesTextFluentHelper getAllProductSalesText()
      Deprecated.
      Fetch multiple ProductSalesText entities.
      Returns:
      A fluent helper to fetch multiple ProductSalesText 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.
    • getProductSalesTextByKey

      @Nonnull ProductSalesTextByKeyFluentHelper getProductSalesTextByKey(String product, String productSalesOrg, String productDistributionChnl, String language)
      Deprecated.
      Fetch a single ProductSalesText entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      productDistributionChnl - Distribution Channel

      Constraints: Not nullable, Maximum length: 2

      productSalesOrg - Sales Organization

      Constraints: Not nullable, Maximum length: 4

      language - Language Key

      Constraints: Not nullable, Maximum length: 2

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

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

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

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

      @Nonnull ProductStorageFluentHelper getAllProductStorage()
      Deprecated.
      Fetch multiple ProductStorage entities.
      Returns:
      A fluent helper to fetch multiple ProductStorage 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.
    • getProductStorageByKey

      @Nonnull ProductStorageByKeyFluentHelper getProductStorageByKey(String product)
      Deprecated.
      Fetch a single ProductStorage entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

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

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

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

      @Nonnull ProductStorageLocationFluentHelper getAllProductStorageLocation()
      Deprecated.
      Fetch multiple ProductStorageLocation entities.
      Returns:
      A fluent helper to fetch multiple ProductStorageLocation 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.
    • getProductStorageLocationByKey

      @Nonnull ProductStorageLocationByKeyFluentHelper getProductStorageLocationByKey(String product, String plant, String storageLocation)
      Deprecated.
      Fetch a single ProductStorageLocation entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

      storageLocation - Storage Location

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductSupplyPlanningFluentHelper getAllProductSupplyPlanning()
      Deprecated.
      Fetch multiple ProductSupplyPlanning entities.
      Returns:
      A fluent helper to fetch multiple ProductSupplyPlanning 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.
    • getProductSupplyPlanningByKey

      @Nonnull ProductSupplyPlanningByKeyFluentHelper getProductSupplyPlanningByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductSupplyPlanning entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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

      @Nonnull ProductUnitsOfMeasureFluentHelper getAllProductUnitsOfMeasure()
      Deprecated.
      Fetch multiple ProductUnitsOfMeasure entities.
      Returns:
      A fluent helper to fetch multiple ProductUnitsOfMeasure 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.
    • getProductUnitsOfMeasureByKey

      @Nonnull ProductUnitsOfMeasureByKeyFluentHelper getProductUnitsOfMeasureByKey(String product, String alternativeUnit)
      Deprecated.
      Fetch a single ProductUnitsOfMeasure entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      alternativeUnit - Alternative Unit of Measure for Stockkeeping Unit

      Constraints: Not nullable, Maximum length: 3

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

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

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

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

      @Nonnull ProductUnitsOfMeasureEANFluentHelper getAllProductUnitsOfMeasureEAN()
      Deprecated.
      Fetch multiple ProductUnitsOfMeasureEAN entities.
      Returns:
      A fluent helper to fetch multiple ProductUnitsOfMeasureEAN 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.
    • getProductUnitsOfMeasureEANByKey

      @Nonnull ProductUnitsOfMeasureEANByKeyFluentHelper getProductUnitsOfMeasureEANByKey(String product, String alternativeUnit, String consecutiveNumber)
      Deprecated.
      Fetch a single ProductUnitsOfMeasureEAN entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      alternativeUnit - Unit of Measure for Display

      Constraints: Not nullable, Maximum length: 3

      consecutiveNumber - Consecutive Number

      Constraints: Not nullable, Maximum length: 5

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

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

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

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

      @Nonnull ProductValuationFluentHelper getAllProductValuation()
      Deprecated.
      Fetch multiple ProductValuation entities.
      Returns:
      A fluent helper to fetch multiple ProductValuation 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.
    • getProductValuationByKey

      @Nonnull ProductValuationByKeyFluentHelper getProductValuationByKey(String product, String valuationArea, String valuationType)
      Deprecated.
      Fetch a single ProductValuation entity using key fields.
      Parameters:
      product - Material Number

      Constraints: Not nullable, Maximum length: 40

      valuationArea - Valuation Area

      Constraints: Not nullable, Maximum length: 4

      valuationType - Valuation Type

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ProductValuationAccountFluentHelper getAllProductValuationAccount()
      Deprecated.
      Fetch multiple ProductValuationAccount entities.
      Returns:
      A fluent helper to fetch multiple ProductValuationAccount 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.
    • getProductValuationAccountByKey

      @Nonnull ProductValuationAccountByKeyFluentHelper getProductValuationAccountByKey(String product, String valuationArea, String valuationType)
      Deprecated.
      Fetch a single ProductValuationAccount entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      valuationArea - Valuation Area

      Constraints: Not nullable, Maximum length: 4

      valuationType - Valuation Type

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ProductValuationCostingFluentHelper getAllProductValuationCosting()
      Deprecated.
      Fetch multiple ProductValuationCosting entities.
      Returns:
      A fluent helper to fetch multiple ProductValuationCosting 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.
    • getProductValuationCostingByKey

      @Nonnull ProductValuationCostingByKeyFluentHelper getProductValuationCostingByKey(String product, String valuationArea, String valuationType)
      Deprecated.
      Fetch a single ProductValuationCosting entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      valuationArea - Valuation Area

      Constraints: Not nullable, Maximum length: 4

      valuationType - Valuation Type

      Constraints: Not nullable, Maximum length: 10

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

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

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

      @Nonnull ProductWorkSchedulingFluentHelper getAllProductWorkScheduling()
      Deprecated.
      Fetch multiple ProductWorkScheduling entities.
      Returns:
      A fluent helper to fetch multiple ProductWorkScheduling 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.
    • getProductWorkSchedulingByKey

      @Nonnull ProductWorkSchedulingByKeyFluentHelper getProductWorkSchedulingByKey(String product, String plant)
      Deprecated.
      Fetch a single ProductWorkScheduling entity using key fields.
      Parameters:
      product - Product Number

      Constraints: Not nullable, Maximum length: 40

      plant - Plant

      Constraints: Not nullable, Maximum length: 4

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

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

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