Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.batch.RawSubstanceServiceBatchChangeSet
Packages that use RawSubstanceServiceBatchChangeSet
-
Uses of RawSubstanceServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.batch that implement RawSubstanceServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theRawSubstanceServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.batch that return RawSubstanceServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultRawSubstanceServiceBatch.beginChangeSet()DefaultRawSubstanceServiceBatchChangeSet.createProduct(Product product) RawSubstanceServiceBatchChangeSet.createProduct(Product product) Create a newProductentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.createProductDescription(ProductDescription productDescription) RawSubstanceServiceBatchChangeSet.createProductDescription(ProductDescription productDescription) Create a newProductDescriptionentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.createProductPlant(ProductPlant productPlant) RawSubstanceServiceBatchChangeSet.createProductPlant(ProductPlant productPlant) Create a newProductPlantentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) RawSubstanceServiceBatchChangeSet.createProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Create a newProductSalesDeliveryentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.createProductStorageLocation(ProductStorageLocation productStorageLocation) RawSubstanceServiceBatchChangeSet.createProductStorageLocation(ProductStorageLocation productStorageLocation) Create a newProductStorageLocationentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.createSpecAssignedMatlForKeyDate(SpecAssignedMatlForKeyDate specAssignedMatlForKeyDate) RawSubstanceServiceBatchChangeSet.createSpecAssignedMatlForKeyDate(SpecAssignedMatlForKeyDate specAssignedMatlForKeyDate) Create a newSpecAssignedMatlForKeyDateentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.deleteProductDescription(ProductDescription productDescription) RawSubstanceServiceBatchChangeSet.deleteProductDescription(ProductDescription productDescription) Deletes an existingProductDescriptionentity in the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.updateProduct(Product product) RawSubstanceServiceBatchChangeSet.updateProduct(Product product) Update an existingProductentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.updateProductDescription(ProductDescription productDescription) RawSubstanceServiceBatchChangeSet.updateProductDescription(ProductDescription productDescription) Update an existingProductDescriptionentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.updateProductPlant(ProductPlant productPlant) RawSubstanceServiceBatchChangeSet.updateProductPlant(ProductPlant productPlant) Update an existingProductPlantentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) RawSubstanceServiceBatchChangeSet.updateProductSalesDelivery(ProductSalesDelivery productSalesDelivery) Update an existingProductSalesDeliveryentity and save it to the S/4HANA system.DefaultRawSubstanceServiceBatchChangeSet.updateProductStorageLocation(ProductStorageLocation productStorageLocation) RawSubstanceServiceBatchChangeSet.updateProductStorageLocation(ProductStorageLocation productStorageLocation) Update an existingProductStorageLocationentity and save it to the S/4HANA system.