Interface SalesSchedulingAgreementServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SalesSchedulingAgreementServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SalesSchedulingAgreementServiceBatch>
- All Known Implementing Classes:
DefaultSalesSchedulingAgreementServiceBatchChangeSet
public interface SalesSchedulingAgreementServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SalesSchedulingAgreementServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SalesSchedulingAgreementServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SalesSchedulingAgreementService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSalesSchedgAgrmt(SalesSchedgAgrmt salesSchedgAgrmt) Create a newSalesSchedgAgrmtentity and save it to the S/4HANA system.createSalesSchedgAgrmtItem(SalesSchedgAgrmtItem salesSchedgAgrmtItem) Create a newSalesSchedgAgrmtItementity and save it to the S/4HANA system.deleteSalesSchedgAgrmt(SalesSchedgAgrmt salesSchedgAgrmt) Deletes an existingSalesSchedgAgrmtentity in the S/4HANA system.deleteSalesSchedgAgrmtItem(SalesSchedgAgrmtItem salesSchedgAgrmtItem) Deletes an existingSalesSchedgAgrmtItementity in the S/4HANA system.deleteSalesSchedgAgrmtItemPartner(SalesSchedgAgrmtItemPartner salesSchedgAgrmtItemPartner) Deletes an existingSalesSchedgAgrmtItemPartnerentity in the S/4HANA system.deleteSalesSchedgAgrmtItemText(SalesSchedgAgrmtItemText salesSchedgAgrmtItemText) Deletes an existingSalesSchedgAgrmtItemTextentity in the S/4HANA system.deleteSalesSchedgAgrmtItmPrcgElmnt(SalesSchedgAgrmtItmPrcgElmnt salesSchedgAgrmtItmPrcgElmnt) Deletes an existingSalesSchedgAgrmtItmPrcgElmntentity in the S/4HANA system.deleteSalesSchedgAgrmtPartner(SalesSchedgAgrmtPartner salesSchedgAgrmtPartner) Deletes an existingSalesSchedgAgrmtPartnerentity in the S/4HANA system.deleteSalesSchedgAgrmtPrcgElement(SalesSchedgAgrmtPrcgElement salesSchedgAgrmtPrcgElement) Deletes an existingSalesSchedgAgrmtPrcgElemententity in the S/4HANA system.deleteSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Deletes an existingSalesSchedgAgrmtTextentity in the S/4HANA system.updateSalesSchedgAgrmt(SalesSchedgAgrmt salesSchedgAgrmt) Update an existingSalesSchedgAgrmtentity and save it to the S/4HANA system.updateSalesSchedgAgrmtItem(SalesSchedgAgrmtItem salesSchedgAgrmtItem) Update an existingSalesSchedgAgrmtItementity and save it to the S/4HANA system.updateSalesSchedgAgrmtItemPartner(SalesSchedgAgrmtItemPartner salesSchedgAgrmtItemPartner) Update an existingSalesSchedgAgrmtItemPartnerentity and save it to the S/4HANA system.updateSalesSchedgAgrmtItemText(SalesSchedgAgrmtItemText salesSchedgAgrmtItemText) Update an existingSalesSchedgAgrmtItemTextentity and save it to the S/4HANA system.updateSalesSchedgAgrmtItmPrcgElmnt(SalesSchedgAgrmtItmPrcgElmnt salesSchedgAgrmtItmPrcgElmnt) Update an existingSalesSchedgAgrmtItmPrcgElmntentity and save it to the S/4HANA system.updateSalesSchedgAgrmtPartner(SalesSchedgAgrmtPartner salesSchedgAgrmtPartner) Update an existingSalesSchedgAgrmtPartnerentity and save it to the S/4HANA system.updateSalesSchedgAgrmtPrcgElement(SalesSchedgAgrmtPrcgElement salesSchedgAgrmtPrcgElement) Update an existingSalesSchedgAgrmtPrcgElemententity and save it to the S/4HANA system.updateSalesSchedgAgrmtText(SalesSchedgAgrmtText salesSchedgAgrmtText) Update an existingSalesSchedgAgrmtTextentity 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
-
createSalesSchedgAgrmt
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet createSalesSchedgAgrmt(@Nonnull SalesSchedgAgrmt salesSchedgAgrmt) Create a newSalesSchedgAgrmtentity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmt-SalesSchedgAgrmtentity 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.
-
updateSalesSchedgAgrmt
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmt(@Nonnull SalesSchedgAgrmt salesSchedgAgrmt) Update an existingSalesSchedgAgrmtentity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmt-SalesSchedgAgrmtentity 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.
-
deleteSalesSchedgAgrmt
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmt(@Nonnull SalesSchedgAgrmt salesSchedgAgrmt) Deletes an existingSalesSchedgAgrmtentity in the S/4HANA system.- Parameters:
salesSchedgAgrmt-SalesSchedgAgrmtentity object that will be deleted 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.
-
createSalesSchedgAgrmtItem
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet createSalesSchedgAgrmtItem(@Nonnull SalesSchedgAgrmtItem salesSchedgAgrmtItem) Create a newSalesSchedgAgrmtItementity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmtItem-SalesSchedgAgrmtItementity 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.
-
updateSalesSchedgAgrmtItem
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtItem(@Nonnull SalesSchedgAgrmtItem salesSchedgAgrmtItem) Update an existingSalesSchedgAgrmtItementity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmtItem-SalesSchedgAgrmtItementity 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.
-
deleteSalesSchedgAgrmtItem
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtItem(@Nonnull SalesSchedgAgrmtItem salesSchedgAgrmtItem) Deletes an existingSalesSchedgAgrmtItementity in the S/4HANA system.- Parameters:
salesSchedgAgrmtItem-SalesSchedgAgrmtItementity object that will be deleted 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.
-
updateSalesSchedgAgrmtItemPartner
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtItemPartner(@Nonnull SalesSchedgAgrmtItemPartner salesSchedgAgrmtItemPartner) Update an existingSalesSchedgAgrmtItemPartnerentity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmtItemPartner-SalesSchedgAgrmtItemPartnerentity 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.
-
deleteSalesSchedgAgrmtItemPartner
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtItemPartner(@Nonnull SalesSchedgAgrmtItemPartner salesSchedgAgrmtItemPartner) Deletes an existingSalesSchedgAgrmtItemPartnerentity in the S/4HANA system.- Parameters:
salesSchedgAgrmtItemPartner-SalesSchedgAgrmtItemPartnerentity object that will be deleted 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.
-
updateSalesSchedgAgrmtItemText
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtItemText(@Nonnull SalesSchedgAgrmtItemText salesSchedgAgrmtItemText) Update an existingSalesSchedgAgrmtItemTextentity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmtItemText-SalesSchedgAgrmtItemTextentity 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.
-
deleteSalesSchedgAgrmtItemText
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtItemText(@Nonnull SalesSchedgAgrmtItemText salesSchedgAgrmtItemText) Deletes an existingSalesSchedgAgrmtItemTextentity in the S/4HANA system.- Parameters:
salesSchedgAgrmtItemText-SalesSchedgAgrmtItemTextentity object that will be deleted 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.
-
updateSalesSchedgAgrmtItmPrcgElmnt
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtItmPrcgElmnt(@Nonnull SalesSchedgAgrmtItmPrcgElmnt salesSchedgAgrmtItmPrcgElmnt) Update an existingSalesSchedgAgrmtItmPrcgElmntentity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmtItmPrcgElmnt-SalesSchedgAgrmtItmPrcgElmntentity 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.
-
deleteSalesSchedgAgrmtItmPrcgElmnt
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtItmPrcgElmnt(@Nonnull SalesSchedgAgrmtItmPrcgElmnt salesSchedgAgrmtItmPrcgElmnt) Deletes an existingSalesSchedgAgrmtItmPrcgElmntentity in the S/4HANA system.- Parameters:
salesSchedgAgrmtItmPrcgElmnt-SalesSchedgAgrmtItmPrcgElmntentity object that will be deleted 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.
-
updateSalesSchedgAgrmtPartner
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtPartner(@Nonnull SalesSchedgAgrmtPartner salesSchedgAgrmtPartner) Update an existingSalesSchedgAgrmtPartnerentity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmtPartner-SalesSchedgAgrmtPartnerentity 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.
-
deleteSalesSchedgAgrmtPartner
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtPartner(@Nonnull SalesSchedgAgrmtPartner salesSchedgAgrmtPartner) Deletes an existingSalesSchedgAgrmtPartnerentity in the S/4HANA system.- Parameters:
salesSchedgAgrmtPartner-SalesSchedgAgrmtPartnerentity object that will be deleted 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.
-
updateSalesSchedgAgrmtPrcgElement
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtPrcgElement(@Nonnull SalesSchedgAgrmtPrcgElement salesSchedgAgrmtPrcgElement) Update an existingSalesSchedgAgrmtPrcgElemententity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmtPrcgElement-SalesSchedgAgrmtPrcgElemententity 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.
-
deleteSalesSchedgAgrmtPrcgElement
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtPrcgElement(@Nonnull SalesSchedgAgrmtPrcgElement salesSchedgAgrmtPrcgElement) Deletes an existingSalesSchedgAgrmtPrcgElemententity in the S/4HANA system.- Parameters:
salesSchedgAgrmtPrcgElement-SalesSchedgAgrmtPrcgElemententity object that will be deleted 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.
-
updateSalesSchedgAgrmtText
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet updateSalesSchedgAgrmtText(@Nonnull SalesSchedgAgrmtText salesSchedgAgrmtText) Update an existingSalesSchedgAgrmtTextentity and save it to the S/4HANA system.- Parameters:
salesSchedgAgrmtText-SalesSchedgAgrmtTextentity 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.
-
deleteSalesSchedgAgrmtText
@Nonnull SalesSchedulingAgreementServiceBatchChangeSet deleteSalesSchedgAgrmtText(@Nonnull SalesSchedgAgrmtText salesSchedgAgrmtText) Deletes an existingSalesSchedgAgrmtTextentity in the S/4HANA system.- Parameters:
salesSchedgAgrmtText-SalesSchedgAgrmtTextentity object that will be deleted 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.
-