Saturday, October 4, 2008

Starting up ABAP debugger

There are following different option of starting ABAP debugger via transaction field (also known as ok-codes or command fields) of SAP GUI:

 

  • "/h"               a very common way, it start ABAP and classic dynpro debugging

 

  • "/hs"             starts ABAP, system and dynpro debugging

 

  • "/ha"             starts ABAP Debugging only

 

  • "/hx"             end of debugging

 

  • "/hmusa"      creates memory snapshot

 

  • jdbg              in TA SM37 restart of a finished or crashed background job for debugging

 

  • /ron              start ABAP Runtime Analysis measurement (transaction SE30)

 

  • /roff              stop ABAP Runtime Analysis measurement (transaction SE30)
  •  
  • /$st              Switch on and off Memory Consumption Display (it ia available in menu "System -> Utilities -> Resource Usage"

 

 

A letter "h" in command like /h /hs /ha /hx comes from a word "hoppeln" which is German word that means something like lollop.

 

Other posts related to transaction field of SAP GUI:

Resetting buffers: t-codes $*

Not very known transaction codes for lists

 

Other posts on ABAP debugger topic:

Remote ABAP Debugging and more

Starting up ABAP debugger

SAP system behavior while debugging

Endless loops in ABAP

Debugging of BW IP's planning functions

Debugging of BEx's text variables

No comments: