You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think you can do joins using pyrfc, unless you call an RFC that does the tables joins on the SAP-side. Rather than doing the join on the SAP-side, you could do query the data from the two tables separately and then inner join them on your client-side.
Hello,
It is possible to use another SAP table as a reference when extraction data from the current tables
Eg:
SELECT * from MARC INNER JOIN MARA ON MARC
MATNR = MARAMATNRWHERE MARA~MTART = 'ABC'
Thanks,
Tudor
The text was updated successfully, but these errors were encountered: