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 to activate debugging?

Former Member
0 Likes
7,237

hi all,

i want to debug my report program. But bcz of some reason debugging is off.

can anybody tell me what is the transaction to start/activate debugging for normal report programs.

thankx,

hetal...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,420

Hi Hetal,

In which server are you trying to debug, if its for a development server then definetly debugging will be activated on so you can use either <b>/h</b> or goto SE38 and in the toolbar select <b>Debugging</b>.

If in a production generally the Debuggin authorization will be disabled. Pls check the same. You can contact your basis personnel.

Reward if helpful.

Regards,

Tushar

7 REPLIES 7
Read only

Former Member
3,420

Hi,

Type `/h` in the command line and then execute the report.

Other option is run transaction SE38 and type the report name and click on Execute with Debugging.

Best regards,

Prashant

Read only

Former Member
0 Likes
3,420

You can type in /H in the t code box and start the debugging.

However, you need the authorization to do the same. Check with the BASIS team if the autn has been given.

Regards,

Ravi

Read only

Former Member
0 Likes
3,420

Hi Hetal,

Execute your program and when you come to your selection screen then type /h in the the transaction box and then press f8 your debugging will be activated.

Reward points if you find this helpful

Regards,

Harini

Read only

Former Member
0 Likes
3,420

Thanx to all of you.

But i wanted to know that is there any specific transaction to activate debugging like there is one SICF transaction to activate debugging for any BSP application.

I have done debugging with /h already but i want to start debugging for all my FMs, Reports, Transactions etc that is why..

Regards,

Hetal..

Read only

0 Likes
3,420

There is no transaction to start debugging. /h or BREAK-POINT hard coded in your program or placing a break point using the MENU options in your program are the ways to go.

Regards,

Ravi

Note : Please mark all the helpful answres

Read only

0 Likes
3,420

Hi,

There is no transaction in ABAP for debugging. One thing which you can do is that u can code BREAK-POINT in the code from where u want it to be debugged.

Hope this solves your problem.

Regards,

Ankit Sharma.

Read only

Former Member
0 Likes
3,421

Hi Hetal,

In which server are you trying to debug, if its for a development server then definetly debugging will be activated on so you can use either <b>/h</b> or goto SE38 and in the toolbar select <b>Debugging</b>.

If in a production generally the Debuggin authorization will be disabled. Pls check the same. You can contact your basis personnel.

Reward if helpful.

Regards,

Tushar