cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using Outbound Service of another Software Component in BTP

sebastian_wilhelm1
Participant
0 Kudos
505

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

Accepted Solutions (0)

Answers (1)

Answers (1)

kaidehmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @sebastian_wilhelm1,

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