Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.batch.MaintenanceNotificationServiceBatchChangeSet
Packages that use MaintenanceNotificationServiceBatchChangeSet
Package
Description
-
Uses of MaintenanceNotificationServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.batch that implement MaintenanceNotificationServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theMaintenanceNotificationServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.maintenancenotification.batch that return MaintenanceNotificationServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultMaintenanceNotificationServiceBatch.beginChangeSet()DefaultMaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotification(MaintenanceNotification maintenanceNotification) MaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotification(MaintenanceNotification maintenanceNotification) Create a newMaintenanceNotificationentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotificationItem(MaintenanceNotificationItem maintenanceNotificationItem) MaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotificationItem(MaintenanceNotificationItem maintenanceNotificationItem) Create a newMaintenanceNotificationItementity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) MaintenanceNotificationServiceBatchChangeSet.createMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Create a newMaintenanceNotificationPartnerentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.createMaintNotificationItemActivity(MaintNotificationItemActivity maintNotificationItemActivity) MaintenanceNotificationServiceBatchChangeSet.createMaintNotificationItemActivity(MaintNotificationItemActivity maintNotificationItemActivity) Create a newMaintNotificationItemActivityentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.createMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) MaintenanceNotificationServiceBatchChangeSet.createMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Create a newMaintNotificationItemCauseentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotification(MaintenanceNotification maintenanceNotification) MaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotification(MaintenanceNotification maintenanceNotification) Update an existingMaintenanceNotificationentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotificationItem(MaintenanceNotificationItem maintenanceNotificationItem) MaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotificationItem(MaintenanceNotificationItem maintenanceNotificationItem) Update an existingMaintenanceNotificationItementity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) MaintenanceNotificationServiceBatchChangeSet.updateMaintenanceNotificationPartner(MaintenanceNotificationPartner maintenanceNotificationPartner) Update an existingMaintenanceNotificationPartnerentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.updateMaintNotificationItemActivity(MaintNotificationItemActivity maintNotificationItemActivity) MaintenanceNotificationServiceBatchChangeSet.updateMaintNotificationItemActivity(MaintNotificationItemActivity maintNotificationItemActivity) Update an existingMaintNotificationItemActivityentity and save it to the S/4HANA system.DefaultMaintenanceNotificationServiceBatchChangeSet.updateMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) MaintenanceNotificationServiceBatchChangeSet.updateMaintNotificationItemCause(MaintNotificationItemCause maintNotificationItemCause) Update an existingMaintNotificationItemCauseentity and save it to the S/4HANA system.