cancel
Showing results for 
Search instead for 
Did you mean: 

how do we connect SAP BW/4 HANA with OutSystems?

rajithagurram
Member
0 Kudos
301

Hi All,

I am exploring the ways to integrate BW/4HANA and Out systems to retrieve the data from Out systems to BW/4HANA. Request for any help if you have worked on this set up.

Thank you.

moshenaveh
Community Manager
Community Manager
0 Kudos

Welcome to the SAP Community. Thank you for visiting us to get answers to your questions.

Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.

First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Second, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html, as that will help you when submitting questions to the community.

I also recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.

Now for some specific suggestions on how you might improve your question:

* Outline what steps you took to find answers (and why they weren't helpful) -- so members don't make suggestions that you've already tried.

* Share screenshots of what you've seen/done (if possible), as images always helps our members better understand your problem.

Should you wish, you can revise your question by selecting Actions, then Edit.

The more details you provide (in questions tagged correctly), the more likely it is that members will be able to respond.

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

Accepted Solutions (0)

Answers (1)

Answers (1)

roland_szajko
Product and Topic Expert
Product and Topic Expert
0 Kudos
  • If there is an SDA/SDI connector for the database of this system, then you can use a HANA source system.
    This way you practically read the tables/views of the remote database directly with DTP-s.
  • If not, then you can use ADSO-s with a "Write-interface".
    This provides you the option to send data directly to a specific aDSO either via REST API call or via RFC call.