<?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 Editable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable/m-p/2686469#M621291</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R u using FM or.............&lt;/P&gt;&lt;P&gt;If u r using FM look at my example.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: LC_GLAY TYPE LVC_S_GLAY.&lt;/P&gt;&lt;P&gt;LC_GLAY-EDT_CLL_CB = 'X'.&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;------&lt;/P&gt;&lt;P&gt;gt_layout-zebra = 'X'.&lt;/P&gt;&lt;P&gt;gt_layout-detail_popup = 'X'.&lt;/P&gt;&lt;P&gt;gt_layout-colwidth_optimize = 'X'.&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 = i_repid&lt;/P&gt;&lt;P&gt;i_callback_user_command = 'USER_COMMAND1'&lt;/P&gt;&lt;P&gt;it_fieldcat = header&lt;/P&gt;&lt;P&gt;is_layout = gt_layout&lt;/P&gt;&lt;P&gt;i_callback_top_of_page = 'TOP-OF-PAGE1'&lt;/P&gt;&lt;P&gt;i_grid_title = text-h17&lt;/P&gt;&lt;P&gt;it_sort = gt_sort[]&lt;/P&gt;&lt;P&gt;i_default = 'X'&lt;/P&gt;&lt;P&gt;i_save = 'U'&lt;/P&gt;&lt;P&gt;is_variant = gt_variant&lt;/P&gt;&lt;P&gt;it_events = gt_events&lt;/P&gt;&lt;P&gt;I_GRID_SETTINGS = LC_GLAY&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;------&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;t_outtab = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Form USER_COMMAND1&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USER_COMMAND1 USING u_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;us_selfield TYPE slis_selfield."#EC CALLED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case u_ucomm.&lt;/P&gt;&lt;P&gt;when '&amp;amp;DATA_SAVE'.&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;----&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will come after the data was EDITTED and when SAVE was clicked by user in output scren.&lt;/P&gt;&lt;P&gt;Here now in the final internal table(ITAB) you can find the data changed in EDIT mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you can do manipulation what ever you want.&lt;/P&gt;&lt;P&gt;You can also INSERT data into custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2007 00:47:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-27T00:47:06Z</dc:date>
    <item>
      <title>ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable/m-p/2686468#M621290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Gurus&lt;/P&gt;&lt;P&gt;I have made an alv editable&lt;/P&gt;&lt;P&gt;list display&lt;/P&gt;&lt;P&gt;but i need to save the changes that the user made to those editable fields&lt;/P&gt;&lt;P&gt;what should i do??&lt;/P&gt;&lt;P&gt;Waitin for the replies..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 00:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable/m-p/2686468#M621290</guid>
      <dc:creator>manubhutani</dc:creator>
      <dc:date>2007-08-27T00:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable/m-p/2686469#M621291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;R u using FM or.............&lt;/P&gt;&lt;P&gt;If u r using FM look at my example.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: LC_GLAY TYPE LVC_S_GLAY.&lt;/P&gt;&lt;P&gt;LC_GLAY-EDT_CLL_CB = 'X'.&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;------&lt;/P&gt;&lt;P&gt;gt_layout-zebra = 'X'.&lt;/P&gt;&lt;P&gt;gt_layout-detail_popup = 'X'.&lt;/P&gt;&lt;P&gt;gt_layout-colwidth_optimize = 'X'.&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 = i_repid&lt;/P&gt;&lt;P&gt;i_callback_user_command = 'USER_COMMAND1'&lt;/P&gt;&lt;P&gt;it_fieldcat = header&lt;/P&gt;&lt;P&gt;is_layout = gt_layout&lt;/P&gt;&lt;P&gt;i_callback_top_of_page = 'TOP-OF-PAGE1'&lt;/P&gt;&lt;P&gt;i_grid_title = text-h17&lt;/P&gt;&lt;P&gt;it_sort = gt_sort[]&lt;/P&gt;&lt;P&gt;i_default = 'X'&lt;/P&gt;&lt;P&gt;i_save = 'U'&lt;/P&gt;&lt;P&gt;is_variant = gt_variant&lt;/P&gt;&lt;P&gt;it_events = gt_events&lt;/P&gt;&lt;P&gt;I_GRID_SETTINGS = LC_GLAY&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;------&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;t_outtab = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Form USER_COMMAND1&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM USER_COMMAND1 USING u_ucomm LIKE sy-ucomm&lt;/P&gt;&lt;P&gt;us_selfield TYPE slis_selfield."#EC CALLED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case u_ucomm.&lt;/P&gt;&lt;P&gt;when '&amp;amp;DATA_SAVE'.&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;----&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will come after the data was EDITTED and when SAVE was clicked by user in output scren.&lt;/P&gt;&lt;P&gt;Here now in the final internal table(ITAB) you can find the data changed in EDIT mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this you can do manipulation what ever you want.&lt;/P&gt;&lt;P&gt;You can also INSERT data into custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2007 00:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-editable/m-p/2686469#M621291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-27T00:47:06Z</dc:date>
    </item>
  </channel>
</rss>

