ERP Database - The Unofficial ERP Knowledge Base

Facebook Twitter del.icio.us Digg it
ERP Database contains a huge collection of articles related to ERP System and Software. Many of the articles are specifically related to SAP. All these ERP/SAP articles are freely available to everyone.

If you would like to submit an article or share any document related to ERP or any specific ERP software. Please mail it to support@erpdb.info. Please make sure that the documents are not copyrighted.
Social Bookmarks:

How to debug from a Popup

Print This Post Email This Post Written by admin on Nov 15th, 2007 | Filed under: ABAP

Download this file from here –> Debug.sap

Drag and drop this onto the Popup and the you can start your debug from there. This is a small text file and contains few lines of text to initiate debugging.

[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
~~~ end of post ~~~

———————
ABAPer, mail: abap.community@gmail.com http://www.erpdb.info

Share

If you like this post, you may as well like these too:

  1. ALV Popup for Infotypes ALV pop up giving the list of all the infotypes in the system. The user can select the infotypes . After selection the details of the selected infotypes are displayed...
  2. How to Display OO ALV in Popup Guest post by Rajiv Use the factory method to display the ALV in Popup. DATA: gr_table TYPE REF TO cl_salv_table, *<< Your Custom table, Populate data in it gr_master TYPE...



Leave a Reply