Categories: ABAP Tutorials

Step by Step Guide how to Debug Popup Screen in SAP ABAP

Debug Popup Screen in ABAP can be helpfull to follow/understand the processing of ABAP flow.
The ‘/h’ doesn’t work in this case. I added the most common Debugging command for ABAP reports.

Debug a standard SAP ABAP Report

At first, the SAP offers in standard a very powerfull debugging tools .
The New generation of debugger is just awesome.
I personnaly, prefer the Desktop 3 mode when you have two columns: ABAP code processing on a side and Variables Value in the other side.

  • /h : it is the basic command used to run the SAP standard debugger
  • /hs: it is like the first one /h with allowing the system debugging
  • /ha: it starts the debugger. All the screen processing will be skipped. The first debugging point is an ABAP instructure
  • /hmusa : it will start the ABAP debugger and create memory snapshot. This memory Snapshot can analysed with the standard transaction S_MEMORY_INSPECTOR

Debug Popup screen in ABAP

In order to debug a popup follow these steps:

Related Post
  1. Create a file with notepad, the content of the file must be:
    [FUNCTION]
    Command=/H
    Title=Debugger
    Type=SystemCommand??
    
  2. Save the file as debug.bat: if you can not save it directly into .bat, save it first to a .txt then rename the extension to .bat.
  3. Drag and drop this file to the SAP Popup : Do that before clicking the action (validation or closing the popup ).
  4. you should have “Debugging Switched On” :

If you saw that, it does mean that the Debugging mode is activated.

More SAP PopUp in ABAP

Check for more detail about ABAP Popup

: How to quickly add a PopUp in ALV within an ABAP Code.

: Discovers most used type of Popup in SAP with Sample ABAP code for each one

Share
Published by
John
Tags: ABAPPopup

Recent Posts

The Most Important SAP ISU Tables

SAP ISU Tables for Technical master data, for Billing Master Data, Billing and invoicing Tables?…

December 22, 2020

SAP Fiori 3 UX and Design of SAP Fiori Apps for SAP S/4HANA, SAP TechEd Lecture

SAP Fiori 3 UX and Design of SAP Fiori Apps for SAP S/4HANA, SAP TechEd…

November 18, 2020

The Main SAP Dunning Transaction Codes

Dunning is the business practice of informing a customer of past due payment. Dunning letters…

November 28, 2019

SAP Accounts Payable Tcodes & Accounts Receivable Tcodes ( SAP AP Tcodes & SAP AR Tcodes)

SAP AP Tcodes & SAP AR Tcodes: House Banks Tcodes, Advance Payments or Down Payments,…

August 1, 2019

The Most Important SAP Payment Terms Tables (ZTERM, Text…)

What are the main SAP Payment Terms Tables ? What are the related Tables in…

October 21, 2018

The most Important SAP Work Center Tables in SAP PP

Work center consists of master data related to routing of products. It contains data related…

October 21, 2018