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

TESTING A PG

Former Member
0 Likes
1,029

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

2 REPLIES 2
Read only

Former Member
0 Likes
635

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

Read only

Former Member
0 Likes
635

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.