public interface CustomerMaterialServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<CustomerMaterialServiceBatch>
CustomerMaterialService
.Modifier and Type | Method and Description |
---|---|
CustomerMaterialServiceBatchChangeSet |
createCustomerMaterial(CustomerMaterial customerMaterial)
Create a new
CustomerMaterial entity and save it to the S/4HANA system. |
CustomerMaterialServiceBatchChangeSet |
deleteCustomerMaterial(CustomerMaterial customerMaterial)
Deletes an existing
CustomerMaterial entity in the S/4HANA system. |
CustomerMaterialServiceBatchChangeSet |
updateCustomerMaterial(CustomerMaterial customerMaterial)
Update an existing
CustomerMaterial entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull CustomerMaterialServiceBatchChangeSet createCustomerMaterial(@Nonnull CustomerMaterial customerMaterial)
CustomerMaterial
entity and save it to the S/4HANA system.customerMaterial
- CustomerMaterial
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CustomerMaterialServiceBatchChangeSet updateCustomerMaterial(@Nonnull CustomerMaterial customerMaterial)
CustomerMaterial
entity and save it to the S/4HANA system.customerMaterial
- CustomerMaterial
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CustomerMaterialServiceBatchChangeSet deleteCustomerMaterial(@Nonnull CustomerMaterial customerMaterial)
CustomerMaterial
entity in the S/4HANA system.customerMaterial
- CustomerMaterial
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.