public interface EquipmentServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<EquipmentServiceBatch>
EquipmentService
.endChangeSet
@Nonnull EquipmentServiceBatchChangeSet createEquipment(@Nonnull Equipment equipment)
Equipment
entity and
save it to the S/4HANA system.equipment
- Equipment
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet updateEquipment(@Nonnull Equipment equipment)
Equipment
entity and save it to the S/4HANA system.equipment
- Equipment
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet createEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
EquipClassCharacteristicValue
entity and save it to the S/4HANA system.equipClassCharacteristicValue
- EquipClassCharacteristicValue
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet updateEquipClassCharacteristicValue(@Nonnull EquipClassCharacteristicValue equipClassCharacteristicValue)
EquipClassCharacteristicValue
entity and save it to the S/4HANA system.equipClassCharacteristicValue
- EquipClassCharacteristicValue
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet createEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentClass
entity and save it to the S/4HANA system.equipmentClass
- EquipmentClass
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet updateEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentClass
entity and save it to the S/4HANA system.equipmentClass
- EquipmentClass
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet deleteEquipmentClass(@Nonnull EquipmentClass equipmentClass)
EquipmentClass
entity in the S/4HANA system.equipmentClass
- EquipmentClass
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet createEquipmentClassCharacteristic(@Nonnull EquipmentClassCharacteristic equipmentClassCharacteristic)
EquipmentClassCharacteristic
entity and save it to the S/4HANA system.equipmentClassCharacteristic
- EquipmentClassCharacteristic
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet createEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
EquipmentLongText
entity and save it to the S/4HANA system.equipmentLongText
- EquipmentLongText
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet updateEquipmentLongText(@Nonnull EquipmentLongText equipmentLongText)
EquipmentLongText
entity and save it to the S/4HANA system.equipmentLongText
- EquipmentLongText
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet createEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
EquipmentPartner
entity and save it to the S/4HANA system.equipmentPartner
- EquipmentPartner
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet updateEquipmentPartner(@Nonnull EquipmentPartner equipmentPartner)
EquipmentPartner
entity and save it to the S/4HANA system.equipmentPartner
- EquipmentPartner
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet createEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
EquipmentWarranty
entity and save it to the S/4HANA system.equipmentWarranty
- EquipmentWarranty
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EquipmentServiceBatchChangeSet updateEquipmentWarranty(@Nonnull EquipmentWarranty equipmentWarranty)
EquipmentWarranty
entity and save it to the S/4HANA system.equipmentWarranty
- EquipmentWarranty
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2021 SAP SE. All rights reserved.