Saturday, December 11, 2021

Debug Popup screen in ABAP

In this Post will show you how we can debug Popup Screen in ABAP.

Step 1: Open the Notepad, copy below content in notepad

[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand??
 
Step 2: Save file with .bat extension. Ex. debug.bat

Step 3: Drag and drop this file to Popup.

No comments:

Post a Comment

SALV 8: Adding Custom PF STATUS in ALV

Note: First create Custom PF Status using below Link: https://sapabapc.blogspot.com/2022/08/create-custom-pf-status.html *&-------------...