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

Debug a Prg in QUALITY

Former Member
0 Likes
659

Hi Friends,

Can we Debug a Programe in QUALITY System??

in which situation??? explain pls..

regards,

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
600

Sure, as long as you have the authority to do so. You can debug just like you can in development

Regards,

Rich Heilman

Hi Friends,

Can we Debug a Programe in QUALITY System??

in which situation??? explain pls..

regards,

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
601

Sure, as long as you have the authority to do so. You can debug just like you can in development

Regards,

Rich Heilman

Read only

0 Likes
600

Hi Rich,

Thanks for your reply.

i want one more clarifiaction...

any time can we touch the Production server for any prg modifications etc.

regards,

Read only

0 Likes
600

I dont think u will get authorization to modify the program in Production.

You need to change the program in Development and transport to production.

Read only

0 Likes
600

In most cases, the production system is locked down to changes to configurations and to repository changes, config changes are ones that you do in customizing, transaction SPRO, and repository changes are ones such as programs, function modules, classes, ABAP dictionary objects, etc. This is set using transaction SCC4. If is possible to unlock the production system using this transaction, but it is not encouraged. If you have a landscape where you have a development, quality, and production systems, it is best to keep all in sync. Meaning that you make your changes in development and promote these changes thru the landscape using the transport system.

But if there is an situation where something has happened that is out of the ordinary, where your production system config or repository needs to be updated directly, then yes, it is possible to unlock and make changes. Again, not recommended.

REgards,

RIch Heilman