Application Development 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: 

Program To Run On Development System But Effects On Production System

Former Member
0 Kudos

Hi all,

I want to develop a program that runs on development system but effects on production system. The program aims to connect production system and make some actions on production database. Is there any example or how can i do that ?

Regards,

3 REPLIES 3

former_member194669
Active Contributor
0 Kudos

First of all your basis/security team will not allow for that.

If you wanted to get data then you can use rfc RFC_READ_TABLE/ for any other actions , you need to write a code and transported to prod

Former Member
0 Kudos

If this is permitted, you can do as below.

Build an RFC function module, which can perform the required activities like updating the database tables or sending data to application server etc..

And move this RFC changes to production system.

Again create one program in development system and call the RFC which is available in the production system with the KPA destination.

Former Member
0 Kudos

I dont know wheather it is legal,

But you can try creating RFC connection (has to be done by basis team )

In Dev server connecting to Prod

then it will work

Regards

Ashok Advani