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

Getting table values from all clients

Former Member
0 Likes
560

Hai All,

Can anyone tell me how to get table values from all clients using select statement.

Thanking You in Advance.

1 ACCEPTED SOLUTION
Read only

abdulazeez12
Active Contributor
0 Likes
528

select * from kna1 client specified into table itab where mandt = '*'.

3 REPLIES 3
Read only

abdulazeez12
Active Contributor
0 Likes
529

select * from kna1 client specified into table itab where mandt = '*'.

Read only

0 Likes
528

hai,

Thanks for ur quick response,I tried with ur reply but its not working.

Read only

amit_khare
Active Contributor
0 Likes
528

Refer the link -

Reward all helpful replies.