Interface ServiceEntrySheetServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<ServiceEntrySheetServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<ServiceEntrySheetServiceBatch>
- All Known Implementing Classes:
DefaultServiceEntrySheetServiceBatchChangeSet
public interface ServiceEntrySheetServiceBatchChangeSet
extends FluentHelperBatchChangeSet<ServiceEntrySheetServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<ServiceEntrySheetServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
ServiceEntrySheetService.-
Method Summary
Modifier and TypeMethodDescriptioncreateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Create a newServiceEntrySheetentity and save it to the S/4HANA system.updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet) Update an existingServiceEntrySheetentity and save it to the S/4HANA system.updateServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem) Update an existingServiceEntrySheetItementity and save it to the S/4HANA system.updateSrvcEntrShtAcctAssignment(SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment) Update an existingSrvcEntrShtAcctAssignmententity 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
-
createServiceEntrySheet
@Nonnull ServiceEntrySheetServiceBatchChangeSet createServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet) Create a newServiceEntrySheetentity and save it to the S/4HANA system.- Parameters:
serviceEntrySheet-ServiceEntrySheetentity 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.
-
updateServiceEntrySheet
@Nonnull ServiceEntrySheetServiceBatchChangeSet updateServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet) Update an existingServiceEntrySheetentity and save it to the S/4HANA system.- Parameters:
serviceEntrySheet-ServiceEntrySheetentity object that will be updated 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.
-
updateServiceEntrySheetItem
@Nonnull ServiceEntrySheetServiceBatchChangeSet updateServiceEntrySheetItem(@Nonnull ServiceEntrySheetItem serviceEntrySheetItem) Update an existingServiceEntrySheetItementity and save it to the S/4HANA system.- Parameters:
serviceEntrySheetItem-ServiceEntrySheetItementity object that will be updated 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.
-
updateSrvcEntrShtAcctAssignment
@Nonnull ServiceEntrySheetServiceBatchChangeSet updateSrvcEntrShtAcctAssignment(@Nonnull SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment) Update an existingSrvcEntrShtAcctAssignmententity and save it to the S/4HANA system.- Parameters:
srvcEntrShtAcctAssignment-SrvcEntrShtAcctAssignmententity object that will be updated 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.
-