In SAP BTP, SAP Event Mesh provides messaging capabilities (queues, topics, and subscriptions) that require specific role collections to enable developers and administrators to perform tasks. SAP delivers two dedicated role collections for Event Mesh:
EventMeshDeveloper:
Manages queues and topic subscriptions
Monitors Event Mesh and its queues
Performs testing of queues and message flows
EventMeshAdmin:
Includes all developer capabilities
Provides additional administration rights for lifecycle management of Event Mesh instances and configurations
When a user is assigned these role collections, they gain the ability to:
Create and manage queues and topic subscriptions.
Monitor usage and resources such as queue depth, consumers, connections, and spool size within Event Mesh.
Other provided options are incorrect:
ApplicationAdmin/ApplicationDevelop → These are not SAP Event Mesh role collections, they do not provide queue or topic subscription access.
SecurityAdmin/SecurityDevelop → These roles are tied to security configurations and do not allow Event Mesh operations.
IntegrationAdmin/IntegrationDevelop → These roles belong to SAP Integration Suite (Cloud Integration) capability, not Event Mesh.
Therefore, the correct and verified answer according to SAP Integration Developer documentation is:
B. EventMeshAdmin and EventMeshDevelop
Submit