‎2008 Aug 06 7:17 PM
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
‎2008 Aug 06 8:46 PM
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
‎2008 Aug 06 7:20 PM
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).
‎2008 Aug 06 8:34 PM
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
‎2008 Aug 06 8:37 PM
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®
‎2008 Aug 06 8:46 PM
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
‎2008 Aug 06 8:50 PM
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