‎2019 Apr 11 7:46 AM
Hello People,
Is there any way I can connect python with abap.
I need to fire SQL query in abap from Python.
‎2019 Apr 11 8:23 AM
‎2019 Apr 11 7:58 AM
HTTP, RFC, inbound emails, sapevt, ... (+ need to write ABAP code to trigger SQL)
Or direct access to the database used by SAP
‎2019 Apr 11 8:23 AM
‎2019 Apr 16 9:56 AM
Hello Simone,
Thanks for the help .
I am doing it for window 10, but it seem it require lots of other tools and plugin.
It require VS Code C++ tools.
I download and followed the instruction but I am stuck with below error.
C:\Users...\PycharmProjects\OData\PyRFC>python setup.py bdist_wheel
running bdist_wheel
running build
running build_py
running build_ext
skipping 'src/pyrfc_pyrfc.cpp' Cython extension (up-to-date)
building 'pyrfc._pyrfc' extension
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.20.27508\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -D_LARGEFILE_SOURCE -DSAPwithUNICODE -D_CONSOLE -DWIN32 -DSAPonNT -DSAP_PLATFORM_MAKENAME=ntintel -DUNICODE -D_UNICODE -
IC:\Users...\AppData\Local\Continuum\anaconda3\envs\OData\include -IC:\Users...\AppData\Local\Continuum\anaconda3\envs\OData\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.20.27508\include" /EHsc /Tpsrc/pyrfc_pyrf
c.cpp /Fobuild\temp.win-amd64-3.7\Release\src/pyrfc_pyrfc.obj -IC:\nwrfcsdk\lib;\include "-IC:\Program Files (x86)\Python37-32\Scripts\Include" "-IC:\Program Files (x86)\Python37-32\Scripts\Include\PC"
_pyrfc.cpp
C:\Users....\AppData\Local\Continuum\anaconda3\envs\OData\include\pyconfig.h(59): fatal error C1083: Cannot open include file: 'io.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.20.27508\bin\HostX86\x64\cl.exe' failed with exit status 2
It appear when I doing "build the package from source" step.
Regards,
Rewati Raman