<?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 Making Table control fields input enabled in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-control-fields-input-enabled/m-p/2493889#M563049</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 have a screen , it has table control along other fields. If the user does not enter any data in the table control, i have to raise error message and i have to make table control input enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2007 22:42:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-20T22:42:35Z</dc:date>
    <item>
      <title>Making Table control fields input enabled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-control-fields-input-enabled/m-p/2493889#M563049</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 have a screen , it has table control along other fields. If the user does not enter any data in the table control, i have to raise error message and i have to make table control input enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 22:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-control-fields-input-enabled/m-p/2493889#M563049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T22:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Making Table control fields input enabled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-control-fields-input-enabled/m-p/2493890#M563050</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;Try to put your error message statement withing Chain .. endchain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Devendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 23:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-control-fields-input-enabled/m-p/2493890#M563050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T23:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Making Table control fields input enabled</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-control-fields-input-enabled/m-p/2493891#M563051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the PAI within the LOOP and ENDLOOP of table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DECLARE &lt;/P&gt;&lt;P&gt;CHAIN&lt;/P&gt;&lt;P&gt;FIELDS &amp;lt;all row fields of the table control&amp;gt;&lt;/P&gt;&lt;P&gt;MODULE check_empty_fields.&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;withthin this module put the code:&lt;/P&gt;&lt;P&gt;MODULE check_empty_fields.&lt;/P&gt;&lt;P&gt;IF      &amp;lt;Your table control field 1&amp;gt; IS INITIAL&lt;/P&gt;&lt;P&gt;AND  &amp;lt;Your table control field 2&amp;gt; IS INITIAL&lt;/P&gt;&lt;P&gt;AND ...list all fields.&lt;/P&gt;&lt;P&gt;message 'Your message  type &amp;lt;b&amp;gt;E&amp;lt;/b&amp;gt; .&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;A.Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2007 02:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-table-control-fields-input-enabled/m-p/2493891#M563051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-21T02:27:04Z</dc:date>
    </item>
  </channel>
</rss>

