‎2009 Apr 09 6:31 PM
Hi All,
I have a requirement. I created an ABAP Program in Development System. I want to execute this program in Production without transporting it to Production. I heard that it is possible by writing another ABAP program which will dynamically pass the program (that needs to be executed in production) to Production Memory through FTP which execute there and retrieve the results. If anybody has written any ABAP Program like this pl share it with me.
Thanks & Regards ::
Balaji
‎2009 Apr 09 6:47 PM
Not possible. You can cause a program that exists in production to run, by using an RFC from development. But you cannot run a program in development and have it act on productive data.
What's the business scenario?
matt
‎2009 Apr 09 6:50 PM
Thank you Matt. Business scenario is we don't have good data for testing the program. only production has got data to test the scenario. So I want to test it directly on production data. Report only reads data. It won't write anything in production.
Balaji
‎2009 Apr 09 6:52 PM
>
> It won't write anything in production.
>
> Balaji
Your auditors would have a field day with you if you could do this.
What I meant was - if you said you wouldn't write anything.
Rob
Edited by: Rob Burbank on Apr 9, 2009 1:55 PM
‎2009 Apr 09 6:53 PM
Transport required data from Production to development and test with that data
‎2009 Apr 09 7:06 PM
Thank you all. I think there is no other alternate than getting data from production or creating some data in development or QA itself.
Balaji
‎2009 Apr 09 7:14 PM
Check if there FM's might help u
RFC_TRANSFER_TABLE
RFC_GET_TABLE_ENTRIES
RFC_READ_TABLE
‎2009 Apr 09 7:30 PM
‎2009 Apr 09 9:50 PM
just curious, if the DEV does not hv good data, then How Unit test, UAT will be conducted, so, instead of all these, its better to ask ur functinal folk to create good data.
thanq