public class DefaultServiceEntrySheetServiceBatchChangeSet extends BatchChangeSetFluentHelperBasic<ServiceEntrySheetServiceBatch,ServiceEntrySheetServiceBatchChangeSet> implements ServiceEntrySheetServiceBatchChangeSet
ServiceEntrySheetServiceBatchChangeSet
interface, enabling you to combine multiple
operations into one changeset. For further information have a look into the
ServiceEntrySheetService
.Modifier and Type | Method and Description |
---|---|
ServiceEntrySheetServiceBatchChangeSet |
createServiceEntrySheet(ServiceEntrySheet serviceEntrySheet)
Create a new
ServiceEntrySheet entity and save it to the S/4HANA system. |
protected DefaultServiceEntrySheetServiceBatchChangeSet |
getThis()
Method to safely return the current fluent helper instance upon public method calls.
|
ServiceEntrySheetServiceBatchChangeSet |
updateServiceEntrySheet(ServiceEntrySheet serviceEntrySheet)
Update an existing
ServiceEntrySheet entity and save it to the S/4HANA system. |
ServiceEntrySheetServiceBatchChangeSet |
updateServiceEntrySheetItem(ServiceEntrySheetItem serviceEntrySheetItem)
Update an existing
ServiceEntrySheetItem entity and save it to the S/4HANA system. |
ServiceEntrySheetServiceBatchChangeSet |
updateSrvcEntrShtAcctAssignment(SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment)
Update an existing
SrvcEntrShtAcctAssignment entity and save it to the S/4HANA system. |
addRequestCreate, addRequestDelete, addRequestUpdate, endChangeSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endChangeSet
@Nonnull protected DefaultServiceEntrySheetServiceBatchChangeSet getThis()
getThis
in class BatchChangeSetFluentHelperBasic<ServiceEntrySheetServiceBatch,ServiceEntrySheetServiceBatchChangeSet>
@Nonnull public ServiceEntrySheetServiceBatchChangeSet createServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet)
ServiceEntrySheet
entity and save it to the S/4HANA system.createServiceEntrySheet
in interface ServiceEntrySheetServiceBatchChangeSet
serviceEntrySheet
- ServiceEntrySheet
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceEntrySheetServiceBatchChangeSet updateServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet)
ServiceEntrySheet
entity and save it to the S/4HANA system.updateServiceEntrySheet
in interface ServiceEntrySheetServiceBatchChangeSet
serviceEntrySheet
- ServiceEntrySheet
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceEntrySheetServiceBatchChangeSet updateServiceEntrySheetItem(@Nonnull ServiceEntrySheetItem serviceEntrySheetItem)
ServiceEntrySheetItem
entity and save it to the S/4HANA system.updateServiceEntrySheetItem
in interface ServiceEntrySheetServiceBatchChangeSet
serviceEntrySheetItem
- ServiceEntrySheetItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull public ServiceEntrySheetServiceBatchChangeSet updateSrvcEntrShtAcctAssignment(@Nonnull SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment)
SrvcEntrShtAcctAssignment
entity and save it to the S/4HANA system.updateSrvcEntrShtAcctAssignment
in interface ServiceEntrySheetServiceBatchChangeSet
srvcEntrShtAcctAssignment
- SrvcEntrShtAcctAssignment
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.