Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Thursday, February 21, 2008

Starting the debugger in a modal screen Using ABAP

Usually in ABAP, when you want to start the debugger from a certain point, you just have to write "/H" in the

command window. But if you are in a modal screen or in a message display, you cannot write the traditional

"/H", here is how to do it :

  1. Open notepad and paste these lines in a document : [FUNCTION] Command=/H Title=Debugger Type=SystemCommand

  2. Save this document anywhere on your local pc. ex: c:\breakpoint.txt

  3. Drag&drop this file from the explorer to your ABAP modal screen.... et voila !!


Usually in ABAP, when you want to start the debugger from a certain point, you just have to write "/H" in the

command window. But if you are in a modal screen or in a message display, you cannot write the traditional

"/H", here is how to do it :

  1. Open notepad and paste these lines in a document : [FUNCTION] Command=/H Title=Debugger Type=SystemCommand

  2. Save this document anywhere on your local pc. ex: c:\breakpoint.txt

  3. Drag&drop this file from the explorer to your ABAP modal screen.... et voila !!

No comments:

Post a Comment

Content

Recent Topics