Server Side Programming Articles

Page 2107 of 2107

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 21061–21061 of 21,061 articles
« Prev 1 2103 2104 2105 2106 2107 Next »
Advertisements