<?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 Edit  OO ALV Grid  Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844496#M1473629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got an editable alv grid and in the fcat i have passed &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
st_fcat-f4availabe = 'X'
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in my grid , I have got fields which has got Value range at domain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is when I am going insert new records (Using + or New Page ), the grid is checking the values of the cells and showing an error of Invalid entries, as the grid is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I override this?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any kind of help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Apr 2010 06:36:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-29T06:36:58Z</dc:date>
    <item>
      <title>Edit  OO ALV Grid  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844496#M1473629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got an editable alv grid and in the fcat i have passed &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
st_fcat-f4availabe = 'X'
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in my grid , I have got fields which has got Value range at domain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is when I am going insert new records (Using + or New Page ), the grid is checking the values of the cells and showing an error of Invalid entries, as the grid is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I override this?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any kind of help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;P&gt;Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 06:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844496#M1473629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T06:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Edit  OO ALV Grid  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844497#M1473630</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; I think u have to create f4 help sepeartely then only it can be avoided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 06:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844497#M1473630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T06:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Edit  OO ALV Grid  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844498#M1473631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not sure,  try like this&lt;/P&gt;&lt;P&gt;Make CHECKTABLE field in Fieldcatalog as '!'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
st_fcat-CHECKTABLE = '!'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghava Channooru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 07:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844498#M1473631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-29T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Edit  OO ALV Grid  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844499#M1473632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
call method grid-&amp;gt;modify_style
   exporting
     .............
     .............
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found my solution here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 16:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844499#M1473632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Edit  OO ALV Grid  Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844500#M1473633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Dec 2010 19:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-oo-alv-grid-problem/m-p/6844500#M1473633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-30T19:42:52Z</dc:date>
    </item>
  </channel>
</rss>

