Interface SalesOrderWithoutChargeServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<SalesOrderWithoutChargeServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<SalesOrderWithoutChargeServiceBatch>
- All Known Implementing Classes:
DefaultSalesOrderWithoutChargeServiceBatchChangeSet
public interface SalesOrderWithoutChargeServiceBatchChangeSet
extends FluentHelperBatchChangeSet<SalesOrderWithoutChargeServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<SalesOrderWithoutChargeServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
SalesOrderWithoutChargeService.-
Method Summary
Modifier and TypeMethodDescriptioncreateSalesOrderWithoutCharge(SalesOrderWithoutCharge salesOrderWithoutCharge) Create a newSalesOrderWithoutChargeentity and save it to the S/4HANA system.createSalesOrderWithoutChargeItem(SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Create a newSalesOrderWithoutChargeItementity and save it to the S/4HANA system.deleteSalesOrderWithoutCharge(SalesOrderWithoutCharge salesOrderWithoutCharge) Deletes an existingSalesOrderWithoutChargeentity in the S/4HANA system.deleteSalesOrderWithoutChargeItem(SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Deletes an existingSalesOrderWithoutChargeItementity in the S/4HANA system.deleteSlsOrdWthoutChrgItmPartner(SlsOrdWthoutChrgItmPartner slsOrdWthoutChrgItmPartner) Deletes an existingSlsOrdWthoutChrgItmPartnerentity in the S/4HANA system.deleteSlsOrdWthoutChrgItmText(SlsOrdWthoutChrgItmText slsOrdWthoutChrgItmText) Deletes an existingSlsOrdWthoutChrgItmTextentity in the S/4HANA system.deleteSlsOrdWthoutChrgPartner(SlsOrdWthoutChrgPartner slsOrdWthoutChrgPartner) Deletes an existingSlsOrdWthoutChrgPartnerentity in the S/4HANA system.deleteSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Deletes an existingSlsOrdWthoutChrgTextentity in the S/4HANA system.updateSalesOrderWithoutCharge(SalesOrderWithoutCharge salesOrderWithoutCharge) Update an existingSalesOrderWithoutChargeentity and save it to the S/4HANA system.updateSalesOrderWithoutChargeItem(SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Update an existingSalesOrderWithoutChargeItementity and save it to the S/4HANA system.updateSlsOrdWthoutChrgItmPartner(SlsOrdWthoutChrgItmPartner slsOrdWthoutChrgItmPartner) Update an existingSlsOrdWthoutChrgItmPartnerentity and save it to the S/4HANA system.updateSlsOrdWthoutChrgItmText(SlsOrdWthoutChrgItmText slsOrdWthoutChrgItmText) Update an existingSlsOrdWthoutChrgItmTextentity and save it to the S/4HANA system.updateSlsOrdWthoutChrgPartner(SlsOrdWthoutChrgPartner slsOrdWthoutChrgPartner) Update an existingSlsOrdWthoutChrgPartnerentity and save it to the S/4HANA system.updateSlsOrdWthoutChrgText(SlsOrdWthoutChrgText slsOrdWthoutChrgText) Update an existingSlsOrdWthoutChrgTextentity 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
-
createSalesOrderWithoutCharge
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet createSalesOrderWithoutCharge(@Nonnull SalesOrderWithoutCharge salesOrderWithoutCharge) Create a newSalesOrderWithoutChargeentity and save it to the S/4HANA system.- Parameters:
salesOrderWithoutCharge-SalesOrderWithoutChargeentity 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.
-
updateSalesOrderWithoutCharge
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet updateSalesOrderWithoutCharge(@Nonnull SalesOrderWithoutCharge salesOrderWithoutCharge) Update an existingSalesOrderWithoutChargeentity and save it to the S/4HANA system.- Parameters:
salesOrderWithoutCharge-SalesOrderWithoutChargeentity 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.
-
deleteSalesOrderWithoutCharge
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet deleteSalesOrderWithoutCharge(@Nonnull SalesOrderWithoutCharge salesOrderWithoutCharge) Deletes an existingSalesOrderWithoutChargeentity in the S/4HANA system.- Parameters:
salesOrderWithoutCharge-SalesOrderWithoutChargeentity 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.
-
createSalesOrderWithoutChargeItem
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet createSalesOrderWithoutChargeItem(@Nonnull SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Create a newSalesOrderWithoutChargeItementity and save it to the S/4HANA system.- Parameters:
salesOrderWithoutChargeItem-SalesOrderWithoutChargeItementity 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.
-
updateSalesOrderWithoutChargeItem
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet updateSalesOrderWithoutChargeItem(@Nonnull SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Update an existingSalesOrderWithoutChargeItementity and save it to the S/4HANA system.- Parameters:
salesOrderWithoutChargeItem-SalesOrderWithoutChargeItementity 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.
-
deleteSalesOrderWithoutChargeItem
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet deleteSalesOrderWithoutChargeItem(@Nonnull SalesOrderWithoutChargeItem salesOrderWithoutChargeItem) Deletes an existingSalesOrderWithoutChargeItementity in the S/4HANA system.- Parameters:
salesOrderWithoutChargeItem-SalesOrderWithoutChargeItementity 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.
-
updateSlsOrdWthoutChrgItmPartner
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet updateSlsOrdWthoutChrgItmPartner(@Nonnull SlsOrdWthoutChrgItmPartner slsOrdWthoutChrgItmPartner) Update an existingSlsOrdWthoutChrgItmPartnerentity and save it to the S/4HANA system.- Parameters:
slsOrdWthoutChrgItmPartner-SlsOrdWthoutChrgItmPartnerentity 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.
-
deleteSlsOrdWthoutChrgItmPartner
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet deleteSlsOrdWthoutChrgItmPartner(@Nonnull SlsOrdWthoutChrgItmPartner slsOrdWthoutChrgItmPartner) Deletes an existingSlsOrdWthoutChrgItmPartnerentity in the S/4HANA system.- Parameters:
slsOrdWthoutChrgItmPartner-SlsOrdWthoutChrgItmPartnerentity 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.
-
updateSlsOrdWthoutChrgItmText
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet updateSlsOrdWthoutChrgItmText(@Nonnull SlsOrdWthoutChrgItmText slsOrdWthoutChrgItmText) Update an existingSlsOrdWthoutChrgItmTextentity and save it to the S/4HANA system.- Parameters:
slsOrdWthoutChrgItmText-SlsOrdWthoutChrgItmTextentity 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.
-
deleteSlsOrdWthoutChrgItmText
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet deleteSlsOrdWthoutChrgItmText(@Nonnull SlsOrdWthoutChrgItmText slsOrdWthoutChrgItmText) Deletes an existingSlsOrdWthoutChrgItmTextentity in the S/4HANA system.- Parameters:
slsOrdWthoutChrgItmText-SlsOrdWthoutChrgItmTextentity 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.
-
updateSlsOrdWthoutChrgPartner
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet updateSlsOrdWthoutChrgPartner(@Nonnull SlsOrdWthoutChrgPartner slsOrdWthoutChrgPartner) Update an existingSlsOrdWthoutChrgPartnerentity and save it to the S/4HANA system.- Parameters:
slsOrdWthoutChrgPartner-SlsOrdWthoutChrgPartnerentity 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.
-
deleteSlsOrdWthoutChrgPartner
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet deleteSlsOrdWthoutChrgPartner(@Nonnull SlsOrdWthoutChrgPartner slsOrdWthoutChrgPartner) Deletes an existingSlsOrdWthoutChrgPartnerentity in the S/4HANA system.- Parameters:
slsOrdWthoutChrgPartner-SlsOrdWthoutChrgPartnerentity 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.
-
updateSlsOrdWthoutChrgText
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet updateSlsOrdWthoutChrgText(@Nonnull SlsOrdWthoutChrgText slsOrdWthoutChrgText) Update an existingSlsOrdWthoutChrgTextentity and save it to the S/4HANA system.- Parameters:
slsOrdWthoutChrgText-SlsOrdWthoutChrgTextentity 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.
-
deleteSlsOrdWthoutChrgText
@Nonnull SalesOrderWithoutChargeServiceBatchChangeSet deleteSlsOrdWthoutChrgText(@Nonnull SlsOrdWthoutChrgText slsOrdWthoutChrgText) Deletes an existingSlsOrdWthoutChrgTextentity in the S/4HANA system.- Parameters:
slsOrdWthoutChrgText-SlsOrdWthoutChrgTextentity 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.
-