<?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: Editable ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011943#M1607763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey is_layout is not the parameter in REUSE_ALV_GRID_DISPLAY_LVC.In this FM the parameter name is is_layout_lvc.&lt;/P&gt;&lt;P&gt;Secondly, i want to edit on the double click so initially i cant use wa_layout-edit = 'X'.I want the grid in display mode initially.&lt;/P&gt;&lt;P&gt;For layout tab im passing this     &lt;/P&gt;&lt;P&gt; wa_layout-box_fname = RS_SELFIELD-fieldname.&lt;/P&gt;&lt;P&gt;  WA_LAYOUT-no_rowmark = 'X'.&lt;/P&gt;&lt;P&gt;  WA_LAYOUT-STYLEFNAME = 'CELLTAB'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2011 07:37:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-21T07:37:08Z</dc:date>
    <item>
      <title>Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011938#M1607758</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;Im trying to update data of a single cell in ALV grid.Im doing this using Reuse_alv_grid_display_lvc FM.I've used reuse_alv_fieldcatlog_merge FM to get the fieldcatalog.When i try to change data of the column which has character data, i can do the changes.As soon as i select the column having numeric datatype, i get a short dump 'convert_number'.What is the reason for this dump.Do i need to specify sumthing for editing numeric fields in the FM?&lt;/P&gt;&lt;P&gt;If there is some other method to edit both character and numeric data in alv grid pls let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nidhi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 07:10:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011938#M1607758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-18T07:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011939#M1607759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your field catalog for that field, assign the data type as numc10 or so.. ie. some numeric data element and check,&lt;/P&gt;&lt;P&gt;gte back if it does not work... and paste relevant parts of your code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 07:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011939#M1607759</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-18T07:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011940#M1607760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suzie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.I tried with what you said but still its giving me the dump CONVT_NO_NUMBER.Following is my entire code : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;Garbled code removed&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nidhi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator Message: Post relevant portions of the code only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jul 20, 2011 3:52 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 09:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011940#M1607760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-20T09:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011941#M1607761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the code you are using. I tried it in my system and it has not even been edit enabled yet !! ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 09:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011941#M1607761</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-20T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011942#M1607762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i added these two lines to the above code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data wa_layout type slis_layout_alv.&lt;/P&gt;&lt;P&gt;wa_layout-edit = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and added wa_layout to the structure is_layout ( not is_layout_lvc as in the code)  and your program worked fine for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 09:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011942#M1607762</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-20T09:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011943#M1607763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey is_layout is not the parameter in REUSE_ALV_GRID_DISPLAY_LVC.In this FM the parameter name is is_layout_lvc.&lt;/P&gt;&lt;P&gt;Secondly, i want to edit on the double click so initially i cant use wa_layout-edit = 'X'.I want the grid in display mode initially.&lt;/P&gt;&lt;P&gt;For layout tab im passing this     &lt;/P&gt;&lt;P&gt; wa_layout-box_fname = RS_SELFIELD-fieldname.&lt;/P&gt;&lt;P&gt;  WA_LAYOUT-no_rowmark = 'X'.&lt;/P&gt;&lt;P&gt;  WA_LAYOUT-STYLEFNAME = 'CELLTAB'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 07:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011943#M1607763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T07:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011944#M1607764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u had 2 alv s in your code.. So you are talking about the second alv right?? The first one in the code you gave was not LVC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 07:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011944#M1607764</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-21T07:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011945#M1607765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just comment this line and try . It should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; wa_layout-box_fname = RS_SELFIELD-fieldname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 08:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011945#M1607765</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-21T08:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011946#M1607766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Suzie.I commented that line and now its working for numeric fields also.But can u pls tell me the actual use of this field boxname and why was this affecting only number fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 10:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011946#M1607766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T10:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011947#M1607767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Box field name is used to indicate that the given field is to be displayed as a check box. So it will check if the value in it is "x'( marked) character fields will not show a problem while cheeking , but when you check it against a number, it will result in an error,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 10:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011947#M1607767</guid>
      <dc:creator>lijisusan_mathews</dc:creator>
      <dc:date>2011-07-21T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011948#M1607768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tats amazing thanks &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 12:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/8011948#M1607768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T12:05:00Z</dc:date>
    </item>
  </channel>
</rss>

