public interface BusinessEventQueueService
This service enables you to read the event queue, which contains a list of triggered business events. The content of the event is limited to a generic base data, but will not contain any application- specific data due to security constraints. In addition, you can also view the data relevant to the business object type. Each business object type has one or more key fields.
Reference: SAP API Business Hub
OData Service: | C_BEHQUEUEDATA_CDS |
API Version: | 1 |
Communication Scenario: | Business Event Handling Integration (SAP_COM_0121) |
Scope Items: | Business Object Event Handling (1NN) |
Modifier and Type | Method and Description |
---|---|
C_BehqueuedataFluentHelper |
getAllC_Behqueuedata()
Fetch multiple
C_Behqueuedata entities. |
I_BusinessObjectKeysFluentHelper |
getAllI_BusinessObjectKeys()
Fetch multiple
I_BusinessObjectKeys entities. |
I_BusObjectsFluentHelper |
getAllI_BusObjects()
Fetch multiple
I_BusObjects entities. |
C_BehqueuedataByKeyFluentHelper |
getC_BehqueuedataByKey(UUID businessEvent)
Fetch a single
C_Behqueuedata entity using key fields. |
I_BusinessObjectKeysByKeyFluentHelper |
getI_BusinessObjectKeysByKey(String sAPObjectType)
Fetch a single
I_BusinessObjectKeys entity using key fields. |
I_BusObjectsByKeyFluentHelper |
getI_BusObjectsByKey(String sAPObjectType,
String sAPObjectTypeName,
String sAPObjectTaskCode,
String sAPObjectTaskTypeName)
Fetch a single
I_BusObjects entity using key fields. |
C_BehqueuedataFluentHelper getAllC_Behqueuedata()
C_Behqueuedata
entities.C_Behqueuedata
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.C_BehqueuedataByKeyFluentHelper getC_BehqueuedataByKey(UUID businessEvent)
C_Behqueuedata
entity using key fields.businessEvent
- GUID of an EventConstraints: Not nullable
C_Behqueuedata
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.I_BusinessObjectKeysFluentHelper getAllI_BusinessObjectKeys()
I_BusinessObjectKeys
entities.I_BusinessObjectKeys
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.I_BusinessObjectKeysByKeyFluentHelper getI_BusinessObjectKeysByKey(String sAPObjectType)
I_BusinessObjectKeys
entity using key fields.sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
I_BusinessObjectKeys
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.I_BusObjectsFluentHelper getAllI_BusObjects()
I_BusObjects
entities.I_BusObjects
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.I_BusObjectsByKeyFluentHelper getI_BusObjectsByKey(String sAPObjectType, String sAPObjectTypeName, String sAPObjectTaskCode, String sAPObjectTaskTypeName)
I_BusObjects
entity using key fields.sAPObjectTaskCode
- SAP Object Task CodeConstraints: Not nullable, Maximum length: 18
sAPObjectTypeName
- Indicates the text description of a particular business object type.Constraints: Not nullable, Maximum length: 40
sAPObjectType
- Indicates the name of the business object type.Constraints: Not nullable, Maximum length: 30
sAPObjectTaskTypeName
- Indicates the text description of a particular business object task, which is dependent on the language that you maintain in the text table.Constraints: Not nullable, Maximum length: 40
I_BusObjects
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.