<?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 Function module to Copy the  row in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635137#M1091436</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ajay,&lt;/P&gt;&lt;P&gt;Thanks for the info  but  still I have a  issues with it as  I got the output using Function module &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY_LVC&lt;/STRONG&gt;  . Does it  mandatory to use  the  above  function module where I am trying to copy the  same  row   as a  second row after  output display.Also  where should I  exactly implement  your logic which you have sent me in previous comunication. Sorry for the trouble as I am  new to OO concepts in ALV.&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;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2008 19:51:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-20T19:51:14Z</dc:date>
    <item>
      <title>ALV Function module to Copy the  row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635132#M1091431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;Can you please  suggest me the  ALV function module to copy the  row after  alv display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: I have  output &lt;/P&gt;&lt;P&gt;vbeln      posnr   qntry&lt;/P&gt;&lt;P&gt;xxxxxx  xx         xx.xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to copy the xxxx  row and  put it in the next  row. I heard there is a ALV Function module to do tht  task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your  reply&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;Nishanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nishanth Reedy on Oct 16, 2008 10:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2008 20:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635132#M1091431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T20:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Function module to Copy the  row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635133#M1091432</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;Not come across of a Alv FM that will copy the row..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the OO alv to display the ALV with the Edit option set in the layout parameter...Then you can will automatically get the option of the copy button...&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>Thu, 16 Oct 2008 21:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635133#M1091432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-16T21:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Function module to Copy the  row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635134#M1091433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naren,&lt;/P&gt;&lt;P&gt;Thanks for the  reply- appreciate you.&lt;/P&gt;&lt;P&gt;My requirement was  once  I got the  editable  ALV display  I need  the same  row as  a  second  row with  same  entries  which contains the  first  row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : ( I will get the  output as follows)&lt;/P&gt;&lt;P&gt;title  :    vbeln         posnr        Inb_qty  &lt;/P&gt;&lt;P&gt;row1 : 0870001        10            5.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now  I need &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;title  :    vbeln         posnr         Inb_qty&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;row1 : 0870001        10               5.00&lt;/P&gt;&lt;P&gt;row2 :  0870001       10               5.00  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user  click on create or any other button  he needs to copy the  row1 into row2  ( row2  is  copied from row1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I have  given a  clear  inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen  a  ALV report BCALV_EDIT_04 , it is almost same but looking for  better alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishanth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nishanth Reedy on Oct 17, 2008 10:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 20:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635134#M1091433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T20:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Function module to Copy the  row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635135#M1091434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naren,&lt;/P&gt;&lt;P&gt;Thanks for the reply- appreciate you.&lt;/P&gt;&lt;P&gt;My requirement was once I got the editable ALV display I need the same row as a second row with same entries which contains the first row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex : lets say-&lt;/P&gt;&lt;P&gt;vbeln ( Inb delivery) = 0870001 &lt;/P&gt;&lt;P&gt;posnr ( Item) = 10&lt;/P&gt;&lt;P&gt;Inb-quantity = 5.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( I will get the output as follows)&lt;/P&gt;&lt;P&gt;title : vbeln posnr Inb_qty &lt;/P&gt;&lt;P&gt;row1 : 0870001 10 5.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need &lt;/P&gt;&lt;P&gt;title : vbeln posnr Inb_qty &lt;/P&gt;&lt;P&gt;row1 : 0870001 10 5.00&lt;/P&gt;&lt;P&gt;row2 : 0870001 10 5.00 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user click on create or any other button he needs to copy the row1 into row2 ( row2 is copied from row1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I have given a clear inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen a ALV report BCALV_EDIT_04 , it is almost same but looking for better alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 20:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635135#M1091434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T20:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Function module to Copy the  row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635136#M1091435</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;Well..this may be done using the OO ALV......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to Class cl_gui_alv_grid and the Interfaces given below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_copy_row.&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_delete_row.&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_append_row.&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_insert_row.&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_move_row.&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_copy.&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_cut.&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_paste.&lt;/P&gt;&lt;P&gt;cl_gui_alv_grid=&amp;gt;mc_fc_loc_paste_new_row.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Thread &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5672407"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 20:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635136#M1091435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T20:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Function module to Copy the  row</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635137#M1091436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ajay,&lt;/P&gt;&lt;P&gt;Thanks for the info  but  still I have a  issues with it as  I got the output using Function module &lt;STRONG&gt;REUSE_ALV_GRID_DISPLAY_LVC&lt;/STRONG&gt;  . Does it  mandatory to use  the  above  function module where I am trying to copy the  same  row   as a  second row after  output display.Also  where should I  exactly implement  your logic which you have sent me in previous comunication. Sorry for the trouble as I am  new to OO concepts in ALV.&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;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 19:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-function-module-to-copy-the-row/m-p/4635137#M1091436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T19:51:14Z</dc:date>
    </item>
  </channel>
</rss>

