‎2013 May 28 11:27 AM
Dear Experts,
I am having a problem to get the values from Different Server. Both are SAP only.
I am working in Development Server (X). I want to fetch the values from one Z table. But this Table does not exits in my Development Server, Z table exits in Testing Server (Y). My user does not like to Create the same Z table in Development Server, instead of this, we need to fetch the Values from Testing Server and those value need to use in Development Server.
Is there any Function module or BAPI to suite my requirement. In that Z table we had a Date field, which need to pick the values as per the Date. So that, i can send the Z table name and Date.
Kindly Help to suite my requirement.
Thanks & Regards,
Srinivas
‎2013 May 28 11:36 AM
hi Srini,
Your case is particular about custom table in Y system. I dont think any standard funtionality will be of use. I would suggest to go develop custom RFC/BAPI specific to your case.
Regards,
DN.
‎2013 May 28 11:41 AM
Well the scenario you describe is not very common.
How on earth is it possible to have a database table in your testsystem and NOT in the development system. Everything screams in me hearing this.
Only chance i see how this could have been done is that the testsystem was or is open for developments, which should never be the case.
Anyway, enough of QQ, you got to work with what you got, so maybe the usage of FM "RFC_READ_TABLE" might help you.
!!! BE AWARE !!!
You need a functioning RFC-destination to your Testsystem for this to work.
!!! END BE AWARE !!!
‎2013 May 28 11:50 AM
Hi Florian,
Thanks for your reply, Its not Database table. Its Z table, they designed the Z table directly in Testing server. That is the reason we dont have this Z table in Development server.
Anyhow thank you very much, may be i will work with the FM given from your end.
Thanks a lot.
Srini