public interface CostCenterTestServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<CostCenterTestServiceBatch>
CostCenterTestService
.Modifier and Type | Method and Description |
---|---|
CostCenterTestServiceBatchChangeSet |
createCostCenter(CostCenter costCenter)
Create a new
CostCenter
entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
createCostCenterText(CostCenterText costCenterText)
Create a new
CostCenterText entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
deleteCostCenter(CostCenter costCenter)
Deletes an existing
CostCenter entity in the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
deleteCostCenterText(CostCenterText costCenterText)
Deletes an existing
CostCenterText entity in the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
updateCostCenter(CostCenter costCenter)
Update an existing
CostCenter entity and save it to the S/4HANA system. |
CostCenterTestServiceBatchChangeSet |
updateCostCenterText(CostCenterText costCenterText)
Update an existing
CostCenterText entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull CostCenterTestServiceBatchChangeSet createCostCenter(@Nonnull CostCenter costCenter)
CostCenter
entity and save it to the S/4HANA system.costCenter
- CostCenter
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterTestServiceBatchChangeSet updateCostCenter(@Nonnull CostCenter costCenter)
CostCenter
entity and save it to the S/4HANA system.costCenter
- CostCenter
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterTestServiceBatchChangeSet deleteCostCenter(@Nonnull CostCenter costCenter)
CostCenter
entity in the S/4HANA system.costCenter
- CostCenter
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterTestServiceBatchChangeSet createCostCenterText(@Nonnull CostCenterText costCenterText)
CostCenterText
entity and save it to the S/4HANA system.costCenterText
- CostCenterText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterTestServiceBatchChangeSet updateCostCenterText(@Nonnull CostCenterText costCenterText)
CostCenterText
entity and save it to the S/4HANA system.costCenterText
- CostCenterText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CostCenterTestServiceBatchChangeSet deleteCostCenterText(@Nonnull CostCenterText costCenterText)
CostCenterText
entity in the S/4HANA system.costCenterText
- CostCenterText
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.