<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: alv steps? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893825#M373756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer below link to create sample ALVs: Also, there are many links related to ALVs in this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm" target="test_blank"&gt;http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 18:36:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-17T18:36:39Z</dc:date>
    <item>
      <title>alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893823#M373754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anybody giv the Alv steps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 18:34:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893823#M373754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T18:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893824#M373755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/99/49b844d61911d2b469006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/99/49b844d61911d2b469006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;development class SLIS for demo programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 18:36:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893824#M373755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T18:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893825#M373756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer below link to create sample ALVs: Also, there are many links related to ALVs in this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm" target="test_blank"&gt;http://www.sap-img.com/abap/sample-programs-on-alv-grid.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 18:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893825#M373756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T18:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893826#M373757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Build the field catalog.&lt;/P&gt;&lt;P&gt;2) Set up the layout (Not mandatory).&lt;/P&gt;&lt;P&gt;3) Have the data for display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this simple ALV program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: slis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Data declaration.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;DATA: BEGIN OF itab OCCURS 0,&lt;/P&gt;&lt;P&gt;        vbeln TYPE vbeln,&lt;/P&gt;&lt;P&gt;        erdat TYPE erdat,&lt;/P&gt;&lt;P&gt;        auart TYPE auart,&lt;/P&gt;&lt;P&gt;        netwr TYPE vbak-netwr,&lt;/P&gt;&lt;P&gt;      END OF itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: wa_kna1 TYPE kna1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: t_fieldcatalog TYPE slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;DATA: s_fieldcatalog TYPE slis_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Selection-screen.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PARAMETERS: p_kunnr TYPE kunnr OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT SINGLE * FROM kna1 INTO wa_kna1&lt;/P&gt;&lt;P&gt;         WHERE kunnr = p_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE s208(00) WITH 'Invalid customer'.&lt;/P&gt;&lt;P&gt;    LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Building the field catalog.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  s_fieldcatalog-col_pos = '1'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-tabname   = 'ITAB'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-rollname  = 'VBELN'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-outputlen = '12'.&lt;/P&gt;&lt;P&gt;  APPEND s_fieldcatalog TO t_fieldcatalog.&lt;/P&gt;&lt;P&gt;  CLEAR: s_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-col_pos = '2'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-fieldname = 'ERDAT'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-tabname   = 'ITAB'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-rollname  = 'ERDAT'.&lt;/P&gt;&lt;P&gt;  APPEND s_fieldcatalog TO t_fieldcatalog.&lt;/P&gt;&lt;P&gt;  CLEAR: s_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-col_pos = '3'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-fieldname = 'AUART'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-tabname   = 'ITAB'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-rollname  = 'AUART'.&lt;/P&gt;&lt;P&gt;  APPEND s_fieldcatalog TO t_fieldcatalog.&lt;/P&gt;&lt;P&gt;  CLEAR: s_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-col_pos = '4'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-fieldname = 'NETWR'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-tabname   = 'ITAB'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-rollname  = 'NETWR_AK'.&lt;/P&gt;&lt;P&gt;  s_fieldcatalog-do_sum    = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND s_fieldcatalog TO t_fieldcatalog.&lt;/P&gt;&lt;P&gt;  CLEAR: s_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get the sales orders.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  SELECT vbeln erdat auart netwr&lt;/P&gt;&lt;P&gt;         FROM&lt;/P&gt;&lt;P&gt;         vbak&lt;/P&gt;&lt;P&gt;         INTO TABLE itab&lt;/P&gt;&lt;P&gt;         WHERE kunnr = p_kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE s208(00) WITH 'No records found'.&lt;/P&gt;&lt;P&gt;    LEAVE LIST-PROCESSING.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: v_repid TYPE syrepid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  v_repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Events&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DATA: t_events TYPE  slis_t_event,&lt;/P&gt;&lt;P&gt;        s_events LIKE LINE OF t_events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  s_events-name = 'TOP_OF_PAGE'.&lt;/P&gt;&lt;P&gt;  s_events-form = 'TOP_OF_PAGE'.&lt;/P&gt;&lt;P&gt;  APPEND s_events TO t_events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Display the alv&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            i_callback_program = v_repid&lt;/P&gt;&lt;P&gt;            it_fieldcat        = t_fieldcatalog&lt;/P&gt;&lt;P&gt;            it_events          = t_events[]&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            t_outtab           = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      FORM TOP_OF_PAGE                                              *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ........                                                      *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM top_of_page.&lt;/P&gt;&lt;P&gt;  WRITE: / 'Customer - ', p_kunnr.&lt;/P&gt;&lt;P&gt;  WRITE: / 'Name     - ', wa_kna1-name1.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 18:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893826#M373757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T18:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893827#M373758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programming Steps:&lt;/P&gt;&lt;P&gt;Declare data areas for list viewer&lt;/P&gt;&lt;P&gt;Declare internal table to store selected data&lt;/P&gt;&lt;P&gt;Select data into internal table&lt;/P&gt;&lt;P&gt;Build field catalog&lt;/P&gt;&lt;P&gt;Build sort catalog&lt;/P&gt;&lt;P&gt;Build event catalog&lt;/P&gt;&lt;P&gt;Start list viewer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 1:&lt;/P&gt;&lt;P&gt;Specifying a field Catalogue &lt;/P&gt;&lt;P&gt;Specify a heading for a report.&lt;/P&gt;&lt;P&gt;Type lvc_title &lt;/P&gt;&lt;P&gt;Create a field catalogue for the report &lt;/P&gt;&lt;P&gt;Table of type slis_t_fieldcat_alv &lt;/P&gt;&lt;P&gt;line_fieldcat-fieldname : Field name&lt;/P&gt;&lt;P&gt;line_fieldcat-tabname : Itab name&lt;/P&gt;&lt;P&gt;line_fieldcat-key : Specifies key &lt;/P&gt;&lt;P&gt;line_fieldcat-seltext_m : Coloumn header&lt;/P&gt;&lt;P&gt;line_fieldcat-hotspot : Indicate hotspot&lt;/P&gt;&lt;P&gt;line_fieldcat-checkbox : Display checkbox&lt;/P&gt;&lt;P&gt;line_fieldcat-edit : Allow editing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 2:&lt;/P&gt;&lt;P&gt;Choosing and saving Layouts &lt;/P&gt;&lt;P&gt;Save options &lt;/P&gt;&lt;P&gt;' ' = No display variants can be saved&lt;/P&gt;&lt;P&gt;'X' = Standard display variants can be saved&lt;/P&gt;&lt;P&gt;'U&amp;#146; = User-specific display variants can be saved&lt;/P&gt;&lt;P&gt;'A' = Standard &amp;amp; user-specific can be saved&lt;/P&gt;&lt;P&gt;Layout options&lt;/P&gt;&lt;P&gt;Structure type slis_layout_alv &lt;/P&gt;&lt;P&gt;i_layout-colwidth_optimize = 'X' : Opt col width&lt;/P&gt;&lt;P&gt;i_layout-zebra = &amp;#145;X&amp;#146; : Alt color pattern&lt;/P&gt;&lt;P&gt;i_layout-no_vline = &amp;#145;X&amp;#148; : No vertical line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 3:&lt;/P&gt;&lt;P&gt;A Simple ALV Program&lt;/P&gt;&lt;P&gt;Using REUSE_ALV_GRID_DISPLAY &lt;/P&gt;&lt;P&gt;Passing minimum parameter &lt;/P&gt;&lt;P&gt;Data to be displayed &lt;/P&gt;&lt;P&gt;Format of Column ( Field Catalogue )&lt;/P&gt;&lt;P&gt;Let ALV set standard PF_status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEP 4:&lt;/P&gt;&lt;P&gt;Initialize Events &lt;/P&gt;&lt;P&gt;Initialize events &lt;/P&gt;&lt;P&gt;Type slis_t_event &lt;/P&gt;&lt;P&gt;Use event 'TOP_OF_PAGE' to write a header&lt;/P&gt;&lt;P&gt;Type slis_t_listheader &lt;/P&gt;&lt;P&gt;REUSE_ALV_COMMENTARY_WRITE &lt;/P&gt;&lt;P&gt;ALV supports 16 events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 19:09:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893827#M373758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T19:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893828#M373759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the demo programs by typing B&lt;STRONG&gt;ALV&lt;/STRONG&gt; in se38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also check these links...&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=785016&amp;amp;messageID=2946639" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=785016&amp;amp;messageID=2946639&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do reward if it helps,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 19:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893828#M373759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T19:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893829#M373760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to learn about ALV and specially ALV using Objects is by studying the standard SAP programs. Type BCALV_GRID_* in reports transaction, you will get a list of 10 programs...with step by step explainations given. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ketan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 19:36:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893829#M373760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T19:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893830#M373761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;checko ut the links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alv_multlist.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alv_multlist.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-alv-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-alv-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/test-alv-display-with-header-footer.htm" target="test_blank"&gt;http://www.sap-img.com/abap/test-alv-display-with-header-footer.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://goldenink.com/abap/alv_grid.html" target="test_blank"&gt;http://goldenink.com/abap/alv_grid.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/controls/alvgrid.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/controls/alvgrid.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 20:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893830#M373761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T20:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893831#M373762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the &lt;A class="jive_macro jive_macro_community" href="https://community.sap.com/" __jive_macro_name="community" modifiedtitle="true" __default_attr="2021"&gt;&lt;/A&gt; for term &amp;lt;b&amp;gt;go_docking&amp;lt;/b&amp;gt;. I have posted several simple ALV reports showing various aspects of ALV programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 22:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893831#M373762</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-01-17T22:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893832#M373763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Check these programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;&amp;lt;i&amp;gt;ALV Using Function Modules&amp;lt;/i&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;BALVHD01                Hierarchical-sequential list flight model&lt;/P&gt;&lt;P&gt;BALVHD01_GROUP   Hierarchical-sequential list flight model&lt;/P&gt;&lt;P&gt;BALVSD01                       Demo program ALV: Simple list flight model&lt;/P&gt;&lt;P&gt;BALVSD02                       ALV demo program: Output flights (simplest version)&lt;/P&gt;&lt;P&gt;BALVSD02_GRID                  Simple ALV grid control call in fullscreen mode&lt;/P&gt;&lt;P&gt;BALVSD02_SAVE                  Simple ALV call with storage option&lt;/P&gt;&lt;P&gt;BALVSD03                       Simple list&lt;/P&gt;&lt;P&gt;BALVSD04                       Simple list (merged)&lt;/P&gt;&lt;P&gt;BALVSD06                    Demoprogram ALV: Output flights (simple version + save)&lt;/P&gt;&lt;P&gt;BALVSD11              Demo program ALV: Simple list with interactions and layouts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;&amp;lt;u&amp;gt;ALV Using Object Oriented techniques.&amp;lt;/u&amp;gt;&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;BCALV_GRID_01                  Events for print processing&lt;/P&gt;&lt;P&gt;BCALV_GRID_02                  Basic list and details list using one ALV control&lt;/P&gt;&lt;P&gt;BCALV_GRID_03                  Detail list in screen of type dialog&lt;/P&gt;&lt;P&gt;BCALV_GRID_04                  Display exceptions using LEDs or lights&lt;/P&gt;&lt;P&gt;BCALV_GRID_05                  Add a self-defined button to the toolbar&lt;/P&gt;&lt;P&gt;BCALV_GRID_06                  Define self-defined context menu&lt;/P&gt;&lt;P&gt;BCALV_GRID_07                  Defining a toolbar menu&lt;/P&gt;&lt;P&gt;BCALV_GRID_08                  Defining a toolbar menu with default button&lt;/P&gt;&lt;P&gt;BCALV_GRID_09                  Control the saving options of layouts&lt;/P&gt;&lt;P&gt;BCALV_GRID_10                  Load a layout before list display&lt;/P&gt;&lt;P&gt;BCALV_GRID_11                  Test for new layout function modules&lt;/P&gt;&lt;P&gt;BCALV_GRID_AND_POPUP           ALV Grid in dialog box&lt;/P&gt;&lt;P&gt;BCALV_GRID_DEMO                Simple ALV Control Call Demo Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 22:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893832#M373763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T22:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: alv steps?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893833#M373764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following are the steps for creating ALV reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Fill the data which you want to display in the ALV report in asingle internal table.&lt;/P&gt;&lt;P&gt;2. Prepare the fieldcatalog for the fields.&lt;/P&gt;&lt;P&gt;3. Prepare the event catalog list.&lt;/P&gt;&lt;P&gt;4. Call function "REUSE_ALV_GRID_DISPLAY" for displaying the grid display &lt;/P&gt;&lt;P&gt;    and  pass the appropiate parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 07:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-steps/m-p/1893833#M373764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T07:26:38Z</dc:date>
    </item>
  </channel>
</rss>

