‎2008 Mar 25 6:45 AM
HI,
I HAVE A REPORT IN DEVELOPMENT SERVER AND PRODUCTION SERVER ALSO I HAVE MADE SOME CHANGES TO IT IN DEVELOPMENT SERVER I WOULD LIKE TO TEST IT IN PRODUCTION SERVER WITHOUT TRANSPORTING IT . HOW CAN I DO IT
‎2008 Mar 25 6:53 AM
if you don't want to transport it then you will have to make the changes manually in the production server.
otherwise, another option could be to run a RFC in the production server which calls a FM on the dev server. you can either write the report code directly in this FM or call the report from this FM.
i don't see another option
But what i suggest is that don't use the production server to carry out your testing activities.
You must be having a test server in your system landscape in between the dev and the production server. If so, transport your report to the test server and test it over there. then if things are OK then move ahead to the production server.
Edited by: Priyank Jain on Mar 25, 2008 2:59 AM
Edited by: Priyank Jain on Mar 25, 2008 3:00 AM
‎2008 Mar 25 6:53 AM
hi,
i don't think there is any facility that is provided by SAP to test Dev program with Production data unless until you transport that to production.