Tom's notes

Table of Contents

Sidebar

  • About me
Tom's notes
Sie befinden sich hier: Home » SAP » Debugging popup screen

Debugging popup screen

  1. Create a notepad file with below details :

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

    Then save the above text file as a batch file. You can name it as debug.bat for example.

  2. Now open the popup screen which you want to debug. Let's assume that you want to debug output processing log screen for an invoice output
  3. Now drag and drop debug.bat batch file from your Windows desktop onto the modal popup SAP screen. Then the SAP GUI will inform you about the debugging status with message „Debugging switched on“
  4. Now you can easily activate debugging screen in ABAP on the modal popup SAP screen.

Reference

  • SAP Note 118184 Modulen Dialog debuggen
Previous Next