<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385625#M1043095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'REUSE_ALV_GRID_DISPLAY'
    exporting
      i_callback_program          = sy-repid
     I_CALLBACK_USER_COMMAND = 'USER_COMMAND'
....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you didn;t mentintion the FORM then you get such kind of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM USER_COMMAND using ucomm type sy-ucomm
    selfield type slis_selfield.


ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;either you mention the formn implementation in your program or comment the i_callback_user_command parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do one of them to avoid. if you need to do some user actions then have dynamic form routine inside your program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Aug 2008 16:52:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-23T16:52:28Z</dc:date>
    <item>
      <title>ALV problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385624#M1043094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have  activated my ALV program successfully but i couldn't get the solution i have received error message 'call back event USER_COMMAND' doesn't exist.&lt;/P&gt;&lt;P&gt;message code - 0531.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 16:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385624#M1043094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T16:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: ALV problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385625#M1043095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'REUSE_ALV_GRID_DISPLAY'
    exporting
      i_callback_program          = sy-repid
     I_CALLBACK_USER_COMMAND = 'USER_COMMAND'
....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you didn;t mentintion the FORM then you get such kind of error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FORM USER_COMMAND using ucomm type sy-ucomm
    selfield type slis_selfield.


ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;either you mention the formn implementation in your program or comment the i_callback_user_command parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do one of them to avoid. if you need to do some user actions then have dynamic form routine inside your program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 16:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385625#M1043095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T16:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: ALV problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385626#M1043096</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;In your program you may not have &lt;STRONG&gt;USER_COMMAND&lt;/STRONG&gt; subroutine in your program, but it is used in the FM of ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just comment the ALV &lt;STRONG&gt;USER_COMMAND&lt;/STRONG&gt; and test your program. While activation you will not come across with any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram POnna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 17:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385626#M1043096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T17:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385627#M1043097</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;   in the reuse fm of alv if you are not using user_command then just comment it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you are using it just write the form for that and whatever you want to execute on user action in this form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that cud be the only reason..just check..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Aug 2008 17:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem/m-p/4385627#M1043097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-23T17:09:36Z</dc:date>
    </item>
  </channel>
</rss>

