<?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: Field Catalog control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191547#M1001963</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;   Thanks for your reply could you kindly explain the logic of fieldcatalog......or please provide sample code..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 04:22:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T04:22:41Z</dc:date>
    <item>
      <title>Field Catalog control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191542#M1001958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I am using REUSE_ALV_GRID_DISPLAY function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to control my fields through field catalog like if the particular&lt;/P&gt;&lt;P&gt; Field value &amp;gt;500 that will be disable else that field will be editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not using oops only the function module grid display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Rajendran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 09:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191542#M1001958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-12T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Field Catalog control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191543#M1001959</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;loop at ur internal table,&lt;/P&gt;&lt;P&gt;check for that firld value &amp;gt; 500.&lt;/P&gt;&lt;P&gt;if it is there just set some flag and exit from loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the field catalog, based upon this condition u can make the col editable and non editable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 09:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191543#M1001959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-12T09:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Field Catalog control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191544#M1001960</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; Its possible to make a &lt;STRONG&gt;particular column&lt;/STRONG&gt; editable using the flag EDIT in slis_fieldcat_alv type for eg check this program - BCALV_TEST_FULLSCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But  in non OO concept.i dont have a idea to make particular cells editable based on conditions (whose values are &amp;gt;500 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is possible only in OO concept as far as i know by &lt;STRONG&gt;using the method mc_style_disabled in class cl_gui_alv_grid&lt;/STRONG&gt; . For this check program - BCALV_EDIT_03 and BCALV_EDIT_04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Kothand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 09:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191544#M1001960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-12T09:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Field Catalog control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191545#M1001961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can not make particular cell editable using field catalog..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can try it by layout structure.we edit whole column by using fieldcatalog&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 09:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191545#M1001961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-12T09:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field Catalog control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191546#M1001962</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;Go through the link given below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/19882043b111d1896f0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c8/19882043b111d1896f0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 10:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191546#M1001962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-12T10:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field Catalog control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191547#M1001963</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;   Thanks for your reply could you kindly explain the logic of fieldcatalog......or please provide sample code..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 04:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191547#M1001963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T04:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Catalog control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191548#M1001964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let ur internal table has two fields : matnr and menge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab&lt;/P&gt;&lt;P&gt;MATNR   MENGE.&lt;/P&gt;&lt;P&gt;122          200&lt;/P&gt;&lt;P&gt;123         300&lt;/P&gt;&lt;P&gt;124         500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you want the menge col editable if at least one of the row is having more than 200(MENGE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;if itab-menge ge 200.&lt;/P&gt;&lt;P&gt;flag = 'X'.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the fieldcatalog for MENGE.&lt;/P&gt;&lt;P&gt;fcat-fieldname = 'MENGE'.&lt;/P&gt;&lt;P&gt;if flag = 'X'.&lt;/P&gt;&lt;P&gt;fcat-edit = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 04:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191548#M1001964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T04:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field Catalog control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191549#M1001965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply, it's very helpful for me....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 04:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-catalog-control/m-p/4191549#M1001965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T04:31:07Z</dc:date>
    </item>
  </channel>
</rss>

