public interface ProductMasterService extends BatchService<ProductMasterServiceBatch>
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: | Product Integration (SAP_COM_0009), Distributed Manufacturing Integration (SAP_COM_0077), SAP Analytics Cloud for Planning Integration (SAP_COM_0087) |
Scope Items: | Business Partner and Product Master Integration (1RO), Opportunity-to-Order with SAP Cloud for Customer (1VP), Collaborative Manufacturing with SAP Digital Manufacturing Cloud (1NX), Import Connection setup with SAP Analytics Cloud (1YB) |
Authentication Methods: | Basic, x509, OAuth2 |
Business Object: | Product |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull ProductMasterService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull ProductFluentHelper getAllProduct()
Product
entities.@Nonnull 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.@Nonnull ProductCreateFluentHelper createProduct(@Nonnull Product product)
Product
entity and
save it to the S/4HANA system.@Nonnull ProductUpdateFluentHelper updateProduct(@Nonnull Product product)
Product
entity and save it to the S/4HANA system.@Nonnull 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.@Nonnull 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 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 ProductBasicTextCreateFluentHelper createProductBasicText(@Nonnull 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.@Nonnull ProductBasicTextUpdateFluentHelper updateProductBasicText(@Nonnull 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.@Nonnull ProductBasicTextDeleteFluentHelper deleteProductBasicText(@Nonnull 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.@Nonnull 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.@Nonnull 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 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 ProductDescriptionCreateFluentHelper createProductDescription(@Nonnull 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.@Nonnull ProductDescriptionUpdateFluentHelper updateProductDescription(@Nonnull 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.@Nonnull ProductDescriptionDeleteFluentHelper deleteProductDescription(@Nonnull 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.@Nonnull 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.@Nonnull 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 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 ProductInspectionTextCreateFluentHelper createProductInspectionText(@Nonnull 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.@Nonnull ProductInspectionTextUpdateFluentHelper updateProductInspectionText(@Nonnull 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.@Nonnull ProductInspectionTextDeleteFluentHelper deleteProductInspectionText(@Nonnull 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.@Nonnull ProductMLAccountFluentHelper getAllProductMLAccount()
ProductMLAccount
entities.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 ProductMLAccountByKeyFluentHelper getProductMLAccountByKey(String product, String valuationArea, String valuationType, String currencyRole)
ProductMLAccount
entity using key fields.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
currencyRole
- The currency type specifies the role of a currency in the SAP system.
Constraints: Not nullable, Maximum length: 2
valuationType
- Uniquely identifies separately valuated stocks of a material.
Constraints: Not nullable, Maximum length: 10
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 ProductMLAccountCreateFluentHelper createProductMLAccount(@Nonnull ProductMLAccount productMLAccount)
ProductMLAccount
entity and save it to the S/4HANA system.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 ProductMLAccountUpdateFluentHelper updateProductMLAccount(@Nonnull ProductMLAccount productMLAccount)
ProductMLAccount
entity and save it to the S/4HANA system.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 ProductMLPricesFluentHelper getAllProductMLPrices()
ProductMLPrices
entities.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 ProductMLPricesByKeyFluentHelper getProductMLPricesByKey(String product, String valuationArea, String valuationType, String currencyRole)
ProductMLPrices
entity using key fields.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
currencyRole
- The currency type specifies the role of a currency in the SAP system.
Constraints: Not nullable, Maximum length: 2
valuationType
- Uniquely identifies separately valuated stocks of a material.
Constraints: Not nullable, Maximum length: 10
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 ProductMLPricesCreateFluentHelper createProductMLPrices(@Nonnull ProductMLPrices productMLPrices)
ProductMLPrices
entity and save it to the S/4HANA system.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 ProductMLPricesUpdateFluentHelper updateProductMLPrices(@Nonnull ProductMLPrices productMLPrices)
ProductMLPrices
entity and save it to the S/4HANA system.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 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.@Nonnull 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.@Nonnull ProductPlantCreateFluentHelper createProductPlant(@Nonnull 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.@Nonnull ProductPlantUpdateFluentHelper updateProductPlant(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductPlantCostingCreateFluentHelper createProductPlantCosting(@Nonnull 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.@Nonnull ProductPlantCostingUpdateFluentHelper updateProductPlantCosting(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductPlantForecastingCreateFluentHelper createProductPlantForecasting(@Nonnull 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.@Nonnull ProductPlantForecastingUpdateFluentHelper updateProductPlantForecasting(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductPlantIntlTrdCreateFluentHelper createProductPlantIntlTrd(@Nonnull 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.@Nonnull ProductPlantIntlTrdUpdateFluentHelper updateProductPlantIntlTrd(@Nonnull 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.@Nonnull 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.@Nonnull 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: Plant
Constraints: 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.@Nonnull ProductPlantMRPAreaCreateFluentHelper createProductPlantMRPArea(@Nonnull 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.@Nonnull ProductPlantMRPAreaUpdateFluentHelper updateProductPlantMRPArea(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductPlantProcurementCreateFluentHelper createProductPlantProcurement(@Nonnull 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.@Nonnull ProductPlantProcurementUpdateFluentHelper updateProductPlantProcurement(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductPlantQualityMgmtCreateFluentHelper createProductPlantQualityMgmt(@Nonnull 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.@Nonnull ProductPlantQualityMgmtUpdateFluentHelper updateProductPlantQualityMgmt(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductPlantSalesCreateFluentHelper createProductPlantSales(@Nonnull 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.@Nonnull ProductPlantSalesUpdateFluentHelper updateProductPlantSales(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductPlantStorageCreateFluentHelper createProductPlantStorage(@Nonnull 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.@Nonnull ProductPlantStorageUpdateFluentHelper updateProductPlantStorage(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductPlantTextCreateFluentHelper createProductPlantText(@Nonnull 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.@Nonnull ProductPlantTextUpdateFluentHelper updateProductPlantText(@Nonnull 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.@Nonnull ProductPlantTextDeleteFluentHelper deleteProductPlantText(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductProcurementCreateFluentHelper createProductProcurement(@Nonnull 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.@Nonnull ProductProcurementUpdateFluentHelper updateProductProcurement(@Nonnull 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.@Nonnull 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.@Nonnull 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 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 ProductPurchaseTextCreateFluentHelper createProductPurchaseText(@Nonnull 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.@Nonnull ProductPurchaseTextUpdateFluentHelper updateProductPurchaseText(@Nonnull 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.@Nonnull ProductPurchaseTextDeleteFluentHelper deleteProductPurchaseText(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductQualityMgmtCreateFluentHelper createProductQualityMgmt(@Nonnull 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.@Nonnull ProductQualityMgmtUpdateFluentHelper updateProductQualityMgmt(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductSalesCreateFluentHelper createProductSales(@Nonnull 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.@Nonnull ProductSalesUpdateFluentHelper updateProductSales(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductSalesDeliveryCreateFluentHelper createProductSalesDelivery(@Nonnull 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.@Nonnull ProductSalesDeliveryUpdateFluentHelper updateProductSalesDelivery(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductSalesTaxCreateFluentHelper createProductSalesTax(@Nonnull 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.@Nonnull ProductSalesTaxUpdateFluentHelper updateProductSalesTax(@Nonnull 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.@Nonnull ProductSalesTaxDeleteFluentHelper deleteProductSalesTax(@Nonnull 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.@Nonnull 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.@Nonnull 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 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 ProductSalesTextCreateFluentHelper createProductSalesText(@Nonnull 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.@Nonnull ProductSalesTextUpdateFluentHelper updateProductSalesText(@Nonnull 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.@Nonnull ProductSalesTextDeleteFluentHelper deleteProductSalesText(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductStorageCreateFluentHelper createProductStorage(@Nonnull 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.@Nonnull ProductStorageUpdateFluentHelper updateProductStorage(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductStorageLocationCreateFluentHelper createProductStorageLocation(@Nonnull 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.@Nonnull ProductStorageLocationUpdateFluentHelper updateProductStorageLocation(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductSupplyPlanningCreateFluentHelper createProductSupplyPlanning(@Nonnull 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.@Nonnull ProductSupplyPlanningUpdateFluentHelper updateProductSupplyPlanning(@Nonnull 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.@Nonnull 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.@Nonnull 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.@Nonnull ProductUnitsOfMeasureCreateFluentHelper createProductUnitsOfMeasure(@Nonnull 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.@Nonnull ProductUnitsOfMeasureUpdateFluentHelper updateProductUnitsOfMeasure(@Nonnull 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.@Nonnull ProductUnitsOfMeasureDeleteFluentHelper deleteProductUnitsOfMeasure(@Nonnull 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.@Nonnull 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.@Nonnull 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 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 ProductUnitsOfMeasureEANCreateFluentHelper createProductUnitsOfMeasureEAN(@Nonnull 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.@Nonnull ProductUnitsOfMeasureEANUpdateFluentHelper updateProductUnitsOfMeasureEAN(@Nonnull 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.@Nonnull ProductUnitsOfMeasureEANDeleteFluentHelper deleteProductUnitsOfMeasureEAN(@Nonnull 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.@Nonnull ProductValuationFluentHelper getAllProductValuation()
ProductValuation
entities.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 ProductValuationByKeyFluentHelper getProductValuationByKey(String product, String valuationArea, String valuationType)
ProductValuation
entity using key fields.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 ProductValuationCreateFluentHelper createProductValuation(@Nonnull ProductValuation productValuation)
ProductValuation
entity and save it to the S/4HANA system.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 ProductValuationUpdateFluentHelper updateProductValuation(@Nonnull ProductValuation productValuation)
ProductValuation
entity and save it to the S/4HANA system.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 ProductValuationAccountFluentHelper getAllProductValuationAccount()
ProductValuationAccount
entities.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 ProductValuationAccountByKeyFluentHelper getProductValuationAccountByKey(String product, String valuationArea, String valuationType)
ProductValuationAccount
entity using key fields.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 ProductValuationAccountCreateFluentHelper createProductValuationAccount(@Nonnull ProductValuationAccount productValuationAccount)
ProductValuationAccount
entity and save it to the S/4HANA system.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 ProductValuationAccountUpdateFluentHelper updateProductValuationAccount(@Nonnull ProductValuationAccount productValuationAccount)
ProductValuationAccount
entity and save it to the S/4HANA system.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 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.@Nonnull 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.@Nonnull ProductWorkSchedulingCreateFluentHelper createProductWorkScheduling(@Nonnull 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.@Nonnull ProductWorkSchedulingUpdateFluentHelper updateProductWorkScheduling(@Nonnull 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 © 2019 SAP SE. All rights reserved.