Interface CostControllingJournalEntryServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<CostControllingJournalEntryServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<CostControllingJournalEntryServiceBatch>
- All Known Implementing Classes:
DefaultCostControllingJournalEntryServiceBatchChangeSet
public interface CostControllingJournalEntryServiceBatchChangeSet
extends FluentHelperBatchChangeSet<CostControllingJournalEntryServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<CostControllingJournalEntryServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
CostControllingJournalEntryService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCostRevenueReassignment(CostRevenueReassignment costRevenueReassignment) Create a newCostRevenueReassignmententity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createCostRevenueReassignment
@Nonnull CostControllingJournalEntryServiceBatchChangeSet createCostRevenueReassignment(@Nonnull CostRevenueReassignment costRevenueReassignment) Create a newCostRevenueReassignmententity and save it to the S/4HANA system.- Parameters:
costRevenueReassignment-CostRevenueReassignmententity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-