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:

ALV Popup for Infotypes

Print This Post Email This Post Written by admin on Mar 21st, 2008 | Filed under: ABAP Programs

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 in ALV in the form of a dialog box.

Download the complete program with screenshots.

Share

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

  1. List of Infotypes configured in the SAP system – Simple ALV report 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30...
  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...
  3. How to debug from a Popup 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...



Leave a Reply