public interface SalesContractServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<SalesContractServiceBatch>
SalesContractService
.endChangeSet
@Nonnull SalesContractServiceBatchChangeSet createSalesContract(@Nonnull SalesContract salesContract)
SalesContract
entity and save it to the S/4HANA system.salesContract
- SalesContract
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet updateSalesContract(@Nonnull SalesContract salesContract)
SalesContract
entity and save it to the S/4HANA system.salesContract
- SalesContract
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet deleteSalesContract(@Nonnull SalesContract salesContract)
SalesContract
entity in the S/4HANA system.salesContract
- SalesContract
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet createSalesContractItem(@Nonnull SalesContractItem salesContractItem)
SalesContractItem
entity and save it to the S/4HANA system.salesContractItem
- SalesContractItem
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet updateSalesContractItem(@Nonnull SalesContractItem salesContractItem)
SalesContractItem
entity and save it to the S/4HANA system.salesContractItem
- SalesContractItem
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractItem(@Nonnull SalesContractItem salesContractItem)
SalesContractItem
entity in the S/4HANA system.salesContractItem
- SalesContractItem
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet updateSalesContractItemPartner(@Nonnull SalesContractItemPartner salesContractItemPartner)
SalesContractItemPartner
entity and save it to the S/4HANA system.salesContractItemPartner
- SalesContractItemPartner
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractItemPartner(@Nonnull SalesContractItemPartner salesContractItemPartner)
SalesContractItemPartner
entity in the S/4HANA system.salesContractItemPartner
- SalesContractItemPartner
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet updateSalesContractItemPrcgElmnt(@Nonnull SalesContractItemPrcgElmnt salesContractItemPrcgElmnt)
SalesContractItemPrcgElmnt
entity and save it to the S/4HANA system.salesContractItemPrcgElmnt
- SalesContractItemPrcgElmnt
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractItemPrcgElmnt(@Nonnull SalesContractItemPrcgElmnt salesContractItemPrcgElmnt)
SalesContractItemPrcgElmnt
entity in the S/4HANA system.salesContractItemPrcgElmnt
- SalesContractItemPrcgElmnt
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet updateSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner)
SalesContractPartner
entity and save it to the S/4HANA system.salesContractPartner
- SalesContractPartner
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractPartner(@Nonnull SalesContractPartner salesContractPartner)
SalesContractPartner
entity in the S/4HANA system.salesContractPartner
- SalesContractPartner
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet updateSalesContractPrcgElmnt(@Nonnull SalesContractPrcgElmnt salesContractPrcgElmnt)
SalesContractPrcgElmnt
entity and save it to the S/4HANA system.salesContractPrcgElmnt
- SalesContractPrcgElmnt
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull SalesContractServiceBatchChangeSet deleteSalesContractPrcgElmnt(@Nonnull SalesContractPrcgElmnt salesContractPrcgElmnt)
SalesContractPrcgElmnt
entity in the S/4HANA system.salesContractPrcgElmnt
- SalesContractPrcgElmnt
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.