Quantcast
Channel: SCN : Discussion List - Security
Viewing all articles
Browse latest Browse all 2353

Better way to query multiple tables of SAP

$
0
0

Hi Experts,

I am using BAPI RFC_READ_TABLE for querying tables of SAP in my application written in java.

 

But the limitation of the BAPI is that I can only access and apply filters to one table.

In my case , I want to access multiple tables and join the tables based on a common column in each table. Then I want to filter the result out.

 

What is the most efficient way to do this. I can not write BAPI because it undergoes a certification process from SAP. Which will consume a lot of time.

 

Is there any out of box BAPI exposed which can query multiple tables of SAP? If not, what is the other efficient way to achieve it?


Viewing all articles
Browse latest Browse all 2353

Trending Articles