<?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 USER_COMMAND help needed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429821#M1927364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot agree that any code inside REUSE FM is responsible for DELETE from a button. You don't have to copy REUSE_ALV. You have to copy all the three Objects that I have mentioned and then change accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ARCHIV_DISPLAY_LIST_2 to ZARCHIV_DISPLAY_LIST_2.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; OAFIND to Z&lt;SPAN style="color: #333333; font-size: 12px;"&gt;OAFIND and change the call of ARCHIV_DISPLAY_LIST_2 to ZARCHIV_DISPLAY_LIST_2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; OAFIND_2 to Z&lt;SPAN style="color: #333333; font-size: 12px;"&gt;OAFIND_2 change the submit statement to call &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Z&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;OAFIND&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Obviously the include LOPTLF01 should be copied to ZLOPTLF01.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 11:53:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-11-18T11:53:16Z</dc:date>
    <item>
      <title>ALV USER_COMMAND help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429818#M1927361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am supposed to copy standard report OAFIND_2.This report calls Reuse_alv_grid function module.The grid is displaying additional Delete button.When I tried to find whether form user_command is handled outside of Reuse_alv_grid function module for Delete functionality, its not found anywhere.&lt;/P&gt;&lt;P&gt;I am supposed to display an error message on clicking delete.Can anybody guide me how this can be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 11:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429818#M1927361</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2015-11-18T11:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USER_COMMAND help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429819#M1927362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check include LOPTLF01 Line number 65 for delete functionality. You can put a breakpoint there and you should understand in the debug mode &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the report does not have ALV output. It calls another program(OAFIND) which in turn calls FM ARCHIV_DISPLAY_LIST_2 which shows the ALV output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 11:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429819#M1927362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-18T11:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USER_COMMAND help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429820#M1927363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Rudra,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I already have reached to points above mentioned.&lt;/P&gt;&lt;P&gt;However,this doesnt lead to solution as delete functionality is called inside Reuse_ALV_grid... function module.&lt;/P&gt;&lt;P&gt;This can mean we have to copy standard Reuse_ALV_grid... function module and write logic in it.&lt;/P&gt;&lt;P&gt;DO you support this?&lt;/P&gt;&lt;P&gt;Kindly let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 11:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429820#M1927363</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2015-11-18T11:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USER_COMMAND help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429821#M1927364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot agree that any code inside REUSE FM is responsible for DELETE from a button. You don't have to copy REUSE_ALV. You have to copy all the three Objects that I have mentioned and then change accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ARCHIV_DISPLAY_LIST_2 to ZARCHIV_DISPLAY_LIST_2.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; OAFIND to Z&lt;SPAN style="color: #333333; font-size: 12px;"&gt;OAFIND and change the call of ARCHIV_DISPLAY_LIST_2 to ZARCHIV_DISPLAY_LIST_2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; OAFIND_2 to Z&lt;SPAN style="color: #333333; font-size: 12px;"&gt;OAFIND_2 change the submit statement to call &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Z&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;OAFIND&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Obviously the include LOPTLF01 should be copied to ZLOPTLF01.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 11:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429821#M1927364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-18T11:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USER_COMMAND help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429822#M1927365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As suggested, i copied LOPTLF01 and applied break point in under 'DELE'.However control didnt stopped on break-point on clicking delete button.&lt;/P&gt;&lt;P&gt;Include LOPTLF01 is getting called from function pool&amp;nbsp; SAPLOPTL.&lt;/P&gt;&lt;P&gt;Can you kindly guide further?&lt;/P&gt;&lt;P&gt;How to copy function pool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 12:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429822#M1927365</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2015-11-18T12:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USER_COMMAND help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429823#M1927366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just copying &lt;SPAN style="color: #333333; font-size: 12px;"&gt;LOPTLF01 will not work. You have do all the steps that I already mentioned.&amp;nbsp; Take help from any ABAPer if needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 13:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429823#M1927366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-18T13:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USER_COMMAND help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429824#M1927367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried copying ARCHIV_DISPLAY_LIST_2.&lt;/P&gt;&lt;P&gt;Used Z function group.Got following error: 'Field "INT_CONN" is unknown. It is neither in one of the specified&amp;nbsp; tables nor declared as DATA'.When i double click on INT_CONN am navigated to no where.&lt;/P&gt;&lt;P&gt;How ever when cliked on INT_CONN, control navigated to LOPTLTOP include(Part of function pool SAPLOPTL).&lt;/P&gt;&lt;P&gt;I will be thankful for kindly guiding further.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 14:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429824#M1927367</guid>
      <dc:creator>sanjay_deshpande4</dc:creator>
      <dc:date>2015-11-18T14:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV USER_COMMAND help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429825#M1927368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you include &lt;SPAN style="color: #333333; font-size: 12px;"&gt; LOPTLTOP &lt;/SPAN&gt;in your Z Function group? Also while activating the Function group activate all the objects together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 14:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-user-command-help-needed/m-p/11429825#M1927368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-18T14:24:52Z</dc:date>
    </item>
  </channel>
</rss>

