cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding : SAP connection with SQL Server

Former Member
0 Kudos

Dear All,

Anyone have idea about how to connect SQL server database directly with SAP. If it is possible then how? And how can i access SQL server database table in ABAP editor using SELECT statement?

Thanks and Regards,

Hetal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

SAP Translates ABAP code into the language utilized by the DB, in SQLServer's case TSQL.

Every time you do anything in SAP, it talks directly to the SQL database. Perhaps you can request an ABAP'er to give you some code to perform the query you want through ABAP. I do not know of any tool that lets you just run ad hoc TSQL queries from the SAP GUI.

What exactly are you tryng to accomplish?