Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.batch.ProductionSupplyAreaServiceBatchChangeSet
Packages that use ProductionSupplyAreaServiceBatchChangeSet
-
Uses of ProductionSupplyAreaServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.batch that implement ProductionSupplyAreaServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theProductionSupplyAreaServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionsupplyarea.batch that return ProductionSupplyAreaServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultProductionSupplyAreaServiceBatch.beginChangeSet()DefaultProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyArea(ProductionSupplyArea productionSupplyArea) ProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Create a newProductionSupplyAreaentity and save it to the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) ProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) Create a newProductionSupplyAreaAddressentity and save it to the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) ProductionSupplyAreaServiceBatchChangeSet.createProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) Create a newProductionSupplyAreaTextentity and save it to the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyArea(ProductionSupplyArea productionSupplyArea) ProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Deletes an existingProductionSupplyAreaentity in the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) ProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) Deletes an existingProductionSupplyAreaAddressentity in the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) ProductionSupplyAreaServiceBatchChangeSet.deleteProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) Deletes an existingProductionSupplyAreaTextentity in the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyArea(ProductionSupplyArea productionSupplyArea) ProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyArea(ProductionSupplyArea productionSupplyArea) Update an existingProductionSupplyAreaentity and save it to the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) ProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyAreaAddress(ProductionSupplyAreaAddress productionSupplyAreaAddress) Update an existingProductionSupplyAreaAddressentity and save it to the S/4HANA system.DefaultProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) ProductionSupplyAreaServiceBatchChangeSet.updateProductionSupplyAreaText(ProductionSupplyAreaText productionSupplyAreaText) Update an existingProductionSupplyAreaTextentity and save it to the S/4HANA system.