Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenteractivitytype.batch.CostCenterActivityTypeServiceBatchChangeSet
Packages that use CostCenterActivityTypeServiceBatchChangeSet
Package
Description
-
Uses of CostCenterActivityTypeServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenteractivitytype.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenteractivitytype.batch that implement CostCenterActivityTypeServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theCostCenterActivityTypeServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenteractivitytype.batch that return CostCenterActivityTypeServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultCostCenterActivityTypeServiceBatch.beginChangeSet()CostCenterActivityTypeServiceBatchChangeSet.createCostCenterActivityType(CostCenterActivityType costCenterActivityType) Create a newCostCenterActivityTypeentity and save it to the S/4HANA system.DefaultCostCenterActivityTypeServiceBatchChangeSet.createCostCenterActivityType(CostCenterActivityType costCenterActivityType) CostCenterActivityTypeServiceBatchChangeSet.createCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText) Create a newCostCenterActivityTypeTextentity and save it to the S/4HANA system.DefaultCostCenterActivityTypeServiceBatchChangeSet.createCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText) CostCenterActivityTypeServiceBatchChangeSet.deleteCostCenterActivityType(CostCenterActivityType costCenterActivityType) Deletes an existingCostCenterActivityTypeentity in the S/4HANA system.DefaultCostCenterActivityTypeServiceBatchChangeSet.deleteCostCenterActivityType(CostCenterActivityType costCenterActivityType) CostCenterActivityTypeServiceBatchChangeSet.deleteCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText) Deletes an existingCostCenterActivityTypeTextentity in the S/4HANA system.DefaultCostCenterActivityTypeServiceBatchChangeSet.deleteCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText) CostCenterActivityTypeServiceBatchChangeSet.updateCostCenterActivityType(CostCenterActivityType costCenterActivityType) Update an existingCostCenterActivityTypeentity and save it to the S/4HANA system.DefaultCostCenterActivityTypeServiceBatchChangeSet.updateCostCenterActivityType(CostCenterActivityType costCenterActivityType) CostCenterActivityTypeServiceBatchChangeSet.updateCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText) Update an existingCostCenterActivityTypeTextentity and save it to the S/4HANA system.DefaultCostCenterActivityTypeServiceBatchChangeSet.updateCostCenterActivityTypeText(CostCenterActivityTypeText costCenterActivityTypeText)