public interface BusinessEventSubscriptionService
Business Events - Subscription Service.
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) |
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
sAPObjectTaskCode
- SAP Object Task CodeConstraints: Not nullable, Maximum length: 18
sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
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.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
sAPObjectTaskCode
- SAP Object Task CodeConstraints: Not nullable, Maximum length: 18
sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
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.Copyright © 2018 SAP SE. All rights reserved.