‎2008 Aug 28 11:52 AM
Hi Experts
Can we read data from developement client to production client and its database table.
I used the following query,
SELECT ebeln
aedat
lifnr
zterm
FROM ekko CLIENT SPECIFIED INTO table itab
WHERE MANDT = '394'.
But its not working, but it works fine between developement client and the sandbox client.
Can't we read production database tables data.
Suggest me
Regards
Rajaram
‎2008 Aug 28 11:55 AM
hi,
devolopment and sandbox r 2 clients in same server.
but it is different server for quality and production.
u can compare table entries between diff clients using this fm.
RFC_GET_TABLE_ENTRIES
‎2008 Aug 28 11:55 AM
hi,
devolopment and sandbox r 2 clients in same server.
but it is different server for quality and production.
u can compare table entries between diff clients using this fm.
RFC_GET_TABLE_ENTRIES
‎2008 Aug 28 11:58 AM
so if we want to read from produciton server, we need to configure RFC, is it.
regards
rajaram
‎2008 Aug 28 11:59 AM
Hi Raja,
I am not sure but it will work for clients belong to same system(Development/Quality/Production) but not client on another system.
Thanks,
Vinay
‎2008 Aug 28 12:10 PM
‎2008 Aug 28 2:07 PM
it is possible, but via select. you need to wrap this select into a function module, build a rfc connection and then call that FM from production with the DESTINATION keyword.
‎2008 Aug 28 12:03 PM
Hi Rajaram,
The answer to your query is NO you can not do that, unless one server's data are replicated on the other. They are different servers. This is done to protect the data stored on production server, which is often very sensitive.
Thank you.