<?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 Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305006#M1534734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable information!&lt;/P&gt;&lt;P&gt;this problem is solved.&lt;/P&gt;&lt;P&gt;we need to pass the functionality to  is_variant  parameter of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Oct 2010 08:00:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-05T08:00:21Z</dc:date>
    <item>
      <title>ALV Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305003#M1534731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am developing ALV program using REUSE_ALV_GRID_DISPLAY, i am able to display my list but i need to have pushbutton on every line to select that line but at the moment the col for the push button line is coming but its not proper i.e. i am not able to select the multiple line or using control key the different lines.....any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the FM is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            i_callback_program          = repid&lt;/P&gt;&lt;P&gt;            i_callback_pf_status_set    = 'STATUS_SET'&lt;/P&gt;&lt;P&gt;            i_callback_user_command     = 'USER_COMMAND'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           i_callback_top_of_page     = 'ALV_TOP_OF_PAGE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_CALLBACK_HTML_TOP_OF_PAGE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          i_structure_name            = 'T001'    "DDIC-Bezug&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_BACKGROUND_ID             = 'ALV_WALLPAPER2'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_GRID_TITLE                = sy-title&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            is_layout                   = ps_layout&lt;/P&gt;&lt;P&gt;            it_fieldcat                 = fieldcatalog&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IT_EXCLUDING                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IT_SPECIAL_GROUPS           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           it_sort                     = sortcat[]"KSD&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IT_FILTER                   =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IS_SEL_HIDE                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_DEFAULT                   = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            i_save                      = con_alv_variant_saveoption&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          i_save                      = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            is_variant                  = g_variant&lt;/P&gt;&lt;P&gt;            it_events                   = gt_events[]&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IT_EVENT_EXIT               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IS_PRINT                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          IS_REPREP_ID                =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_SCREEN_START_COLUMN       = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_SCREEN_START_LINE         = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_SCREEN_END_COLUMN         = 120&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          I_SCREEN_END_LINE           = 30&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          e_exit_caused_by_caller     = exit_caused_by_caller&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;          es_exit_caused_by_user      = exit_caused_by_user&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;            t_outtab                    = i_alvd&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            program_error               = 1&lt;/P&gt;&lt;P&gt;            OTHERS                      = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use a more descriptive subject line in the future.&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Oct 4, 2010 4:11 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 14:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305003#M1534731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305004#M1534732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use search. There are plenty of threads regarding ALV and probably most of them mention some demo programs in SAP.&lt;/P&gt;&lt;P&gt;Study those demo programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 17:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305004#M1534732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T17:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305005#M1534733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're using an OLD (but workable) function module method.  NetWeaver SALV is much simpler to write, and IMHO better for your user.  A click on a row selects the row and you can code so that a simple double-click does what your select the left-hand button and press a function key does in the out-of-date ALV FM and methods.  There are excellent SALV tutorials on SCN,  and I'll bet that once you try these, you'll never go back to the old stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 20:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305005#M1534733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T20:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305006#M1534734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your valuable information!&lt;/P&gt;&lt;P&gt;this problem is solved.&lt;/P&gt;&lt;P&gt;we need to pass the functionality to  is_variant  parameter of the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 08:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-programming/m-p/7305006#M1534734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T08:00:21Z</dc:date>
    </item>
  </channel>
</rss>

