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

How DEBUG a program from Development server to Quality server?

Former Member
0 Likes
1,184

Hi Experts,

I want to know the procedure to DEBUG a program which is in Development and Quality. I have to change the program logic, due to lack of test data unable to test that program in the development system. So I want to debug in Quality with the new changes of that program but without moving a transport request(new logic changes) from Development to Quality.

Is it possible?

Thanks & Regards,

Shaiksha Vali.

5 REPLIES 5
Read only

Former Member
0 Likes
695

I dont think it is possible. You will either have to transport the changes to Quality to debug it there, or create test data in Development to debug it in development server itself. 

You cannot move changes from DEV to QAS without moving TR.

Read only

Former Member
0 Likes
695

Hi,

If you are using SAP EHP5 and above... try looking for ABAP Debugger Script.. there is lot of maerial availale in help portal.

Basically you can write a Script in Debugging which will execute in deugging. I am not surehow to do that.... But you can try.... by script wecan simulate different code.

Regards,

Kapil

Read only

former_member202771
Contributor
0 Likes
695

create a local object with same change.

Read only

Former Member
0 Likes
695

Hi ,

You need to transport the changes to Quality to debug it there, or create test data in Development to debug it in development server itself. You need to move the TR to apply the changes you have done in code .

Otherwise you try to change the logic in Quality system itself by providing change license of the code and debug it there , but this is not recommended as everything shud be done in development system itself.

Thanks,

Uday.

Read only

Former Member
0 Likes
695

No, you cant do that. An example, can you install Microsoft Office in your system and test how it works in your friend's laptop ? The answer would be no. You need to have the program in the system where you want to test it.

So, you have to transport it to quality