<?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 Refresh ALV OOPS after press duplicate row in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-alv-oops-after-press-duplicate-row/m-p/516675#M18350</link>
    <description>&lt;P&gt;Hi everybody,&lt;/P&gt;
  &lt;P&gt;Now I have one problem about ALV OOPS. After I press "duplicate row" on the toolbar, actually the grid is not refresh. Could you tell me how can I trigger the event of "duplicate row"? Because I register the event "modified" so that I cannot call refresh_table_display in the handle_data_changed, it will let the grid complicated if we append/insert, and add data for each cell, the cursor position always go to the top, and the row index is also complicated.&lt;/P&gt;
  &lt;P&gt;I have call method set_toolbar_attractive already but the sy-ucomm does not trigger for "duplicate_row" in the user_command. I intend to add a new button as the same duplicate_row and trigger it's function code but I don't think it is a good solution because the function of SAP is better than my function and I also cannot control the activity of grid well too.&lt;/P&gt;
  &lt;P&gt;Thank you so much for reading&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2017 09:43:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-11-29T09:43:42Z</dc:date>
    <item>
      <title>Refresh ALV OOPS after press duplicate row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-alv-oops-after-press-duplicate-row/m-p/516675#M18350</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;
  &lt;P&gt;Now I have one problem about ALV OOPS. After I press "duplicate row" on the toolbar, actually the grid is not refresh. Could you tell me how can I trigger the event of "duplicate row"? Because I register the event "modified" so that I cannot call refresh_table_display in the handle_data_changed, it will let the grid complicated if we append/insert, and add data for each cell, the cursor position always go to the top, and the row index is also complicated.&lt;/P&gt;
  &lt;P&gt;I have call method set_toolbar_attractive already but the sy-ucomm does not trigger for "duplicate_row" in the user_command. I intend to add a new button as the same duplicate_row and trigger it's function code but I don't think it is a good solution because the function of SAP is better than my function and I also cannot control the activity of grid well too.&lt;/P&gt;
  &lt;P&gt;Thank you so much for reading&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 09:43:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-alv-oops-after-press-duplicate-row/m-p/516675#M18350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-11-29T09:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh ALV OOPS after press duplicate row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-alv-oops-after-press-duplicate-row/m-p/516676#M18351</link>
      <description>&lt;P&gt;Did you try to handle event &lt;A href="https://help.sap.com/viewer/search?q=AFTER_USER_COMMAND%20CL_GUI_ALV_GRID&amp;amp;language=en-US&amp;amp;state=PRODUCTION&amp;amp;format=standard,html,pdf,others"&gt;AFTER_USER_COMMAND&lt;/A&gt;, in the handling method check an E_UCOMM value equal to constant attributes MC_FC_LOC_COPY_ROW or MC_FC_LOC_PASTE_NEW_ROW. &lt;/P&gt;
  &lt;P&gt;NB: Event USER_COMMAND only trigger for self-defined function, when AFTER_USER_COMMAND also trigger for standard ones.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;PS: Can you elaborate on method set_toolbar_attractive &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 10:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-alv-oops-after-press-duplicate-row/m-p/516676#M18351</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-11-29T10:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh ALV OOPS after press duplicate row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-alv-oops-after-press-duplicate-row/m-p/516677#M18352</link>
      <description>&lt;P&gt;It does not work :((( It just works for some button graphics, info, etc... but no duplicate row &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 02:16:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-alv-oops-after-press-duplicate-row/m-p/516677#M18352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-12-05T02:16:57Z</dc:date>
    </item>
  </channel>
</rss>

