Interface PurchasingInfoRecordServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<PurchasingInfoRecordServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<PurchasingInfoRecordServiceBatch>
- All Known Implementing Classes:
DefaultPurchasingInfoRecordServiceBatchChangeSet
public interface PurchasingInfoRecordServiceBatchChangeSet
extends FluentHelperBatchChangeSet<PurchasingInfoRecordServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<PurchasingInfoRecordServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
PurchasingInfoRecordService.-
Method Summary
Modifier and TypeMethodDescriptioncreatePurchasingInfoRecord(PurchasingInfoRecord purchasingInfoRecord) Create a newPurchasingInfoRecordentity and save it to the S/4HANA system.createPurgInfoRecdOrgPlantData(PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Create a newPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndn(PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Create a newPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Create a newPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndnValidity(PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Create a newPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.createPurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Create a newPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.deletePurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deletes an existingPurInfoRecdPrcgCndnScaleentity in the S/4HANA system.deletePurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deletes an existingPurInfoRecdSuplmntPrcgCndnentity in the S/4HANA system.updatePurchasingInfoRecord(PurchasingInfoRecord purchasingInfoRecord) Update an existingPurchasingInfoRecordentity and save it to the S/4HANA system.updatePurgInfoRecdOrgPlantData(PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Update an existingPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndn(PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Update an existingPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Update an existingPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndnValidity(PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Update an existingPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.updatePurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Update an existingPurInfoRecdSuplmntPrcgCndnentity 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
-
createPurchasingInfoRecord
@Nonnull PurchasingInfoRecordServiceBatchChangeSet createPurchasingInfoRecord(@Nonnull PurchasingInfoRecord purchasingInfoRecord) Create a newPurchasingInfoRecordentity and save it to the S/4HANA system.- Parameters:
purchasingInfoRecord-PurchasingInfoRecordentity 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.
-
updatePurchasingInfoRecord
@Nonnull PurchasingInfoRecordServiceBatchChangeSet updatePurchasingInfoRecord(@Nonnull PurchasingInfoRecord purchasingInfoRecord) Update an existingPurchasingInfoRecordentity and save it to the S/4HANA system.- Parameters:
purchasingInfoRecord-PurchasingInfoRecordentity 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.
-
createPurgInfoRecdOrgPlantData
@Nonnull PurchasingInfoRecordServiceBatchChangeSet createPurgInfoRecdOrgPlantData(@Nonnull PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Create a newPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.- Parameters:
purgInfoRecdOrgPlantData-PurgInfoRecdOrgPlantDataentity 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.
-
updatePurgInfoRecdOrgPlantData
@Nonnull PurchasingInfoRecordServiceBatchChangeSet updatePurgInfoRecdOrgPlantData(@Nonnull PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Update an existingPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.- Parameters:
purgInfoRecdOrgPlantData-PurgInfoRecdOrgPlantDataentity 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.
-
createPurInfoRecdPrcgCndn
@Nonnull PurchasingInfoRecordServiceBatchChangeSet createPurInfoRecdPrcgCndn(@Nonnull PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Create a newPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.- Parameters:
purInfoRecdPrcgCndn-PurInfoRecdPrcgCndnentity 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.
-
updatePurInfoRecdPrcgCndn
@Nonnull PurchasingInfoRecordServiceBatchChangeSet updatePurInfoRecdPrcgCndn(@Nonnull PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Update an existingPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.- Parameters:
purInfoRecdPrcgCndn-PurInfoRecdPrcgCndnentity 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.
-
createPurInfoRecdPrcgCndnScale
@Nonnull PurchasingInfoRecordServiceBatchChangeSet createPurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Create a newPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity 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.
-
updatePurInfoRecdPrcgCndnScale
@Nonnull PurchasingInfoRecordServiceBatchChangeSet updatePurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Update an existingPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity 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.
-
deletePurInfoRecdPrcgCndnScale
@Nonnull PurchasingInfoRecordServiceBatchChangeSet deletePurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deletes an existingPurInfoRecdPrcgCndnScaleentity in the S/4HANA system.- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity 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.
-
createPurInfoRecdPrcgCndnValidity
@Nonnull PurchasingInfoRecordServiceBatchChangeSet createPurInfoRecdPrcgCndnValidity(@Nonnull PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Create a newPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.- Parameters:
purInfoRecdPrcgCndnValidity-PurInfoRecdPrcgCndnValidityentity 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.
-
updatePurInfoRecdPrcgCndnValidity
@Nonnull PurchasingInfoRecordServiceBatchChangeSet updatePurInfoRecdPrcgCndnValidity(@Nonnull PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Update an existingPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.- Parameters:
purInfoRecdPrcgCndnValidity-PurInfoRecdPrcgCndnValidityentity 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.
-
createPurInfoRecdSuplmntPrcgCndn
@Nonnull PurchasingInfoRecordServiceBatchChangeSet createPurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Create a newPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity 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.
-
updatePurInfoRecdSuplmntPrcgCndn
@Nonnull PurchasingInfoRecordServiceBatchChangeSet updatePurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Update an existingPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity 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.
-
deletePurInfoRecdSuplmntPrcgCndn
@Nonnull PurchasingInfoRecordServiceBatchChangeSet deletePurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deletes an existingPurInfoRecdSuplmntPrcgCndnentity in the S/4HANA system.- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity 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.
-