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