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

program cross clint without transport

Former Member
0 Likes
757

Hi,

there is way to build program in one system like dev and when i execute the program it modify data in all system like qa and prod without move the transport to qa and prod.

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
734

I think that with a properly constructed destination in SM59, it should be possible. Not sure I'd want to try it though. What would the auditors have to say??

Didn't see the other answer.

Rob

Edited by: Rob Burbank on Aug 6, 2008 3:48 PM

Edited by: Rob Burbank on Aug 6, 2008 4:23 PM

5 REPLIES 5
Read only

Sm1tje
Active Contributor
0 Likes
734

No this is not possible. What you can do is create a remote enable function module which does the updates, transport this and call this from the development system.

HOWEVER, why would you want to do this anyway???? Is there some special requirement...or what. This doesn't make any sense (to me).

Read only

Former Member
0 Likes
734

Hi Micky,

Thanks,

Are u Sure Because someone ask me this question and i don't now what to tell , he ask me if he wont to update flag in some table assume in dev ,there is a process that can update the tables in qa and prod with the same flag without moving transport to qa & prod .

Regards

Read only

0 Likes
734

For security reasons basis will not provide connections directly from DEV to PRD or PRD to DEV.

then in that case how will you make a call to PRD to update data from DEV?

a®

Read only

Former Member
0 Likes
735

I think that with a properly constructed destination in SM59, it should be possible. Not sure I'd want to try it though. What would the auditors have to say??

Didn't see the other answer.

Rob

Edited by: Rob Burbank on Aug 6, 2008 3:48 PM

Edited by: Rob Burbank on Aug 6, 2008 4:23 PM

Read only

former_member194669
Active Contributor
0 Likes
734

My suggestion will be write a small utility to download any table from DEV to app server and upload the app server file and update the tables in QA, PRD.

Porbably look into this link to start with

a®s

Edited by: a®s on Aug 6, 2008 3:52 PM