‎2006 Dec 11 1:32 PM
Hi,
how can we fetch data from another client(002)as we r currently working on client001.i.e what select query I have 2 write to fetch data which exists in the server of client002.
Regards
rahul
‎2006 Dec 11 1:34 PM
‎2006 Dec 11 1:36 PM
‎2006 Dec 11 1:36 PM
‎2006 Dec 11 1:50 PM
Hi,
I HAVE DONE THIS. STILL I M NOT GETTING OUTPUT.
REGARDS
RAHUL
‎2006 Dec 11 1:52 PM
‎2006 Dec 11 1:35 PM
Hi ,
you need the extension
select *
from xxx
where mandt = '001'
client specified
regards
Werner
‎2006 Dec 11 2:47 PM
Try:
SELECT *
FROM table
CLIENT SPECIFIED
WHERE mandt = '002'.
ENDSELECT.
Rob
I had CLIENT SPECIFIED in the wrong place.
Message was edited by:
Rob Burbank
‎2007 Apr 27 2:19 PM