@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultProductMasterService") public class DefaultProductMasterService extends Object implements ProductMasterService
The service supports following operations: GET, POST, PUT, PATCH, DELETE. You can create, read, update, and delete product master data at the entity level.
Reference: SAP API Business Hub
OData Service: | API_PRODUCT_SRV |
API Version: | 1 |
Communication Scenario: | Excise Tax Integration (SAP_COM_0568), SAP Analytics Cloud for Planning Integration (SAP_COM_0087), Distributed Manufacturing Integration (SAP_COM_0077), Product Integration (SAP_COM_0009) |
Scope Items: | Enablement of SAP Cloud Platform Excise Tax (4LO), Import Connection setup with SAP Analytics Cloud (1YB), Collaborative Manufacturing with SAP Digital Manufacturing Cloud (1NX), Master Data Integration (1RO), Opportunity-to-Order with SAP Cloud for Customer (1VP) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | Product |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultProductMasterService()
Creates a service using
ProductMasterService.DEFAULT_SERVICE_PATH to send the requests. |
public DefaultProductMasterService()
ProductMasterService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultProductMasterService withServicePath(@Nonnull String servicePath)
ProductMasterService
withServicePath
in interface ProductMasterService
servicePath
- Service path that will override the default.@Nonnull public DefaultProductMasterServiceBatch batch()
batch
in interface BatchService<ProductMasterServiceBatch>
@Nonnull 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.@Nonnull 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.@Nonnull public ProductCreateFluentHelper createProduct(@Nonnull 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.@Nonnull public ProductUpdateFluentHelper updateProduct(@Nonnull 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.@Nonnull 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.@Nonnull 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 indicates
Constraints: 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.@Nonnull public ProductBasicTextCreateFluentHelper createProductBasicText(@Nonnull 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.@Nonnull public ProductBasicTextUpdateFluentHelper updateProductBasicText(@Nonnull 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.@Nonnull public ProductBasicTextDeleteFluentHelper deleteProductBasicText(@Nonnull 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.@Nonnull 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.@Nonnull 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 indicates
Constraints: 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.@Nonnull public ProductDescriptionCreateFluentHelper createProductDescription(@Nonnull 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.@Nonnull public ProductDescriptionUpdateFluentHelper updateProductDescription(@Nonnull 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.@Nonnull public ProductDescriptionDeleteFluentHelper deleteProductDescription(@Nonnull 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.@Nonnull 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.@Nonnull 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 indicates
Constraints: 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.@Nonnull public ProductInspectionTextCreateFluentHelper createProductInspectionText(@Nonnull 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.@Nonnull public ProductInspectionTextUpdateFluentHelper updateProductInspectionText(@Nonnull 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.@Nonnull public ProductInspectionTextDeleteFluentHelper deleteProductInspectionText(@Nonnull 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.@Nonnull public ProductMLAccountFluentHelper getAllProductMLAccount()
ProductMasterService
ProductMLAccount
entities.getAllProductMLAccount
in interface ProductMasterService
ProductMLAccount
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductMLAccountByKeyFluentHelper getProductMLAccountByKey(String product, String valuationArea, String valuationType, String currencyRole)
ProductMasterService
ProductMLAccount
entity using key fields.getProductMLAccountByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
valuationArea
- Organizational level at which the material is valuated. A valuation area can be one of the following:
Constraints: Not nullable, Maximum length: 4
valuationType
- Uniquely identifies separately valuated stocks of a material.
Constraints: Not nullable, Maximum length: 10
currencyRole
- The currency type specifies the role of a currency in the SAP system.
Constraints: Not nullable, Maximum length: 2
ProductMLAccount
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductMLAccountCreateFluentHelper createProductMLAccount(@Nonnull ProductMLAccount productMLAccount)
ProductMasterService
ProductMLAccount
entity and save it to the S/4HANA system.createProductMLAccount
in interface ProductMasterService
productMLAccount
- ProductMLAccount
entity object that will be created in the S/4HANA system.ProductMLAccount
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductMLAccountUpdateFluentHelper updateProductMLAccount(@Nonnull ProductMLAccount productMLAccount)
ProductMasterService
ProductMLAccount
entity and save it to the S/4HANA system.updateProductMLAccount
in interface ProductMasterService
productMLAccount
- ProductMLAccount
entity object that will be updated in the S/4HANA system.ProductMLAccount
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductMLPricesFluentHelper getAllProductMLPrices()
ProductMasterService
ProductMLPrices
entities.getAllProductMLPrices
in interface ProductMasterService
ProductMLPrices
entities. This fluent helper allows methods which modify the underlying query to be called before
executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductMLPricesByKeyFluentHelper getProductMLPricesByKey(String product, String valuationArea, String valuationType, String currencyRole)
ProductMasterService
ProductMLPrices
entity using key fields.getProductMLPricesByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
valuationArea
- Organizational level at which the material is valuated. A valuation area can be one of the following:
Constraints: Not nullable, Maximum length: 4
valuationType
- Uniquely identifies separately valuated stocks of a material.
Constraints: Not nullable, Maximum length: 10
currencyRole
- The currency type specifies the role of a currency in the SAP system.
Constraints: Not nullable, Maximum length: 2
ProductMLPrices
entity using key fields. This fluent helper allows methods which modify the underlying query to be called
before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductMLPricesCreateFluentHelper createProductMLPrices(@Nonnull ProductMLPrices productMLPrices)
ProductMasterService
ProductMLPrices
entity and save it to the S/4HANA system.createProductMLPrices
in interface ProductMasterService
productMLPrices
- ProductMLPrices
entity object that will be created in the S/4HANA system.ProductMLPrices
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductMLPricesUpdateFluentHelper updateProductMLPrices(@Nonnull ProductMLPrices productMLPrices)
ProductMasterService
ProductMLPrices
entity and save it to the S/4HANA system.updateProductMLPrices
in interface ProductMasterService
productMLPrices
- ProductMLPrices
entity object that will be updated in the S/4HANA system.ProductMLPrices
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantCreateFluentHelper createProductPlant(@Nonnull 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.@Nonnull public ProductPlantUpdateFluentHelper updateProductPlant(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantCostingCreateFluentHelper createProductPlantCosting(@Nonnull 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.@Nonnull public ProductPlantCostingUpdateFluentHelper updateProductPlantCosting(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantForecastingCreateFluentHelper createProductPlantForecasting(@Nonnull 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.@Nonnull public ProductPlantForecastingUpdateFluentHelper updateProductPlantForecasting(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantIntlTrdCreateFluentHelper createProductPlantIntlTrd(@Nonnull 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.@Nonnull public ProductPlantIntlTrdUpdateFluentHelper updateProductPlantIntlTrd(@Nonnull 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.@Nonnull 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.@Nonnull 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: Plant
Constraints: 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.@Nonnull public ProductPlantMRPAreaCreateFluentHelper createProductPlantMRPArea(@Nonnull 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.@Nonnull public ProductPlantMRPAreaUpdateFluentHelper updateProductPlantMRPArea(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantProcurementCreateFluentHelper createProductPlantProcurement(@Nonnull 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.@Nonnull public ProductPlantProcurementUpdateFluentHelper updateProductPlantProcurement(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantQualityMgmtCreateFluentHelper createProductPlantQualityMgmt(@Nonnull 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.@Nonnull public ProductPlantQualityMgmtUpdateFluentHelper updateProductPlantQualityMgmt(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantSalesCreateFluentHelper createProductPlantSales(@Nonnull 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.@Nonnull public ProductPlantSalesUpdateFluentHelper updateProductPlantSales(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantStorageCreateFluentHelper createProductPlantStorage(@Nonnull 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.@Nonnull public ProductPlantStorageUpdateFluentHelper updateProductPlantStorage(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductPlantTextCreateFluentHelper createProductPlantText(@Nonnull 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.@Nonnull public ProductPlantTextUpdateFluentHelper updateProductPlantText(@Nonnull 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.@Nonnull public ProductPlantTextDeleteFluentHelper deleteProductPlantText(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductProcurementCreateFluentHelper createProductProcurement(@Nonnull 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.@Nonnull public ProductProcurementUpdateFluentHelper updateProductProcurement(@Nonnull 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.@Nonnull 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.@Nonnull 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 indicates
Constraints: 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.@Nonnull public ProductPurchaseTextCreateFluentHelper createProductPurchaseText(@Nonnull 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.@Nonnull public ProductPurchaseTextUpdateFluentHelper updateProductPurchaseText(@Nonnull 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.@Nonnull public ProductPurchaseTextDeleteFluentHelper deleteProductPurchaseText(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductQualityMgmtCreateFluentHelper createProductQualityMgmt(@Nonnull 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.@Nonnull public ProductQualityMgmtUpdateFluentHelper updateProductQualityMgmt(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductSalesCreateFluentHelper createProductSales(@Nonnull 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.@Nonnull public ProductSalesUpdateFluentHelper updateProductSales(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductSalesDeliveryCreateFluentHelper createProductSalesDelivery(@Nonnull 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.@Nonnull public ProductSalesDeliveryUpdateFluentHelper updateProductSalesDelivery(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductSalesTaxCreateFluentHelper createProductSalesTax(@Nonnull 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.@Nonnull public ProductSalesTaxUpdateFluentHelper updateProductSalesTax(@Nonnull 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.@Nonnull public ProductSalesTaxDeleteFluentHelper deleteProductSalesTax(@Nonnull 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.@Nonnull 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.@Nonnull 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 indicates
Constraints: 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.@Nonnull public ProductSalesTextCreateFluentHelper createProductSalesText(@Nonnull 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.@Nonnull public ProductSalesTextUpdateFluentHelper updateProductSalesText(@Nonnull 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.@Nonnull public ProductSalesTextDeleteFluentHelper deleteProductSalesText(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductStorageCreateFluentHelper createProductStorage(@Nonnull 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.@Nonnull public ProductStorageUpdateFluentHelper updateProductStorage(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductStorageLocationCreateFluentHelper createProductStorageLocation(@Nonnull 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.@Nonnull public ProductStorageLocationUpdateFluentHelper updateProductStorageLocation(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductSupplyPlanningCreateFluentHelper createProductSupplyPlanning(@Nonnull 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.@Nonnull public ProductSupplyPlanningUpdateFluentHelper updateProductSupplyPlanning(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull public ProductUnitsOfMeasureCreateFluentHelper createProductUnitsOfMeasure(@Nonnull 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.@Nonnull public ProductUnitsOfMeasureUpdateFluentHelper updateProductUnitsOfMeasure(@Nonnull 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.@Nonnull public ProductUnitsOfMeasureDeleteFluentHelper deleteProductUnitsOfMeasure(@Nonnull 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.@Nonnull 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.@Nonnull 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 Number
Constraints: 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.@Nonnull public ProductUnitsOfMeasureEANCreateFluentHelper createProductUnitsOfMeasureEAN(@Nonnull 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.@Nonnull public ProductUnitsOfMeasureEANUpdateFluentHelper updateProductUnitsOfMeasureEAN(@Nonnull 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.@Nonnull public ProductUnitsOfMeasureEANDeleteFluentHelper deleteProductUnitsOfMeasureEAN(@Nonnull 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.@Nonnull public ProductValuationFluentHelper getAllProductValuation()
ProductMasterService
ProductValuation
entities.getAllProductValuation
in interface ProductMasterService
ProductValuation
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationByKeyFluentHelper getProductValuationByKey(String product, String valuationArea, String valuationType)
ProductMasterService
ProductValuation
entity using key fields.getProductValuationByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
valuationArea
- Organizational level at which the material is valuated. A valuation area can be one of the following:
Constraints: Not nullable, Maximum length: 4
valuationType
- Uniquely identifies separately valuated stocks of a material.
Constraints: Not nullable, Maximum length: 10
ProductValuation
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationCreateFluentHelper createProductValuation(@Nonnull ProductValuation productValuation)
ProductMasterService
ProductValuation
entity and save it to the S/4HANA system.createProductValuation
in interface ProductMasterService
productValuation
- ProductValuation
entity object that will be created in the S/4HANA system.ProductValuation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationUpdateFluentHelper updateProductValuation(@Nonnull ProductValuation productValuation)
ProductMasterService
ProductValuation
entity and save it to the S/4HANA system.updateProductValuation
in interface ProductMasterService
productValuation
- ProductValuation
entity object that will be updated in the S/4HANA system.ProductValuation
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationAccountFluentHelper getAllProductValuationAccount()
ProductMasterService
ProductValuationAccount
entities.getAllProductValuationAccount
in interface ProductMasterService
ProductValuationAccount
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationAccountByKeyFluentHelper getProductValuationAccountByKey(String product, String valuationArea, String valuationType)
ProductMasterService
ProductValuationAccount
entity using key fields.getProductValuationAccountByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
valuationArea
- Organizational level at which the material is valuated. A valuation area can be one of the following:
Constraints: Not nullable, Maximum length: 4
valuationType
- Uniquely identifies separately valuated stocks of a material.
Constraints: Not nullable, Maximum length: 10
ProductValuationAccount
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationAccountCreateFluentHelper createProductValuationAccount(@Nonnull ProductValuationAccount productValuationAccount)
ProductMasterService
ProductValuationAccount
entity and save it to the S/4HANA system.createProductValuationAccount
in interface ProductMasterService
productValuationAccount
- ProductValuationAccount
entity object that will be created in the S/4HANA system.ProductValuationAccount
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationAccountUpdateFluentHelper updateProductValuationAccount(@Nonnull ProductValuationAccount productValuationAccount)
ProductMasterService
ProductValuationAccount
entity and save it to the S/4HANA system.updateProductValuationAccount
in interface ProductMasterService
productValuationAccount
- ProductValuationAccount
entity object that will be updated in the S/4HANA system.ProductValuationAccount
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationCostingFluentHelper getAllProductValuationCosting()
ProductMasterService
ProductValuationCosting
entities.getAllProductValuationCosting
in interface ProductMasterService
ProductValuationCosting
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationCostingByKeyFluentHelper getProductValuationCostingByKey(String product, String valuationArea, String valuationType)
ProductMasterService
ProductValuationCosting
entity using key fields.getProductValuationCostingByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the material.
Constraints: Not nullable, Maximum length: 40
valuationArea
- Organizational level at which the material is valuated. A valuation area can be one of the following:
Constraints: Not nullable, Maximum length: 4
valuationType
- Uniquely identifies separately valuated stocks of a material.
Constraints: Not nullable, Maximum length: 10
ProductValuationCosting
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationCostingCreateFluentHelper createProductValuationCosting(@Nonnull ProductValuationCosting productValuationCosting)
ProductMasterService
ProductValuationCosting
entity and save it to the S/4HANA system.createProductValuationCosting
in interface ProductMasterService
productValuationCosting
- ProductValuationCosting
entity object that will be created in the S/4HANA system.ProductValuationCosting
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull public ProductValuationCostingUpdateFluentHelper updateProductValuationCosting(@Nonnull ProductValuationCosting productValuationCosting)
ProductMasterService
ProductValuationCosting
entity and save it to the S/4HANA system.updateProductValuationCosting
in interface ProductMasterService
productValuationCosting
- ProductValuationCosting
entity object that will be updated in the S/4HANA system.ProductValuationCosting
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull 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.@Nonnull public ProductWorkSchedulingByKeyFluentHelper getProductWorkSchedulingByKey(String product, String plant)
ProductMasterService
ProductWorkScheduling
entity using key fields.getProductWorkSchedulingByKey
in interface ProductMasterService
product
- Alphanumeric key uniquely identifying the product.
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.@Nonnull public ProductWorkSchedulingCreateFluentHelper createProductWorkScheduling(@Nonnull 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.@Nonnull public ProductWorkSchedulingUpdateFluentHelper updateProductWorkScheduling(@Nonnull 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 © 2021 SAP SE. All rights reserved.