Way to connect to SAP DB

Hi team,

Is there a way to access real-time information in SAP database like data link?

I know there are BAPI smart service and SAP GUI libraries, and cofiguring record type with BAPI can have a bunch of records.
But I also know the record type can have data as of the timing of full sync, which takes place once a day not every 10 mins.

If we can configure the record type with jdbc instead of the smart service, I hope we can refer the latest data.
But the problem is that SAP does not allow users to connect directly to its database with jdbc.

Is there a good way to fulfill our requirement?
What I wonder is if we can connect to SAP BTP with jdbc, we might be able to see the real-time data via BTP.
And the idea I came up with is if the record type can be refreshed every 10 mins, this also helps us.

I appreciate any suggestion.

Thank you in advance,
Masaki

  Discussion posts and replies are publicly visible