Skip to content

Event Broker: S/4HANA Cloud to CAP#71

Open
sjvans wants to merge 18 commits into
mainfrom
event-broker
Open

Event Broker: S/4HANA Cloud to CAP#71
sjvans wants to merge 18 commits into
mainfrom
event-broker

Conversation

@sjvans

@sjvans sjvans commented Jul 29, 2024

Copy link
Copy Markdown
Contributor
Screenshot 2024-08-05 at 23 07 25

@sjvans sjvans changed the title [wip] event broker Event Broker: S/4HANA Cloud to CAP Aug 5, 2024
Comment thread srv/services.cds
* filling in missing events as found on SAP Business Accelerator Hub
*/
using { API_BUSINESS_PARTNER as S4 } from './external/API_BUSINESS_PARTNER';
extend service S4 with {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with ORD, we should create a new service instead of extending the imported one

Comment thread srv/services.js
}

module.exports = { ProcessorService }
class AdminService extends cds.ApplicationService {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as we're not serving service S4, we can't implement it either (i.e., class S4 extends ...)
→ implement in AdminService instead, which is somewhat a hack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants