Server Side Programming Articles

Page 2110 of 2110

Querying SAP database using Python

V Jyothi
V Jyothi
Updated on 30-Jul-2019 1K+ Views

Python is one of the most used object-oriented programming languages which is very easy to code and understand.In order to use Python with SAP, we need to install Python SAP RFC module which is known as PyRFC. One of its available methods is RFC_READ_TABLE which can be called to read data from a table in SAP database.Also, the PyRFC package provides various bindings which can be utilized to make calls either way. We can use to make calls either from ABAP modules to Python modules or the other way round. One can define equivalent SAP data types which are used ...

Read More
Showing 21091–21091 of 21,091 articles
« Prev 1 2106 2107 2108 2109 2110 Next »
Advertisements