Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.batch.CostCenterTestServiceBatchChangeSet
Packages that use CostCenterTestServiceBatchChangeSet
-
Uses of CostCenterTestServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.batch that implement CostCenterTestServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theCostCenterTestServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.batch that return CostCenterTestServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultCostCenterTestServiceBatch.beginChangeSet()CostCenterTestServiceBatchChangeSet.createCostCenter(CostCenter costCenter) Create a newCostCenterentity and save it to the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.createCostCenter(CostCenter costCenter) CostCenterTestServiceBatchChangeSet.createCostCenterText(CostCenterText costCenterText) Create a newCostCenterTextentity and save it to the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.createCostCenterText(CostCenterText costCenterText) CostCenterTestServiceBatchChangeSet.deleteCostCenter(CostCenter costCenter) Deletes an existingCostCenterentity in the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.deleteCostCenter(CostCenter costCenter) CostCenterTestServiceBatchChangeSet.deleteCostCenterText(CostCenterText costCenterText) Deletes an existingCostCenterTextentity in the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.deleteCostCenterText(CostCenterText costCenterText) CostCenterTestServiceBatchChangeSet.updateCostCenter(CostCenter costCenter) Update an existingCostCenterentity and save it to the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.updateCostCenter(CostCenter costCenter) CostCenterTestServiceBatchChangeSet.updateCostCenterText(CostCenterText costCenterText) Update an existingCostCenterTextentity and save it to the S/4HANA system.DefaultCostCenterTestServiceBatchChangeSet.updateCostCenterText(CostCenterText costCenterText)