Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Remote execution

Former Member
0 Likes
901

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

8 REPLIES 8
Read only

matt
Active Contributor
0 Likes
863

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

Read only

Former Member
0 Likes
863

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

Read only

Former Member
0 Likes
863

>

> 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

Read only

Former Member
0 Likes
863

Transport required data from Production to development and test with that data

Read only

Former Member
0 Likes
863

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

Read only

0 Likes
863

Check if there FM's might help u

RFC_TRANSFER_TABLE

RFC_GET_TABLE_ENTRIES

RFC_READ_TABLE

Read only

Former Member
0 Likes
863

Thank you J@Y. I'll try your solution.

Balaji

Read only

Former Member
0 Likes
863

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