public interface 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) |
ProductFluentHelper getAllProduct()
Product
entities.ProductByKeyFluentHelper getProductByKey(String product)
Product
entity using key fields.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.ProductCreateFluentHelper createProduct(Product product)
Product
entity and save it to the S/4HANA system.ProductUpdateFluentHelper updateProduct(Product product)
Product
entity and save it to the S/4HANA system.ProductBasicTextFluentHelper getAllProductBasicText()
ProductBasicText
entities.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.ProductBasicTextByKeyFluentHelper getProductBasicTextByKey(String product, String language)
ProductBasicText
entity using key fields.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.ProductBasicTextCreateFluentHelper createProductBasicText(ProductBasicText productBasicText)
ProductBasicText
entity and save it to the S/4HANA system.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.ProductBasicTextUpdateFluentHelper updateProductBasicText(ProductBasicText productBasicText)
ProductBasicText
entity and save it to the S/4HANA system.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.ProductBasicTextDeleteFluentHelper deleteProductBasicText(ProductBasicText productBasicText)
ProductBasicText
entity in the S/4HANA system.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.ProductDescriptionFluentHelper getAllProductDescription()
ProductDescription
entities.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.ProductDescriptionByKeyFluentHelper getProductDescriptionByKey(String product, String language)
ProductDescription
entity using key fields.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.ProductDescriptionCreateFluentHelper createProductDescription(ProductDescription productDescription)
ProductDescription
entity and save it to the S/4HANA system.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.ProductDescriptionUpdateFluentHelper updateProductDescription(ProductDescription productDescription)
ProductDescription
entity and save it to the S/4HANA system.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.ProductDescriptionDeleteFluentHelper deleteProductDescription(ProductDescription productDescription)
ProductDescription
entity in the S/4HANA system.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.ProductInspectionTextFluentHelper getAllProductInspectionText()
ProductInspectionText
entities.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.ProductInspectionTextByKeyFluentHelper getProductInspectionTextByKey(String product, String language)
ProductInspectionText
entity using key fields.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.ProductInspectionTextCreateFluentHelper createProductInspectionText(ProductInspectionText productInspectionText)
ProductInspectionText
entity and save it to the S/4HANA system.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.ProductInspectionTextUpdateFluentHelper updateProductInspectionText(ProductInspectionText productInspectionText)
ProductInspectionText
entity and save it to the S/4HANA system.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.ProductInspectionTextDeleteFluentHelper deleteProductInspectionText(ProductInspectionText productInspectionText)
ProductInspectionText
entity in the S/4HANA system.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.ProductPlantFluentHelper getAllProductPlant()
ProductPlant
entities.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.ProductPlantByKeyFluentHelper getProductPlantByKey(String product, String plant)
ProductPlant
entity using key fields.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.ProductPlantCreateFluentHelper createProductPlant(ProductPlant productPlant)
ProductPlant
entity and save it to the S/4HANA system.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.ProductPlantUpdateFluentHelper updateProductPlant(ProductPlant productPlant)
ProductPlant
entity and save it to the S/4HANA system.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.ProductPlantCostingFluentHelper getAllProductPlantCosting()
ProductPlantCosting
entities.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.ProductPlantCostingByKeyFluentHelper getProductPlantCostingByKey(String product, String plant)
ProductPlantCosting
entity using key fields.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.ProductPlantCostingCreateFluentHelper createProductPlantCosting(ProductPlantCosting productPlantCosting)
ProductPlantCosting
entity and save it to the S/4HANA system.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.ProductPlantCostingUpdateFluentHelper updateProductPlantCosting(ProductPlantCosting productPlantCosting)
ProductPlantCosting
entity and save it to the S/4HANA system.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.ProductPlantForecastingFluentHelper getAllProductPlantForecasting()
ProductPlantForecasting
entities.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.ProductPlantForecastingByKeyFluentHelper getProductPlantForecastingByKey(String product, String plant)
ProductPlantForecasting
entity using key fields.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.ProductPlantForecastingCreateFluentHelper createProductPlantForecasting(ProductPlantForecasting productPlantForecasting)
ProductPlantForecasting
entity and save it to the S/4HANA system.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.ProductPlantForecastingUpdateFluentHelper updateProductPlantForecasting(ProductPlantForecasting productPlantForecasting)
ProductPlantForecasting
entity and save it to the S/4HANA system.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.ProductPlantIntlTrdFluentHelper getAllProductPlantIntlTrd()
ProductPlantIntlTrd
entities.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.ProductPlantIntlTrdByKeyFluentHelper getProductPlantIntlTrdByKey(String product, String plant)
ProductPlantIntlTrd
entity using key fields.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.ProductPlantIntlTrdCreateFluentHelper createProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
ProductPlantIntlTrd
entity and save it to the S/4HANA system.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.ProductPlantIntlTrdUpdateFluentHelper updateProductPlantIntlTrd(ProductPlantIntlTrd productPlantIntlTrd)
ProductPlantIntlTrd
entity and save it to the S/4HANA system.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.ProductPlantMRPAreaFluentHelper getAllProductPlantMRPArea()
ProductPlantMRPArea
entities.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.ProductPlantMRPAreaByKeyFluentHelper getProductPlantMRPAreaByKey(String product, String plant, String mRPArea)
ProductPlantMRPArea
entity using key fields.product
- Alphanumeric key uniquely identifying the material.Constraints: Not nullable, Maximum length: 40
mRPArea
- Number of the MRP area for which material requirements planning should be carried out separately.Constraints: Not nullable, Maximum length: 10
plant
- MRP area: PlantConstraints: Not nullable, Maximum length: 4
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.ProductPlantMRPAreaCreateFluentHelper createProductPlantMRPArea(ProductPlantMRPArea productPlantMRPArea)
ProductPlantMRPArea
entity and save it to the S/4HANA system.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.ProductPlantMRPAreaUpdateFluentHelper updateProductPlantMRPArea(ProductPlantMRPArea productPlantMRPArea)
ProductPlantMRPArea
entity and save it to the S/4HANA system.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.ProductPlantProcurementFluentHelper getAllProductPlantProcurement()
ProductPlantProcurement
entities.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.ProductPlantProcurementByKeyFluentHelper getProductPlantProcurementByKey(String product, String plant)
ProductPlantProcurement
entity using key fields.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.ProductPlantProcurementCreateFluentHelper createProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
ProductPlantProcurement
entity and save it to the S/4HANA system.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.ProductPlantProcurementUpdateFluentHelper updateProductPlantProcurement(ProductPlantProcurement productPlantProcurement)
ProductPlantProcurement
entity and save it to the S/4HANA system.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.ProductPlantQualityMgmtFluentHelper getAllProductPlantQualityMgmt()
ProductPlantQualityMgmt
entities.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.ProductPlantQualityMgmtByKeyFluentHelper getProductPlantQualityMgmtByKey(String product, String plant)
ProductPlantQualityMgmt
entity using key fields.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.ProductPlantQualityMgmtCreateFluentHelper createProductPlantQualityMgmt(ProductPlantQualityMgmt productPlantQualityMgmt)
ProductPlantQualityMgmt
entity and save it to the S/4HANA system.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.ProductPlantQualityMgmtUpdateFluentHelper updateProductPlantQualityMgmt(ProductPlantQualityMgmt productPlantQualityMgmt)
ProductPlantQualityMgmt
entity and save it to the S/4HANA system.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.ProductPlantSalesFluentHelper getAllProductPlantSales()
ProductPlantSales
entities.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.ProductPlantSalesByKeyFluentHelper getProductPlantSalesByKey(String product, String plant)
ProductPlantSales
entity using key fields.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.ProductPlantSalesCreateFluentHelper createProductPlantSales(ProductPlantSales productPlantSales)
ProductPlantSales
entity and save it to the S/4HANA system.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.ProductPlantSalesUpdateFluentHelper updateProductPlantSales(ProductPlantSales productPlantSales)
ProductPlantSales
entity and save it to the S/4HANA system.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.ProductPlantStorageFluentHelper getAllProductPlantStorage()
ProductPlantStorage
entities.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.ProductPlantStorageByKeyFluentHelper getProductPlantStorageByKey(String product, String plant)
ProductPlantStorage
entity using key fields.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.ProductPlantStorageCreateFluentHelper createProductPlantStorage(ProductPlantStorage productPlantStorage)
ProductPlantStorage
entity and save it to the S/4HANA system.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.ProductPlantStorageUpdateFluentHelper updateProductPlantStorage(ProductPlantStorage productPlantStorage)
ProductPlantStorage
entity and save it to the S/4HANA system.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.ProductPlantTextFluentHelper getAllProductPlantText()
ProductPlantText
entities.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.ProductPlantTextByKeyFluentHelper getProductPlantTextByKey(String product, String plant)
ProductPlantText
entity using key fields.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.ProductPlantTextCreateFluentHelper createProductPlantText(ProductPlantText productPlantText)
ProductPlantText
entity and save it to the S/4HANA system.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.ProductPlantTextUpdateFluentHelper updateProductPlantText(ProductPlantText productPlantText)
ProductPlantText
entity and save it to the S/4HANA system.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.ProductPlantTextDeleteFluentHelper deleteProductPlantText(ProductPlantText productPlantText)
ProductPlantText
entity in the S/4HANA system.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.ProductProcurementFluentHelper getAllProductProcurement()
ProductProcurement
entities.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.ProductProcurementByKeyFluentHelper getProductProcurementByKey(String product)
ProductProcurement
entity using key fields.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.ProductProcurementCreateFluentHelper createProductProcurement(ProductProcurement productProcurement)
ProductProcurement
entity and save it to the S/4HANA system.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.ProductProcurementUpdateFluentHelper updateProductProcurement(ProductProcurement productProcurement)
ProductProcurement
entity and save it to the S/4HANA system.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.ProductPurchaseTextFluentHelper getAllProductPurchaseText()
ProductPurchaseText
entities.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.ProductPurchaseTextByKeyFluentHelper getProductPurchaseTextByKey(String product, String language)
ProductPurchaseText
entity using key fields.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.ProductPurchaseTextCreateFluentHelper createProductPurchaseText(ProductPurchaseText productPurchaseText)
ProductPurchaseText
entity and save it to the S/4HANA system.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.ProductPurchaseTextUpdateFluentHelper updateProductPurchaseText(ProductPurchaseText productPurchaseText)
ProductPurchaseText
entity and save it to the S/4HANA system.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.ProductPurchaseTextDeleteFluentHelper deleteProductPurchaseText(ProductPurchaseText productPurchaseText)
ProductPurchaseText
entity in the S/4HANA system.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.ProductQualityMgmtFluentHelper getAllProductQualityMgmt()
ProductQualityMgmt
entities.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.ProductQualityMgmtByKeyFluentHelper getProductQualityMgmtByKey(String product)
ProductQualityMgmt
entity using key fields.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.ProductQualityMgmtCreateFluentHelper createProductQualityMgmt(ProductQualityMgmt productQualityMgmt)
ProductQualityMgmt
entity and save it to the S/4HANA system.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.ProductQualityMgmtUpdateFluentHelper updateProductQualityMgmt(ProductQualityMgmt productQualityMgmt)
ProductQualityMgmt
entity and save it to the S/4HANA system.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.ProductSalesFluentHelper getAllProductSales()
ProductSales
entities.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.ProductSalesByKeyFluentHelper getProductSalesByKey(String product)
ProductSales
entity using key fields.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.ProductSalesCreateFluentHelper createProductSales(ProductSales productSales)
ProductSales
entity and save it to the S/4HANA system.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.ProductSalesUpdateFluentHelper updateProductSales(ProductSales productSales)
ProductSales
entity and save it to the S/4HANA system.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.ProductSalesDeliveryFluentHelper getAllProductSalesDelivery()
ProductSalesDelivery
entities.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.ProductSalesDeliveryByKeyFluentHelper getProductSalesDeliveryByKey(String product, String productSalesOrg, String productDistributionChnl)
ProductSalesDelivery
entity using key fields.product
- Alphanumeric key uniquely identifying the product.Constraints: Not nullable, Maximum length: 40
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
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
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.ProductSalesDeliveryCreateFluentHelper createProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
ProductSalesDelivery
entity and save it to the S/4HANA system.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.ProductSalesDeliveryUpdateFluentHelper updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery)
ProductSalesDelivery
entity and save it to the S/4HANA system.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.ProductSalesTaxFluentHelper getAllProductSalesTax()
ProductSalesTax
entities.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.ProductSalesTaxByKeyFluentHelper getProductSalesTaxByKey(String product, String country, String taxCategory, String taxClassification)
ProductSalesTax
entity using key fields.country
- Identifies the country in which the delivery originates.Constraints: Not nullable, Maximum length: 3
product
- Alphanumeric key uniquely identifying the product.Constraints: Not nullable, Maximum length: 40
taxClassification
- 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.ProductSalesTaxCreateFluentHelper createProductSalesTax(ProductSalesTax productSalesTax)
ProductSalesTax
entity and save it to the S/4HANA system.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.ProductSalesTaxUpdateFluentHelper updateProductSalesTax(ProductSalesTax productSalesTax)
ProductSalesTax
entity and save it to the S/4HANA system.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.ProductSalesTaxDeleteFluentHelper deleteProductSalesTax(ProductSalesTax productSalesTax)
ProductSalesTax
entity in the S/4HANA system.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.ProductSalesTextFluentHelper getAllProductSalesText()
ProductSalesText
entities.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.ProductSalesTextByKeyFluentHelper getProductSalesTextByKey(String product, String productSalesOrg, String productDistributionChnl, String language)
ProductSalesText
entity using key fields.product
- Alphanumeric key uniquely identifying the product.Constraints: Not nullable, Maximum length: 40
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
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
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.ProductSalesTextCreateFluentHelper createProductSalesText(ProductSalesText productSalesText)
ProductSalesText
entity and save it to the S/4HANA system.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.ProductSalesTextUpdateFluentHelper updateProductSalesText(ProductSalesText productSalesText)
ProductSalesText
entity and save it to the S/4HANA system.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.ProductSalesTextDeleteFluentHelper deleteProductSalesText(ProductSalesText productSalesText)
ProductSalesText
entity in the S/4HANA system.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.ProductStorageFluentHelper getAllProductStorage()
ProductStorage
entities.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.ProductStorageByKeyFluentHelper getProductStorageByKey(String product)
ProductStorage
entity using key fields.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.ProductStorageCreateFluentHelper createProductStorage(ProductStorage productStorage)
ProductStorage
entity and save it to the S/4HANA system.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.ProductStorageUpdateFluentHelper updateProductStorage(ProductStorage productStorage)
ProductStorage
entity and save it to the S/4HANA system.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.ProductStorageLocationFluentHelper getAllProductStorageLocation()
ProductStorageLocation
entities.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.ProductStorageLocationByKeyFluentHelper getProductStorageLocationByKey(String product, String plant, String storageLocation)
ProductStorageLocation
entity using key fields.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.ProductStorageLocationCreateFluentHelper createProductStorageLocation(ProductStorageLocation productStorageLocation)
ProductStorageLocation
entity and save it to the S/4HANA system.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.ProductStorageLocationUpdateFluentHelper updateProductStorageLocation(ProductStorageLocation productStorageLocation)
ProductStorageLocation
entity and save it to the S/4HANA system.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.ProductSupplyPlanningFluentHelper getAllProductSupplyPlanning()
ProductSupplyPlanning
entities.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.ProductSupplyPlanningByKeyFluentHelper getProductSupplyPlanningByKey(String product, String plant)
ProductSupplyPlanning
entity using key fields.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.ProductSupplyPlanningCreateFluentHelper createProductSupplyPlanning(ProductSupplyPlanning productSupplyPlanning)
ProductSupplyPlanning
entity and save it to the S/4HANA system.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.ProductSupplyPlanningUpdateFluentHelper updateProductSupplyPlanning(ProductSupplyPlanning productSupplyPlanning)
ProductSupplyPlanning
entity and save it to the S/4HANA system.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.ProductUnitsOfMeasureFluentHelper getAllProductUnitsOfMeasure()
ProductUnitsOfMeasure
entities.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.ProductUnitsOfMeasureByKeyFluentHelper getProductUnitsOfMeasureByKey(String product, String alternativeUnit)
ProductUnitsOfMeasure
entity using key fields.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.ProductUnitsOfMeasureCreateFluentHelper createProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
ProductUnitsOfMeasure
entity and save it to the S/4HANA system.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.ProductUnitsOfMeasureUpdateFluentHelper updateProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
ProductUnitsOfMeasure
entity and save it to the S/4HANA system.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.ProductUnitsOfMeasureDeleteFluentHelper deleteProductUnitsOfMeasure(ProductUnitsOfMeasure productUnitsOfMeasure)
ProductUnitsOfMeasure
entity in the S/4HANA system.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.ProductUnitsOfMeasureEANFluentHelper getAllProductUnitsOfMeasureEAN()
ProductUnitsOfMeasureEAN
entities.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.ProductUnitsOfMeasureEANByKeyFluentHelper getProductUnitsOfMeasureEANByKey(String product, String alternativeUnit, String consecutiveNumber)
ProductUnitsOfMeasureEAN
entity using key fields.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.ProductUnitsOfMeasureEANCreateFluentHelper createProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
ProductUnitsOfMeasureEAN
entity and save it to the S/4HANA system.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.ProductUnitsOfMeasureEANUpdateFluentHelper updateProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
ProductUnitsOfMeasureEAN
entity and save it to the S/4HANA system.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.ProductUnitsOfMeasureEANDeleteFluentHelper deleteProductUnitsOfMeasureEAN(ProductUnitsOfMeasureEAN productUnitsOfMeasureEAN)
ProductUnitsOfMeasureEAN
entity in the S/4HANA system.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.ProductWorkSchedulingFluentHelper getAllProductWorkScheduling()
ProductWorkScheduling
entities.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.ProductWorkSchedulingByKeyFluentHelper getProductWorkSchedulingByKey(String product, String plant)
ProductWorkScheduling
entity using key fields.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.ProductWorkSchedulingCreateFluentHelper createProductWorkScheduling(ProductWorkScheduling productWorkScheduling)
ProductWorkScheduling
entity and save it to the S/4HANA system.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.ProductWorkSchedulingUpdateFluentHelper updateProductWorkScheduling(ProductWorkScheduling productWorkScheduling)
ProductWorkScheduling
entity and save it to the S/4HANA system.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.