public interface TaskActivityServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<TaskActivityServiceBatch>
TaskActivityService
.endChangeSet
@Nonnull TaskActivityServiceBatchChangeSet createCustMgmtTask(@Nonnull CustMgmtTask custMgmtTask)
CustMgmtTask
entity and save it to the S/4HANA system.custMgmtTask
- CustMgmtTask
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull TaskActivityServiceBatchChangeSet updateCustMgmtTask(@Nonnull CustMgmtTask custMgmtTask)
CustMgmtTask
entity and save it to the S/4HANA system.custMgmtTask
- CustMgmtTask
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull TaskActivityServiceBatchChangeSet createCustMgmtTaskPersonResp(@Nonnull CustMgmtTaskPersonResp custMgmtTaskPersonResp)
CustMgmtTaskPersonResp
entity and save it to the S/4HANA system.custMgmtTaskPersonResp
- CustMgmtTaskPersonResp
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull TaskActivityServiceBatchChangeSet updateCustMgmtTaskPersonResp(@Nonnull CustMgmtTaskPersonResp custMgmtTaskPersonResp)
CustMgmtTaskPersonResp
entity and save it to the S/4HANA system.custMgmtTaskPersonResp
- CustMgmtTaskPersonResp
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull TaskActivityServiceBatchChangeSet deleteCustMgmtTaskPersonResp(@Nonnull CustMgmtTaskPersonResp custMgmtTaskPersonResp)
CustMgmtTaskPersonResp
entity in the S/4HANA system.custMgmtTaskPersonResp
- CustMgmtTaskPersonResp
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull TaskActivityServiceBatchChangeSet createCustMgmtTaskText(@Nonnull CustMgmtTaskText custMgmtTaskText)
CustMgmtTaskText
entity and save it to the S/4HANA system.custMgmtTaskText
- CustMgmtTaskText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull TaskActivityServiceBatchChangeSet updateCustMgmtTaskText(@Nonnull CustMgmtTaskText custMgmtTaskText)
CustMgmtTaskText
entity and save it to the S/4HANA system.custMgmtTaskText
- CustMgmtTaskText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull TaskActivityServiceBatchChangeSet deleteCustMgmtTaskText(@Nonnull CustMgmtTaskText custMgmtTaskText)
CustMgmtTaskText
entity in the S/4HANA system.custMgmtTaskText
- CustMgmtTaskText
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.