<?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: Problem with Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181174#M125846</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;Before showing the error message clear the OKCODE and Sy-ucomm and then display the error message. Because whenever you get the error message the OKCODE will not change and it will keep on hitting the same code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;clear OKCODE.&lt;/P&gt;&lt;P&gt;clase Sy-ucomm.&lt;/P&gt;&lt;P&gt;error message.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2006 07:16:09 GMT</pubDate>
    <dc:creator>mandar_shete</dc:creator>
    <dc:date>2006-02-16T07:16:09Z</dc:date>
    <item>
      <title>Problem with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181168#M125840</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 have a problem regarding table control. The table control is not allowing to process further after a error message is displayed. I am showing the error message when a particular row is selected and a push button is clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 06:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181168#M125840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T06:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181169#M125841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nelson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever an error message is displayed  u can't access further In ny case whather it is a table control or ny report program or ny thing else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What u can do is display an information message i.e. Message type - I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case u can show a message and also proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------" /&gt;&lt;P&gt;Sachin Dhingra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 06:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181169#M125841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T06:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181170#M125842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check whether u had given the error message with 'e'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to give the message in this form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e000(zv) with itab-vbelnr itab-posnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check whether u had done in this way or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could be done only when ur in loop..endloop of pai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if u r doing the actions after the pushbutton is selected then it will not be in the loop..endloop. for this you have to give the message type 'i'.&lt;/P&gt;&lt;P&gt;so that it will allow u to modify the data when the pushbutton is selected. &lt;/P&gt;&lt;P&gt;i hope this will solve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Hasmath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 06:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181170#M125842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T06:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181171#M125843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nelson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to use FIELD stmt in the flow logic.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt; FIELD: ABC,&lt;/P&gt;&lt;P&gt;        123.&lt;/P&gt;&lt;P&gt; Module xyz.    &lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if there is an error in field abc and u are throwing error msg from module xyz then fields ABC and 123 will be input enabled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 06:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181171#M125843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T06:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181172#M125844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please clarify what you mean by 'further processing'. My guess is that you are looking for exit commands. &lt;/P&gt;&lt;P&gt;1) Declare the back, exit and cancel as exit commands. This is done in the menu.&lt;/P&gt;&lt;P&gt;2) In PAI, declare a module like so...&lt;/P&gt;&lt;P&gt;module xyz at exit-command.&lt;/P&gt;&lt;P&gt;3) write the navigation code etc here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the error message if you like. Once the error message has been triggered, your back exit and cancel still will work fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More to come...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 06:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181172#M125844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T06:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181173#M125845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's how you create a exit command... In the PF-status declaration, go to function keys, say 'Back', double click on it. On the popup, you should see the functional type, set it as 'E'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 06:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181173#M125845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-16T06:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181174#M125846</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;Before showing the error message clear the OKCODE and Sy-ucomm and then display the error message. Because whenever you get the error message the OKCODE will not change and it will keep on hitting the same code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;clear OKCODE.&lt;/P&gt;&lt;P&gt;clase Sy-ucomm.&lt;/P&gt;&lt;P&gt;error message.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 07:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-control/m-p/1181174#M125846</guid>
      <dc:creator>mandar_shete</dc:creator>
      <dc:date>2006-02-16T07:16:09Z</dc:date>
    </item>
  </channel>
</rss>

