public interface BusinessEventSubscriptionService
This service enables you to subscribe business event objects. You can also manage all the active and inactive objects. A subscription is an entry that enables you to be notified about the changes that are made to the business objects. It is based on the OData protocol, and can be consumed in Fiori apps and other user interfaces.
Reference: SAP API Business Hub
OData Service: | CA_BEH_SUBSCRIPTION_SRV |
API Version: | 1 |
Communication Scenario: | Business Event Handling Integration (SAP_COM_0121) |
Scope Items: | Business Object Event Handling (1NN) |
SubscriptionReadFluentHelper getAllSubscriptionRead()
SubscriptionRead
entities.SubscriptionRead
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.SubscriptionReadByKeyFluentHelper getSubscriptionReadByKey(String buseventsubscribercode, String sapobjecttype, String sapobjecttaskcode)
SubscriptionRead
entity using key fields.buseventsubscribercode
- Indicates the unique identification that you use to maintain the business object subscriptionsConstraints: Not nullable, Maximum length: 4
sapobjecttype
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
sapobjecttaskcode
- SAP Object Task CodeConstraints: Not nullable, Maximum length: 18
SubscriptionRead
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.SubscriptionMaintainFluentHelper getAllSubscriptionMaintain()
SubscriptionMaintain
entities.SubscriptionMaintain
entities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.SubscriptionMaintainByKeyFluentHelper getSubscriptionMaintainByKey(String buseventsubscribercode, String sapobjecttype, String sapobjecttaskcode)
SubscriptionMaintain
entity using key fields.buseventsubscribercode
- Indicates the unique identification that you use to maintain the business object subscriptionsConstraints: Not nullable, Maximum length: 4
sapobjecttype
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
sapobjecttaskcode
- SAP Object Task CodeConstraints: Not nullable, Maximum length: 18
SubscriptionMaintain
entity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call the execute
method on the fluent helper object.SubscriptionMaintainCreateFluentHelper createSubscriptionMaintain(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.SubscriptionMaintain
entity. To perform execution, call the execute
method on the fluent helper object.SubscriptionMaintainUpdateFluentHelper updateSubscriptionMaintain(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.SubscriptionMaintain
entity. To perform execution, call the execute
method on the fluent helper object.Copyright © 2017 SAP SE. All rights reserved.