Application Development 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: 

Can we pull and Decode data from TABLE POOL and CLUSTER directly from Database?

avinash_shukla
Explorer
0 Kudos

Hello Experts,

I need to read data from Table POOL/ Cluster directly from Database. I can see the data in POOL/ Cluster by accessing underlying Oracle DB. But I am not to convert it to readable format.

Any idea how this can be achieved..is there anyway to do this using ABAP layer or it can be done directly at DB.(The data in POOL/ Cluster are stored in BLOB datatype).

Thanks,

Avinash

1 REPLY 1

matt
Active Contributor

I suspect your need to is get data out of a SAP system, and you've chosen direct database read as your solution. You have to use the ABAP layer - perhaps a web service or an RFC, or even a flat file transfer. For information about how to get the data into a readable form using ABAP, read the documentation about pool and cluster table, and find existing code that reads from them, so you know what needs to be done.