SAP Database

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.

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

  1. List of Infotypes configured in the SAP system - Simple ALV report *&-----------------------------------------------------------------------------------------------------------------------* *& Report ZINFOTYPE * *& Author : Swarna.S * *&-----------------------------------------------------------------------------------------------------------------------* *& * *& AS: This program lists all the infotypes maintained in SAP system * *&-----------------------------------------------------------------------------------------------------------------------* REPORT zinfotype...
  2. 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...
  3. Dynamic Selection Screen ABAP Program using Dynamic Selection Screen ABAP Program with consists of the selection screen, which changes based on the user click on a radio button. The entire selection screen...
  4. Difference Between Elementary and Collective Search Help An Elementary Search help defines the flow of a standard input help. It is composed of a selection method that defines where to get the data that will make...
  5. ABAP Keyword a day : ADD ADD Variants: 1. ADD n TO m. 2. ADD n1 THEN n2 UNTIL nz GIVING m. 3. ADD n1 THEN n2 UNTIL nz TO m. 4. ADD n1 THEN...



Leave a Reply

  • Help Support CRY