public interface BusinessEventSubscriptionServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<BusinessEventSubscriptionServiceBatch>
BusinessEventSubscriptionService
.Modifier and Type | Method and Description |
---|---|
BusinessEventSubscriptionServiceBatchChangeSet |
createSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain)
Create a new
SubscriptionMaintain entity and save it to the S/4HANA system. |
BusinessEventSubscriptionServiceBatchChangeSet |
updateSubscriptionMaintain(SubscriptionMaintain subscriptionMaintain)
Update an existing
SubscriptionMaintain entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull BusinessEventSubscriptionServiceBatchChangeSet createSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain)
SubscriptionMaintain
entity and save it to the S/4HANA system.subscriptionMaintain
- SubscriptionMaintain
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull BusinessEventSubscriptionServiceBatchChangeSet updateSubscriptionMaintain(@Nonnull SubscriptionMaintain subscriptionMaintain)
SubscriptionMaintain
entity and save it to the S/4HANA system.subscriptionMaintain
- SubscriptionMaintain
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.