Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Fetching the data from Pooled Table using SQL Statements

Former Member
0 Likes
567

Hi,

We have a third party System which is fetching the data from SAP Sql using  SQL Query Statements.

We could able to fetch the data for Transparent tables but coming to Pooled and Cluster Tables it is giving erroe as Table does not exits.

What is the procedure to fetch the data form Database level for Pooled and Cluster Tables.

Regards,

NSK

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
343

Pooled and cluster tables are not straightforward database tables and generally cannot be read directly from third parties.

In your position, I would write some RFC function modules to retrieve the data from SAP.

The actual code you need within those function modules varies according to the table you're reading. You will need an ABAPer experienced in the appropriate application area to help you.