Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.batch.CustomerMaterialServiceBatchChangeSet
Packages that use CustomerMaterialServiceBatchChangeSet
-
Uses of CustomerMaterialServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.batch that implement CustomerMaterialServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theCustomerMaterialServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customermaterial.batch that return CustomerMaterialServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultCustomerMaterialServiceBatch.beginChangeSet()CustomerMaterialServiceBatchChangeSet.createCustomerMaterial(CustomerMaterial customerMaterial) Create a newCustomerMaterialentity and save it to the S/4HANA system.DefaultCustomerMaterialServiceBatchChangeSet.createCustomerMaterial(CustomerMaterial customerMaterial) CustomerMaterialServiceBatchChangeSet.deleteCustomerMaterial(CustomerMaterial customerMaterial) Deletes an existingCustomerMaterialentity in the S/4HANA system.DefaultCustomerMaterialServiceBatchChangeSet.deleteCustomerMaterial(CustomerMaterial customerMaterial) CustomerMaterialServiceBatchChangeSet.updateCustomerMaterial(CustomerMaterial customerMaterial) Update an existingCustomerMaterialentity and save it to the S/4HANA system.DefaultCustomerMaterialServiceBatchChangeSet.updateCustomerMaterial(CustomerMaterial customerMaterial)