top of page
Search

Debug Windows in SAP

  • Writer: Sergio Cannelli
    Sergio Cannelli
  • Dec 4, 2023
  • 1 min read

 In SAP many times in standard Tx's and when we have to validate some error, we find that it is difficult to make a debug in popup windows, because in these windows often have events that we do not know where they end. So there is a way to stop the debug, so that we can evaluate all the objects where the debug has happened.

In this publication I share the way to do it (it is a trick that I have used since always), perhaps many already know it, it is never too much to share these tips.



Step 1 : Creation of file with TXT extension

The first step is to create a TXT file, with the following content.


[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand

Save this file to the desktop

Step 2: Usage

To show the practical use, I use the TX FBRA, to cancel a clearing document, this TX uses 2 Popup windows.







 
 
 

Comentarios


bottom of page