Technology Blog Posts by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
Bastian_Erler
Associate
Associate
874

Are you searching for practical examples of using the ODBC driver for ABAP in popular programming languages? Look no further—our GitHub repository has got you covered: ODBC Driver for ABAP Examples.

Currently, the repository features examples for the following languages:

  • C++
  • NodeJS
  • PowerShell
  • Python
  • Rust

These examples utilize a consistent set of ABAP objects, which are described in the repository. The example objects are also shipped with ABAP systems as part of the package SABP_DBC2ABAP_TEST.
We also provide a configuration template for unixodbc, our preferred driver manager for unix platforms.

Our examples not only demonstrate the capabilities of the ODBC driver for ABAP but also guide you on integrating it with the ODBC libraries specific to each language. Additionally, we aim to point out important limitations for each language.

We recognize the value of community contributions, and your input is invaluable. If there's a particular language or feature you think should be included, don’t hesitate to let us know. You can create an issue on GitHub, or, even better, contribute by submitting a pull request with your own example.