@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProductMasterService") public class DefaultProductMasterService extends Object implements ProductMasterService
This service enables you to create, read, update, and delete (CRUD operations) the master data for products by exposing the remote API views through OData.
Reference: SAP API Business Hub
OData Service: | API_PRODUCT_SRV |
API Version: | 1 |
Communication Scenario: | Distributed Manufacturing Integration (SAP_COM_0077), Product Integration (SAP_COM_0009), SAP Business Objects Cloud for Planning Integration (SAP_COM_0087) |
Scope Items: | 3D Printing On-Demand-Manufacturing Collaboration on HCP (1NX), Master Data Integration (1RO), oData Integration with SAP Business Objects Cloud for Planning (1YB) |
Constructor and Description |
---|
DefaultProductMasterService() |
public ProductFluentHelper getAllProduct()
ProductMasterService
Product
entities.getAllProduct
in interface ProductMasterService
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.public ProductByKeyFluentHelper getProductByKey(String product)
ProductMasterService
Product
entity using key fields.getProductByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the product.Constraints: Not nullable, Maximum length: 40
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.public ProductCreateFluentHelper createProduct(Product product)
ProductMasterService
Product
entity and save it to the S/4HANA system.createProduct
in interface ProductMasterService
product
- Product
entity object that will be created in the S/4HANA system.Product
entity. To perform execution, call the execute
method on the fluent helper object.public ProductUpdateFluentHelper updateProduct(Product product)
ProductMasterService
Product
entity and save it to the S/4HANA system.updateProduct
in interface ProductMasterService
product
- Product
entity object that will be updated in the S/4HANA system.Product
entity. To perform execution, call the execute
method on the fluent helper object.public ProductBasicTextFluentHelper getAllProductBasicText()
ProductMasterService
ProductBasicText
entities.getAllProductBasicText
in interface ProductMasterService
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.public ProductBasicTextByKeyFluentHelper getProductBasicTextByKey(String product, String language)
ProductMasterService
ProductBasicText
entity using key fields.getProductBasicTextByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
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.public ProductBasicTextCreateFluentHelper createProductBasicText(ProductBasicText productBasicText)
ProductMasterService
ProductBasicText
entity and save it to the S/4HANA system.createProductBasicText
in interface ProductMasterService
productBasicText
- ProductBasicText
entity object that will be created in the S/4HANA system.ProductBasicText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductBasicTextUpdateFluentHelper updateProductBasicText(ProductBasicText productBasicText)
ProductMasterService
ProductBasicText
entity and save it to the S/4HANA system.updateProductBasicText
in interface ProductMasterService
productBasicText
- ProductBasicText
entity object that will be updated in the S/4HANA system.ProductBasicText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductBasicTextDeleteFluentHelper deleteProductBasicText(ProductBasicText productBasicText)
ProductMasterService
ProductBasicText
entity in the S/4HANA system.deleteProductBasicText
in interface ProductMasterService
productBasicText
- ProductBasicText
entity object that will be deleted in the S/4HANA system.ProductBasicText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductDescriptionFluentHelper getAllProductDescription()
ProductMasterService
ProductDescription
entities.getAllProductDescription
in interface ProductMasterService
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.public ProductDescriptionByKeyFluentHelper getProductDescriptionByKey(String product, String language)
ProductMasterService
ProductDescription
entity using key fields.getProductDescriptionByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the product.Constraints: Not nullable, Maximum length: 40
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
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.public ProductDescriptionCreateFluentHelper createProductDescription(ProductDescription productDescription)
ProductMasterService
ProductDescription
entity and save it to the S/4HANA system.createProductDescription
in interface ProductMasterService
productDescription
- ProductDescription
entity object that will be created in the S/4HANA system.ProductDescription
entity. To perform execution, call the execute
method on the fluent helper object.public ProductDescriptionUpdateFluentHelper updateProductDescription(ProductDescription productDescription)
ProductMasterService
ProductDescription
entity and save it to the S/4HANA system.updateProductDescription
in interface ProductMasterService
productDescription
- ProductDescription
entity object that will be updated in the S/4HANA system.ProductDescription
entity. To perform execution, call the execute
method on the fluent helper object.public ProductDescriptionDeleteFluentHelper deleteProductDescription(ProductDescription productDescription)
ProductMasterService
ProductDescription
entity in the S/4HANA system.deleteProductDescription
in interface ProductMasterService
productDescription
- ProductDescription
entity object that will be deleted in the S/4HANA system.ProductDescription
entity. To perform execution, call the execute
method on the fluent helper object.public ProductInspectionTextFluentHelper getAllProductInspectionText()
ProductMasterService
ProductInspectionText
entities.getAllProductInspectionText
in interface ProductMasterService
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.public ProductInspectionTextByKeyFluentHelper getProductInspectionTextByKey(String product, String language)
ProductMasterService
ProductInspectionText
entity using key fields.getProductInspectionTextByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
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.public ProductInspectionTextCreateFluentHelper createProductInspectionText(ProductInspectionText productInspectionText)
ProductMasterService
ProductInspectionText
entity and save it to the S/4HANA system.createProductInspectionText
in interface ProductMasterService
productInspectionText
- ProductInspectionText
entity object that will be created in the S/4HANA system.ProductInspectionText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductInspectionTextUpdateFluentHelper updateProductInspectionText(ProductInspectionText productInspectionText)
ProductMasterService
ProductInspectionText
entity and save it to the S/4HANA system.updateProductInspectionText
in interface ProductMasterService
productInspectionText
- ProductInspectionText
entity object that will be updated in the S/4HANA system.ProductInspectionText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductInspectionTextDeleteFluentHelper deleteProductInspectionText(ProductInspectionText productInspectionText)
ProductMasterService
ProductInspectionText
entity in the S/4HANA system.deleteProductInspectionText
in interface ProductMasterService
productInspectionText
- ProductInspectionText
entity object that will be deleted in the S/4HANA system.ProductInspectionText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantFluentHelper getAllProductPlant()
ProductMasterService
ProductPlant
entities.getAllProductPlant
in interface ProductMasterService
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.public ProductPlantByKeyFluentHelper getProductPlantByKey(String product, String plant)
ProductMasterService
ProductPlant
entity using key fields.getProductPlantByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantCreateFluentHelper createProductPlant(ProductPlant productPlant)
ProductMasterService
ProductPlant
entity and save it to the S/4HANA system.createProductPlant
in interface ProductMasterService
productPlant
- ProductPlant
entity object that will be created in the S/4HANA system.ProductPlant
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantUpdateFluentHelper updateProductPlant(ProductPlant productPlant)
ProductMasterService
ProductPlant
entity and save it to the S/4HANA system.updateProductPlant
in interface ProductMasterService
productPlant
- ProductPlant
entity object that will be updated in the S/4HANA system.ProductPlant
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantCostingFluentHelper getAllProductPlantCosting()
ProductMasterService
ProductPlantCosting
entities.getAllProductPlantCosting
in interface ProductMasterService
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.public ProductPlantCostingByKeyFluentHelper getProductPlantCostingByKey(String product, String plant)
ProductMasterService
ProductPlantCosting
entity using key fields.getProductPlantCostingByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantCostingCreateFluentHelper createProductPlantCosting(ProductPlantCosting productPlantCosting)
ProductMasterService
ProductPlantCosting
entity and save it to the S/4HANA system.createProductPlantCosting
in interface ProductMasterService
productPlantCosting
- ProductPlantCosting
entity object that will be created in the S/4HANA system.ProductPlantCosting
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantCostingUpdateFluentHelper updateProductPlantCosting(ProductPlantCosting productPlantCosting)
ProductMasterService
ProductPlantCosting
entity and save it to the S/4HANA system.updateProductPlantCosting
in interface ProductMasterService
productPlantCosting
- ProductPlantCosting
entity object that will be updated in the S/4HANA system.ProductPlantCosting
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantForecastingFluentHelper getAllProductPlantForecasting()
ProductMasterService
ProductPlantForecasting
entities.getAllProductPlantForecasting
in interface ProductMasterService
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.public ProductPlantForecastingByKeyFluentHelper getProductPlantForecastingByKey(String product, String plant)
ProductMasterService
ProductPlantForecasting
entity using key fields.getProductPlantForecastingByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantForecastingCreateFluentHelper createProductPlantForecasting(ProductPlantForecasting productPlantForecasting)
ProductMasterService
ProductPlantForecasting
entity and save it to the S/4HANA system.createProductPlantForecasting
in interface ProductMasterService
productPlantForecasting
- ProductPlantForecasting
entity object that will be created in the S/4HANA system.ProductPlantForecasting
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantForecastingUpdateFluentHelper updateProductPlantForecasting(ProductPlantForecasting productPlantForecasting)
ProductMasterService
ProductPlantForecasting
entity and save it to the S/4HANA system.updateProductPlantForecasting
in interface ProductMasterService
productPlantForecasting
- ProductPlantForecasting
entity object that will be updated in the S/4HANA system.ProductPlantForecasting
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantIntlTrdFluentHelper getAllProductPlantIntlTrd()
ProductMasterService
ProductPlantIntlTrd
entities.getAllProductPlantIntlTrd
in interface ProductMasterService
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.public ProductPlantIntlTrdByKeyFluentHelper getProductPlantIntlTrdByKey(String product, String plant)
ProductMasterService
ProductPlantIntlTrd
entity using key fields.getProductPlantIntlTrdByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantIntlTrdCreateFluentHelper createProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
ProductMasterService
ProductPlantIntlTrd
entity and save it to the S/4HANA system.createProductPlantIntlTrd
in interface ProductMasterService
productPlantIntlTrd
- ProductPlantIntlTrd
entity object that will be created in the S/4HANA system.ProductPlantIntlTrd
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantIntlTrdUpdateFluentHelper updateProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
ProductMasterService
ProductPlantIntlTrd
entity and save it to the S/4HANA system.updateProductPlantIntlTrd
in interface ProductMasterService
productPlantIntlTrd
- ProductPlantIntlTrd
entity object that will be updated in the S/4HANA system.ProductPlantIntlTrd
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantMRPAreaFluentHelper getAllProductPlantMRPArea()
ProductMasterService
ProductPlantMRPArea
entities.getAllProductPlantMRPArea
in interface ProductMasterService
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.public ProductPlantMRPAreaByKeyFluentHelper getProductPlantMRPAreaByKey(String product, String plant, String mRPArea)
ProductMasterService
ProductPlantMRPArea
entity using key fields.getProductPlantMRPAreaByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- MRP area: PlantConstraints: Not nullable, Maximum length: 4
mRPArea
- Number of the MRP area for which material requirements planning should be carried out separately.Constraints: Not nullable, Maximum length: 10
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.public ProductPlantMRPAreaCreateFluentHelper createProductPlantMRPArea(ProductPlantMRPArea productPlantMRPArea)
ProductMasterService
ProductPlantMRPArea
entity and save it to the S/4HANA system.createProductPlantMRPArea
in interface ProductMasterService
productPlantMRPArea
- ProductPlantMRPArea
entity object that will be created in the S/4HANA system.ProductPlantMRPArea
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantMRPAreaUpdateFluentHelper updateProductPlantMRPArea(ProductPlantMRPArea productPlantMRPArea)
ProductMasterService
ProductPlantMRPArea
entity and save it to the S/4HANA system.updateProductPlantMRPArea
in interface ProductMasterService
productPlantMRPArea
- ProductPlantMRPArea
entity object that will be updated in the S/4HANA system.ProductPlantMRPArea
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantProcurementFluentHelper getAllProductPlantProcurement()
ProductMasterService
ProductPlantProcurement
entities.getAllProductPlantProcurement
in interface ProductMasterService
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.public ProductPlantProcurementByKeyFluentHelper getProductPlantProcurementByKey(String product, String plant)
ProductMasterService
ProductPlantProcurement
entity using key fields.getProductPlantProcurementByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantProcurementCreateFluentHelper createProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
ProductMasterService
ProductPlantProcurement
entity and save it to the S/4HANA system.createProductPlantProcurement
in interface ProductMasterService
productPlantProcurement
- ProductPlantProcurement
entity object that will be created in the S/4HANA system.ProductPlantProcurement
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantProcurementUpdateFluentHelper updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
ProductMasterService
ProductPlantProcurement
entity and save it to the S/4HANA system.updateProductPlantProcurement
in interface ProductMasterService
productPlantProcurement
- ProductPlantProcurement
entity object that will be updated in the S/4HANA system.ProductPlantProcurement
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantQualityMgmtFluentHelper getAllProductPlantQualityMgmt()
ProductMasterService
ProductPlantQualityMgmt
entities.getAllProductPlantQualityMgmt
in interface ProductMasterService
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.public ProductPlantQualityMgmtByKeyFluentHelper getProductPlantQualityMgmtByKey(String product, String plant)
ProductMasterService
ProductPlantQualityMgmt
entity using key fields.getProductPlantQualityMgmtByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantQualityMgmtCreateFluentHelper createProductPlantQualityMgmt(ProductPlantQualityMgmt productPlantQualityMgmt)
ProductMasterService
ProductPlantQualityMgmt
entity and save it to the S/4HANA system.createProductPlantQualityMgmt
in interface ProductMasterService
productPlantQualityMgmt
- ProductPlantQualityMgmt
entity object that will be created in the S/4HANA system.ProductPlantQualityMgmt
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantQualityMgmtUpdateFluentHelper updateProductPlantQualityMgmt(ProductPlantQualityMgmt productPlantQualityMgmt)
ProductMasterService
ProductPlantQualityMgmt
entity and save it to the S/4HANA system.updateProductPlantQualityMgmt
in interface ProductMasterService
productPlantQualityMgmt
- ProductPlantQualityMgmt
entity object that will be updated in the S/4HANA system.ProductPlantQualityMgmt
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantSalesFluentHelper getAllProductPlantSales()
ProductMasterService
ProductPlantSales
entities.getAllProductPlantSales
in interface ProductMasterService
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.public ProductPlantSalesByKeyFluentHelper getProductPlantSalesByKey(String product, String plant)
ProductMasterService
ProductPlantSales
entity using key fields.getProductPlantSalesByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantSalesCreateFluentHelper createProductPlantSales(ProductPlantSales productPlantSales)
ProductMasterService
ProductPlantSales
entity and save it to the S/4HANA system.createProductPlantSales
in interface ProductMasterService
productPlantSales
- ProductPlantSales
entity object that will be created in the S/4HANA system.ProductPlantSales
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantSalesUpdateFluentHelper updateProductPlantSales(ProductPlantSales productPlantSales)
ProductMasterService
ProductPlantSales
entity and save it to the S/4HANA system.updateProductPlantSales
in interface ProductMasterService
productPlantSales
- ProductPlantSales
entity object that will be updated in the S/4HANA system.ProductPlantSales
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantStorageFluentHelper getAllProductPlantStorage()
ProductMasterService
ProductPlantStorage
entities.getAllProductPlantStorage
in interface ProductMasterService
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.public ProductPlantStorageByKeyFluentHelper getProductPlantStorageByKey(String product, String plant)
ProductMasterService
ProductPlantStorage
entity using key fields.getProductPlantStorageByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantStorageCreateFluentHelper createProductPlantStorage(ProductPlantStorage productPlantStorage)
ProductMasterService
ProductPlantStorage
entity and save it to the S/4HANA system.createProductPlantStorage
in interface ProductMasterService
productPlantStorage
- ProductPlantStorage
entity object that will be created in the S/4HANA system.ProductPlantStorage
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantStorageUpdateFluentHelper updateProductPlantStorage(ProductPlantStorage productPlantStorage)
ProductMasterService
ProductPlantStorage
entity and save it to the S/4HANA system.updateProductPlantStorage
in interface ProductMasterService
productPlantStorage
- ProductPlantStorage
entity object that will be updated in the S/4HANA system.ProductPlantStorage
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantTextFluentHelper getAllProductPlantText()
ProductMasterService
ProductPlantText
entities.getAllProductPlantText
in interface ProductMasterService
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.public ProductPlantTextByKeyFluentHelper getProductPlantTextByKey(String product, String plant)
ProductMasterService
ProductPlantText
entity using key fields.getProductPlantTextByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductPlantTextCreateFluentHelper createProductPlantText(ProductPlantText productPlantText)
ProductMasterService
ProductPlantText
entity and save it to the S/4HANA system.createProductPlantText
in interface ProductMasterService
productPlantText
- ProductPlantText
entity object that will be created in the S/4HANA system.ProductPlantText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantTextUpdateFluentHelper updateProductPlantText(ProductPlantText productPlantText)
ProductMasterService
ProductPlantText
entity and save it to the S/4HANA system.updateProductPlantText
in interface ProductMasterService
productPlantText
- ProductPlantText
entity object that will be updated in the S/4HANA system.ProductPlantText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPlantTextDeleteFluentHelper deleteProductPlantText(ProductPlantText productPlantText)
ProductMasterService
ProductPlantText
entity in the S/4HANA system.deleteProductPlantText
in interface ProductMasterService
productPlantText
- ProductPlantText
entity object that will be deleted in the S/4HANA system.ProductPlantText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductProcurementFluentHelper getAllProductProcurement()
ProductMasterService
ProductProcurement
entities.getAllProductProcurement
in interface ProductMasterService
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.public ProductProcurementByKeyFluentHelper getProductProcurementByKey(String product)
ProductMasterService
ProductProcurement
entity using key fields.getProductProcurementByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
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.public ProductProcurementCreateFluentHelper createProductProcurement(ProductProcurement productProcurement)
ProductMasterService
ProductProcurement
entity and save it to the S/4HANA system.createProductProcurement
in interface ProductMasterService
productProcurement
- ProductProcurement
entity object that will be created in the S/4HANA system.ProductProcurement
entity. To perform execution, call the execute
method on the fluent helper object.public ProductProcurementUpdateFluentHelper updateProductProcurement(ProductProcurement productProcurement)
ProductMasterService
ProductProcurement
entity and save it to the S/4HANA system.updateProductProcurement
in interface ProductMasterService
productProcurement
- ProductProcurement
entity object that will be updated in the S/4HANA system.ProductProcurement
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPurchaseTextFluentHelper getAllProductPurchaseText()
ProductMasterService
ProductPurchaseText
entities.getAllProductPurchaseText
in interface ProductMasterService
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.public ProductPurchaseTextByKeyFluentHelper getProductPurchaseTextByKey(String product, String language)
ProductMasterService
ProductPurchaseText
entity using key fields.getProductPurchaseTextByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
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.public ProductPurchaseTextCreateFluentHelper createProductPurchaseText(ProductPurchaseText productPurchaseText)
ProductMasterService
ProductPurchaseText
entity and save it to the S/4HANA system.createProductPurchaseText
in interface ProductMasterService
productPurchaseText
- ProductPurchaseText
entity object that will be created in the S/4HANA system.ProductPurchaseText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPurchaseTextUpdateFluentHelper updateProductPurchaseText(ProductPurchaseText productPurchaseText)
ProductMasterService
ProductPurchaseText
entity and save it to the S/4HANA system.updateProductPurchaseText
in interface ProductMasterService
productPurchaseText
- ProductPurchaseText
entity object that will be updated in the S/4HANA system.ProductPurchaseText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductPurchaseTextDeleteFluentHelper deleteProductPurchaseText(ProductPurchaseText productPurchaseText)
ProductMasterService
ProductPurchaseText
entity in the S/4HANA system.deleteProductPurchaseText
in interface ProductMasterService
productPurchaseText
- ProductPurchaseText
entity object that will be deleted in the S/4HANA system.ProductPurchaseText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductQualityMgmtFluentHelper getAllProductQualityMgmt()
ProductMasterService
ProductQualityMgmt
entities.getAllProductQualityMgmt
in interface ProductMasterService
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.public ProductQualityMgmtByKeyFluentHelper getProductQualityMgmtByKey(String product)
ProductMasterService
ProductQualityMgmt
entity using key fields.getProductQualityMgmtByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
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.public ProductQualityMgmtCreateFluentHelper createProductQualityMgmt(ProductQualityMgmt productQualityMgmt)
ProductMasterService
ProductQualityMgmt
entity and save it to the S/4HANA system.createProductQualityMgmt
in interface ProductMasterService
productQualityMgmt
- ProductQualityMgmt
entity object that will be created in the S/4HANA system.ProductQualityMgmt
entity. To perform execution, call the execute
method on the fluent helper object.public ProductQualityMgmtUpdateFluentHelper updateProductQualityMgmt(ProductQualityMgmt productQualityMgmt)
ProductMasterService
ProductQualityMgmt
entity and save it to the S/4HANA system.updateProductQualityMgmt
in interface ProductMasterService
productQualityMgmt
- ProductQualityMgmt
entity object that will be updated in the S/4HANA system.ProductQualityMgmt
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesFluentHelper getAllProductSales()
ProductMasterService
ProductSales
entities.getAllProductSales
in interface ProductMasterService
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.public ProductSalesByKeyFluentHelper getProductSalesByKey(String product)
ProductMasterService
ProductSales
entity using key fields.getProductSalesByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
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.public ProductSalesCreateFluentHelper createProductSales(ProductSales productSales)
ProductMasterService
ProductSales
entity and save it to the S/4HANA system.createProductSales
in interface ProductMasterService
productSales
- ProductSales
entity object that will be created in the S/4HANA system.ProductSales
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesUpdateFluentHelper updateProductSales(ProductSales productSales)
ProductMasterService
ProductSales
entity and save it to the S/4HANA system.updateProductSales
in interface ProductMasterService
productSales
- ProductSales
entity object that will be updated in the S/4HANA system.ProductSales
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesDeliveryFluentHelper getAllProductSalesDelivery()
ProductMasterService
ProductSalesDelivery
entities.getAllProductSalesDelivery
in interface ProductMasterService
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.public ProductSalesDeliveryByKeyFluentHelper getProductSalesDeliveryByKey(String product, String productSalesOrg, String productDistributionChnl)
ProductMasterService
ProductSalesDelivery
entity using key fields.getProductSalesDeliveryByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the product.Constraints: Not nullable, Maximum length: 40
productSalesOrg
- An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims.Constraints: Not nullable, Maximum length: 4
productDistributionChnl
- The way in which products or services reach the customer. Typical examples of distribution channels are wholesale, retail, or direct sales.Constraints: Not nullable, Maximum length: 2
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.public ProductSalesDeliveryCreateFluentHelper createProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
ProductMasterService
ProductSalesDelivery
entity and save it to the S/4HANA system.createProductSalesDelivery
in interface ProductMasterService
productSalesDelivery
- ProductSalesDelivery
entity object that will be created in the S/4HANA system.ProductSalesDelivery
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesDeliveryUpdateFluentHelper updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
ProductMasterService
ProductSalesDelivery
entity and save it to the S/4HANA system.updateProductSalesDelivery
in interface ProductMasterService
productSalesDelivery
- ProductSalesDelivery
entity object that will be updated in the S/4HANA system.ProductSalesDelivery
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesTaxFluentHelper getAllProductSalesTax()
ProductMasterService
ProductSalesTax
entities.getAllProductSalesTax
in interface ProductMasterService
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.public ProductSalesTaxByKeyFluentHelper getProductSalesTaxByKey(String product, String country, String taxCategory, String taxClassification)
ProductMasterService
ProductSalesTax
entity using key fields.getProductSalesTaxByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the product.Constraints: Not nullable, Maximum length: 40
country
- Identifies the country in which the delivery originates.Constraints: Not nullable, Maximum length: 3
taxCategory
- Identifies the condition that the system uses to automatically determine country-specific taxes during pricing.Constraints: Not nullable, Maximum length: 4
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.public ProductSalesTaxCreateFluentHelper createProductSalesTax(ProductSalesTax productSalesTax)
ProductMasterService
ProductSalesTax
entity and save it to the S/4HANA system.createProductSalesTax
in interface ProductMasterService
productSalesTax
- ProductSalesTax
entity object that will be created in the S/4HANA system.ProductSalesTax
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesTaxUpdateFluentHelper updateProductSalesTax(ProductSalesTax productSalesTax)
ProductMasterService
ProductSalesTax
entity and save it to the S/4HANA system.updateProductSalesTax
in interface ProductMasterService
productSalesTax
- ProductSalesTax
entity object that will be updated in the S/4HANA system.ProductSalesTax
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesTaxDeleteFluentHelper deleteProductSalesTax(ProductSalesTax productSalesTax)
ProductMasterService
ProductSalesTax
entity in the S/4HANA system.deleteProductSalesTax
in interface ProductMasterService
productSalesTax
- ProductSalesTax
entity object that will be deleted in the S/4HANA system.ProductSalesTax
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesTextFluentHelper getAllProductSalesText()
ProductMasterService
ProductSalesText
entities.getAllProductSalesText
in interface ProductMasterService
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.public ProductSalesTextByKeyFluentHelper getProductSalesTextByKey(String product, String productSalesOrg, String productDistributionChnl, String language)
ProductMasterService
ProductSalesText
entity using key fields.getProductSalesTextByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the product.Constraints: Not nullable, Maximum length: 40
productSalesOrg
- An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims.Constraints: Not nullable, Maximum length: 4
productDistributionChnl
- The way in which products or services reach the customer. Typical examples of distribution channels are wholesale, retail, or direct sales.Constraints: Not nullable, Maximum length: 2
language
- The language key indicatesConstraints: Not nullable, Maximum length: 2
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.public ProductSalesTextCreateFluentHelper createProductSalesText(ProductSalesText productSalesText)
ProductMasterService
ProductSalesText
entity and save it to the S/4HANA system.createProductSalesText
in interface ProductMasterService
productSalesText
- ProductSalesText
entity object that will be created in the S/4HANA system.ProductSalesText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesTextUpdateFluentHelper updateProductSalesText(ProductSalesText productSalesText)
ProductMasterService
ProductSalesText
entity and save it to the S/4HANA system.updateProductSalesText
in interface ProductMasterService
productSalesText
- ProductSalesText
entity object that will be updated in the S/4HANA system.ProductSalesText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSalesTextDeleteFluentHelper deleteProductSalesText(ProductSalesText productSalesText)
ProductMasterService
ProductSalesText
entity in the S/4HANA system.deleteProductSalesText
in interface ProductMasterService
productSalesText
- ProductSalesText
entity object that will be deleted in the S/4HANA system.ProductSalesText
entity. To perform execution, call the execute
method on the fluent helper object.public ProductStorageFluentHelper getAllProductStorage()
ProductMasterService
ProductStorage
entities.getAllProductStorage
in interface ProductMasterService
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.public ProductStorageByKeyFluentHelper getProductStorageByKey(String product)
ProductMasterService
ProductStorage
entity using key fields.getProductStorageByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
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.public ProductStorageCreateFluentHelper createProductStorage(ProductStorage productStorage)
ProductMasterService
ProductStorage
entity and save it to the S/4HANA system.createProductStorage
in interface ProductMasterService
productStorage
- ProductStorage
entity object that will be created in the S/4HANA system.ProductStorage
entity. To perform execution, call the execute
method on the fluent helper object.public ProductStorageUpdateFluentHelper updateProductStorage(ProductStorage productStorage)
ProductMasterService
ProductStorage
entity and save it to the S/4HANA system.updateProductStorage
in interface ProductMasterService
productStorage
- ProductStorage
entity object that will be updated in the S/4HANA system.ProductStorage
entity. To perform execution, call the execute
method on the fluent helper object.public ProductStorageLocationFluentHelper getAllProductStorageLocation()
ProductMasterService
ProductStorageLocation
entities.getAllProductStorageLocation
in interface ProductMasterService
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.public ProductStorageLocationByKeyFluentHelper getProductStorageLocationByKey(String product, String plant, String storageLocation)
ProductMasterService
ProductStorageLocation
entity using key fields.getProductStorageLocationByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
storageLocation
- Number of the storage location in which the material is stored. A plant may contain one or more storage locations.Constraints: Not nullable, Maximum length: 4
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.public ProductStorageLocationCreateFluentHelper createProductStorageLocation(ProductStorageLocation productStorageLocation)
ProductMasterService
ProductStorageLocation
entity and save it to the S/4HANA system.createProductStorageLocation
in interface ProductMasterService
productStorageLocation
- ProductStorageLocation
entity object that will be created in the S/4HANA system.ProductStorageLocation
entity. To perform execution, call the execute
method on the fluent helper object.public ProductStorageLocationUpdateFluentHelper updateProductStorageLocation(ProductStorageLocation productStorageLocation)
ProductMasterService
ProductStorageLocation
entity and save it to the S/4HANA system.updateProductStorageLocation
in interface ProductMasterService
productStorageLocation
- ProductStorageLocation
entity object that will be updated in the S/4HANA system.ProductStorageLocation
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSupplyPlanningFluentHelper getAllProductSupplyPlanning()
ProductMasterService
ProductSupplyPlanning
entities.getAllProductSupplyPlanning
in interface ProductMasterService
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.public ProductSupplyPlanningByKeyFluentHelper getProductSupplyPlanningByKey(String product, String plant)
ProductMasterService
ProductSupplyPlanning
entity using key fields.getProductSupplyPlanningByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductSupplyPlanningCreateFluentHelper createProductSupplyPlanning(ProductSupplyPlanning productSupplyPlanning)
ProductMasterService
ProductSupplyPlanning
entity and save it to the S/4HANA system.createProductSupplyPlanning
in interface ProductMasterService
productSupplyPlanning
- ProductSupplyPlanning
entity object that will be created in the S/4HANA system.ProductSupplyPlanning
entity. To perform execution, call the execute
method on the fluent helper object.public ProductSupplyPlanningUpdateFluentHelper updateProductSupplyPlanning(ProductSupplyPlanning productSupplyPlanning)
ProductMasterService
ProductSupplyPlanning
entity and save it to the S/4HANA system.updateProductSupplyPlanning
in interface ProductMasterService
productSupplyPlanning
- ProductSupplyPlanning
entity object that will be updated in the S/4HANA system.ProductSupplyPlanning
entity. To perform execution, call the execute
method on the fluent helper object.public ProductUnitsOfMeasureFluentHelper getAllProductUnitsOfMeasure()
ProductMasterService
ProductUnitsOfMeasure
entities.getAllProductUnitsOfMeasure
in interface ProductMasterService
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.public ProductUnitsOfMeasureByKeyFluentHelper getProductUnitsOfMeasureByKey(String product, String alternativeUnit)
ProductMasterService
ProductUnitsOfMeasure
entity using key fields.getProductUnitsOfMeasureByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
alternativeUnit
- Unit of measure in which quantities can be entered alternatively to the base unit of measure / stockkeeping unit.Constraints: Not nullable, Maximum length: 3
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.public ProductUnitsOfMeasureCreateFluentHelper createProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
ProductMasterService
ProductUnitsOfMeasure
entity and save it to the S/4HANA system.createProductUnitsOfMeasure
in interface ProductMasterService
productUnitsOfMeasure
- ProductUnitsOfMeasure
entity object that will be created in the S/4HANA system.ProductUnitsOfMeasure
entity. To perform execution, call the execute
method on the fluent helper object.public ProductUnitsOfMeasureUpdateFluentHelper updateProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
ProductMasterService
ProductUnitsOfMeasure
entity and save it to the S/4HANA system.updateProductUnitsOfMeasure
in interface ProductMasterService
productUnitsOfMeasure
- ProductUnitsOfMeasure
entity object that will be updated in the S/4HANA system.ProductUnitsOfMeasure
entity. To perform execution, call the execute
method on the fluent helper object.public ProductUnitsOfMeasureDeleteFluentHelper deleteProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
ProductMasterService
ProductUnitsOfMeasure
entity in the S/4HANA system.deleteProductUnitsOfMeasure
in interface ProductMasterService
productUnitsOfMeasure
- ProductUnitsOfMeasure
entity object that will be deleted in the S/4HANA system.ProductUnitsOfMeasure
entity. To perform execution, call the execute
method on the fluent helper object.public ProductUnitsOfMeasureEANFluentHelper getAllProductUnitsOfMeasureEAN()
ProductMasterService
ProductUnitsOfMeasureEAN
entities.getAllProductUnitsOfMeasureEAN
in interface ProductMasterService
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.public ProductUnitsOfMeasureEANByKeyFluentHelper getProductUnitsOfMeasureEANByKey(String product, String alternativeUnit, String consecutiveNumber)
ProductMasterService
ProductUnitsOfMeasureEAN
entity using key fields.getProductUnitsOfMeasureEANByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
alternativeUnit
- Specifies the unit of measure in which the quantity represented is displayed.Constraints: Not nullable, Maximum length: 3
consecutiveNumber
- Consecutive NumberConstraints: Not nullable, Maximum length: 5
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.public ProductUnitsOfMeasureEANCreateFluentHelper createProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
ProductMasterService
ProductUnitsOfMeasureEAN
entity and save it to the S/4HANA system.createProductUnitsOfMeasureEAN
in interface ProductMasterService
productUnitsOfMeasureEAN
- ProductUnitsOfMeasureEAN
entity object that will be created in the S/4HANA system.ProductUnitsOfMeasureEAN
entity. To perform execution, call the execute
method on the fluent helper object.public ProductUnitsOfMeasureEANUpdateFluentHelper updateProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
ProductMasterService
ProductUnitsOfMeasureEAN
entity and save it to the S/4HANA system.updateProductUnitsOfMeasureEAN
in interface ProductMasterService
productUnitsOfMeasureEAN
- ProductUnitsOfMeasureEAN
entity object that will be updated in the S/4HANA system.ProductUnitsOfMeasureEAN
entity. To perform execution, call the execute
method on the fluent helper object.public ProductUnitsOfMeasureEANDeleteFluentHelper deleteProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
ProductMasterService
ProductUnitsOfMeasureEAN
entity in the S/4HANA system.deleteProductUnitsOfMeasureEAN
in interface ProductMasterService
productUnitsOfMeasureEAN
- ProductUnitsOfMeasureEAN
entity object that will be deleted in the S/4HANA system.ProductUnitsOfMeasureEAN
entity. To perform execution, call the execute
method on the fluent helper object.public ProductWorkSchedulingFluentHelper getAllProductWorkScheduling()
ProductMasterService
ProductWorkScheduling
entities.getAllProductWorkScheduling
in interface ProductMasterService
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.public ProductWorkSchedulingByKeyFluentHelper getProductWorkSchedulingByKey(String product, String plant)
ProductMasterService
ProductWorkScheduling
entity using key fields.getProductWorkSchedulingByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
plant
- Key uniquely identifying a plant.Constraints: Not nullable, Maximum length: 4
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.public ProductWorkSchedulingCreateFluentHelper createProductWorkScheduling(ProductWorkScheduling productWorkScheduling)
ProductMasterService
ProductWorkScheduling
entity and save it to the S/4HANA system.createProductWorkScheduling
in interface ProductMasterService
productWorkScheduling
- ProductWorkScheduling
entity object that will be created in the S/4HANA system.ProductWorkScheduling
entity. To perform execution, call the execute
method on the fluent helper object.public ProductWorkSchedulingUpdateFluentHelper updateProductWorkScheduling(ProductWorkScheduling productWorkScheduling)
ProductMasterService
ProductWorkScheduling
entity and save it to the S/4HANA system.updateProductWorkScheduling
in interface ProductMasterService
productWorkScheduling
- ProductWorkScheduling
entity object that will be updated in the S/4HANA system.ProductWorkScheduling
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2018 SAP SE. All rights reserved.