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

Select onPooled tables.

Former Member
0 Likes
299

Hi,

Could any one tell me the procedure for getting entries from pooled tables. example A016 is a pooled table. how we can get data from that table using select statement.

<REMOVED BY MODERATOR>

Thanks in advance.

Edited by: Alvaro Tejada Galindo on Feb 4, 2008 4:01 PM

1 REPLY 1
Read only

Former Member
0 Likes
272

Hi,

you can use simple select query for accessing the data from pooled and cluster tables but you cannot use innerjoin for that kind of tables. only it supports open sql not native sql since abap uses open sql so nothing wrong is there.

please chek ths

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb13446011d189700000e8322d00/frameset.htm

Regards,

Satish