public interface ServiceEntrySheetServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<ServiceEntrySheetServiceBatch>
ServiceEntrySheetService
.Modifier and Type | Method and Description |
---|---|
ServiceEntrySheetServiceBatchChangeSet |
createServiceEntrySheet(ServiceEntrySheet serviceEntrySheet)
Create a new
ServiceEntrySheet entity and save it to the S/4HANA system. |
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. |
endChangeSet
@Nonnull ServiceEntrySheetServiceBatchChangeSet createServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet)
ServiceEntrySheet
entity and save it to the S/4HANA system.serviceEntrySheet
- ServiceEntrySheet
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ServiceEntrySheetServiceBatchChangeSet updateServiceEntrySheet(@Nonnull ServiceEntrySheet serviceEntrySheet)
ServiceEntrySheet
entity and save it to the S/4HANA system.serviceEntrySheet
- ServiceEntrySheet
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ServiceEntrySheetServiceBatchChangeSet updateServiceEntrySheetItem(@Nonnull ServiceEntrySheetItem serviceEntrySheetItem)
ServiceEntrySheetItem
entity and save it to the S/4HANA system.serviceEntrySheetItem
- ServiceEntrySheetItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull ServiceEntrySheetServiceBatchChangeSet updateSrvcEntrShtAcctAssignment(@Nonnull SrvcEntrShtAcctAssignment srvcEntrShtAcctAssignment)
SrvcEntrShtAcctAssignment
entity and save it to the S/4HANA system.srvcEntrShtAcctAssignment
- SrvcEntrShtAcctAssignment
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.