<?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 Error message in tablecontrol in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073672#M728751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance n will award points for the usefull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control. i have 3 buttons on it. INSERT, DELETE and SAVE.&lt;/P&gt;&lt;P&gt;When ever i SAVE the data in the table control saves into table ZVTW.&lt;/P&gt;&lt;P&gt;so my point is right now iam having 2 records in the table control from the table ZVTW. now am clicking on the insert button so that it enables one record to enter the data into it. 4 fields are mandatory. without entering any data iam trying to save. iam showing one error message 'PLEASE ENTER MANDATORY FIELDS'.&lt;/P&gt;&lt;P&gt;fileds are getting disabled.&lt;/P&gt;&lt;P&gt;Now i need to enable the fields again to enter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN and ENDCHAIN is not working in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2007 06:00:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-26T06:00:03Z</dc:date>
    <item>
      <title>Error message in tablecontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073672#M728751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance n will award points for the usefull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control. i have 3 buttons on it. INSERT, DELETE and SAVE.&lt;/P&gt;&lt;P&gt;When ever i SAVE the data in the table control saves into table ZVTW.&lt;/P&gt;&lt;P&gt;so my point is right now iam having 2 records in the table control from the table ZVTW. now am clicking on the insert button so that it enables one record to enter the data into it. 4 fields are mandatory. without entering any data iam trying to save. iam showing one error message 'PLEASE ENTER MANDATORY FIELDS'.&lt;/P&gt;&lt;P&gt;fileds are getting disabled.&lt;/P&gt;&lt;P&gt;Now i need to enable the fields again to enter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN and ENDCHAIN is not working in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 06:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073672#M728751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T06:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in tablecontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073673#M728752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try leave to screen there immediately after the error message. there give screen number of table control&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 07:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073673#M728752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T07:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in tablecontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073674#M728753</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;   Use LEAVE LIST-PROCESSING after your message statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 07:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073674#M728753</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-11-26T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in tablecontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073675#M728754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after error message every thing is getting disabled. Itried witj List Processing . but after message no line is triggered.&lt;/P&gt;&lt;P&gt;Please suggest me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 08:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073675#M728754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T08:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in tablecontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073676#M728755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       IN &amp;lt;b&amp;gt;PAI&amp;lt;/b&amp;gt;  you have to write&lt;/P&gt;&lt;P&gt;         MODULE USER_COMMAND_1100.&lt;/P&gt;&lt;P&gt;In this module you have to first check SY-UCOMM.&lt;/P&gt;&lt;P&gt;like IF SY_UCOMM = 'SAVE'.&lt;/P&gt;&lt;P&gt;   IF screenfield1 = sapce and   screenfield2 = sapce and  &lt;/P&gt;&lt;P&gt;                                              screenfield3 = sapce  and&lt;/P&gt;&lt;P&gt;                                              screenfield4 = sapce . &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;write your error msg.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 09:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073676#M728755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in tablecontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073677#M728756</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;u can use leave to list processing command just after u r displaying ur &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error message , and then use the call screen command to call ur initial screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 10:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073677#M728756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T10:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in tablecontrol</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073678#M728757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arti i did the same thing as i told in my question. However aqfter the error message everything is getting disabled. Next statement after error msg is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 05:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-tablecontrol/m-p/3073678#M728757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T05:31:20Z</dc:date>
    </item>
  </channel>
</rss>

