on 2024 Jun 25 3:46 PM
Hi experts!
We are developing Apps/Services on the BTP in the ABAP Environment. Every service has it's own software component. Different services need the same data (e.g. Business Partner Masterdata) from S4 Systems. To access this data, we created service consumption models and outbound services. As we don't want to create the same service consumption model and outbound service for every App, we want to outsource this coding/artefacts into another "general data connection" software component that every app has access to.
Unfortunately, I cannot access the artifacts of the "general data connection" swc from another swc.
Is there a way, I can access/reuse this data/artifacts so I don't have to recreate it for every App?
Thanks and best regards, Sebastian
you can encapsulate the outbound call via consumption model in a class-based API and release this API, for instance.
SAP does this similarly. For instance:
Best regards
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.