<?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: Error messages in Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433692#M1052366</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'am speaking about after issuing error messege in section&lt;/P&gt;&lt;P&gt;LOOP AT EXTRACT. and  ENDLOOP.&lt;/P&gt;&lt;P&gt;where it can not come to PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I' am giving error meesege here only that particular record(entire row) will be ready for input and disabling the input for entire table control records on a screen. &lt;/P&gt;&lt;P&gt;where as my requirement is to at the same time the entire column of particular field shoulb be input enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2008 13:53:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-16T13:53:53Z</dc:date>
    <item>
      <title>Error messages in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433689#M1052363</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;    In a table control for table maintenance I' am having 5 columns. and the requirement is particular entire column  should be input enabled while giving error message. As normally particular record(row) is going to be input enabled while giving error messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 08:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433689#M1052363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433690#M1052364</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;&lt;/P&gt;&lt;P&gt;can explain your requirement in detail...????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use following code in PBO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = '&amp;lt;&amp;gt;'&lt;/P&gt;&lt;P&gt;         screen-input = 0/1.  " as per the reuirement&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;pts if it helps.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mahantesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 10:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433690#M1052364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T10:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433691#M1052365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using CHAIN/ENDCHAIN in PAI loop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 13:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433691#M1052365</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-16T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433692#M1052366</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'am speaking about after issuing error messege in section&lt;/P&gt;&lt;P&gt;LOOP AT EXTRACT. and  ENDLOOP.&lt;/P&gt;&lt;P&gt;where it can not come to PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I' am giving error meesege here only that particular record(entire row) will be ready for input and disabling the input for entire table control records on a screen. &lt;/P&gt;&lt;P&gt;where as my requirement is to at the same time the entire column of particular field shoulb be input enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 13:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433692#M1052366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T13:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433693#M1052367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't issue an error message then.  If you get an error, give an information message and set a flag that you will then check to prevent any further PAI processing from happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 13:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433693#M1052367</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2008-09-16T13:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error messages in Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433694#M1052368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Christine said, if you want to set entire table column for input, you can't throw an error message. Another option, is to throw an error message, inside CHAIN/ENDCHAIN, but that way you can only validade line by line, which means that will be open for input line by line, not entire column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 14:53:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-messages-in-table-control/m-p/4433694#M1052368</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-16T14:53:46Z</dc:date>
    </item>
  </channel>
</rss>

