‎2007 Oct 04 1:13 PM
Hai All,
Can anyone tell me how to get table values from all clients using select statement.
Thanking You in Advance.
‎2007 Oct 04 1:19 PM
select * from kna1 client specified into table itab where mandt = '*'.
‎2007 Oct 04 1:19 PM
select * from kna1 client specified into table itab where mandt = '*'.
‎2007 Oct 05 7:30 AM
hai,
Thanks for ur quick response,I tried with ur reply but its not working.
‎2007 Oct 04 1:24 PM