2007 Jun 07 12:26 PM
Hi All,
Is it possible to get the data from a table in quality or production thorough a program in development, If yes then please tell how?
Hi All,
Is it possible to get the data from a table in quality or production thorough a program in development, If yes then please tell how?
2007 Jun 07 12:29 PM
Hi
Use RFC function module and define the DESTINATION of production and get the data to DEV by writing a program and can compare it and check it.
Reward points for useful Answers
Regards
Anji
2007 Jun 07 12:29 PM
select * from stpo client specified where mandt = <your client no of dev> .
endselect.
regards
shiba dutta
2007 Jun 07 12:29 PM
Hi
Use RFC function module and define the DESTINATION of production and get the data to DEV by writing a program and can compare it and check it.
Reward points for useful Answers
Regards
Anji
2007 Jun 07 12:30 PM
Hi
Use RFC function module and define the DESTINATION of production and get the data to DEV by writing a program and can compare it and check it.
Reward points for useful Answers
Regards
Anji
2007 Jun 07 12:31 PM
Yes it is possible,write simple RFC Function module,
create RFC Function module in development ,move it Quality or production.
now call the RFC Function module in se38 at Development and main rfc Destination.
so you will get the data from production or quality.
2007 Jun 07 12:32 PM
Hi Anji,
Can you please tell me which RFC can be used for this purpose.
2007 Jun 07 12:37 PM
Hi
Ask your Basis person the Name of the Server from where you wants to pull the data(RFC Destination)
also you can check the same whether it is there in the table RFCDES or not.
So create a fun module in SE37
in the attributes declare REMOTE ENABLED
and write the code
Reward points for useful Answers
Regards
Anji
2007 Jun 07 12:35 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |