- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Executing an inner join over RFC on database tables in SAP system
You can do this by creating your own function module that can perform selection as per the requirement.
You could also use to create a database view and that can be used to call RFC_READ_TABLE. Also, check for prebuilt SAP connectors provided by companies for SQL joins:
http://www.plsapconnector.com/
- Related Articles
- How to join tables in SAP system
- Trusted RFC connection in SAP system
- How can you perform inner join on two tables using MySQL in Python?
- Displaying Source code of RFC in SAP system
- Executing SAP RFC creates an error: “The current application triggered a termination with a short dump”
- Unloading tables in SAP HANA database
- Join using CE functions in SAP HANA database
- Debugging an Asynchronous RFC in SAP ABAP
- Specifying working directory while executing FM SXPG_COMMAND_EXECUTE in SAP system
- Checking tables in a schema in SAP HANA database
- Fetching data from transparent tables in SAP system
- Getting information from pooled tables in SAP system
- Perform MySQL LEFT JOIN on two tables?
- How to join tables and fetch values from a MySQL database?
- Using column base tables in SAP HANA Calculation view with Star Join

Advertisements