<?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: issue with error mess type e in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618474#M276834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies but i still there should be some way out for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;deepthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2006 12:51:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-19T12:51:56Z</dc:date>
    <item>
      <title>issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618465#M276825</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;I am having a problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with type error e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a screen where i enter the id and press display to display line items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i id doesn't exist then i am using message type type e &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works fine for first time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my case when iam entering the id  which exists in my table it displays the line items .now iam giving wrong id it gives me an error message but the line items of &lt;/P&gt;&lt;P&gt;previous id are displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since iam using message type e so the control is not goingto PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 16:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618465#M276825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T16:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618466#M276826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Chain and Endchain to validate in PAI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 16:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618466#M276826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T16:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618467#M276827</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;If you want still want to display line items even though the id is wrong..Use Success message so that there will be no data for line items and it will be blank..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the error message..Then the old line items will be displayed..You cannot avoid it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 16:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618467#M276827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618468#M276828</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;iam not sure about this is.&lt;/P&gt;&lt;P&gt;if the message type is  E then the control stops at that point and it doesnot goes to pbo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE CONTROL WILL EXIT OUT AT THE POINT OF MESSAGE TYPE  E&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;VENKI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 18:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618468#M276828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T18:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618469#M276829</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;IS THIS RIGHT WHAT I HAVE I HAVE SAID IN MY PREVIOUS POST .&lt;/P&gt;&lt;P&gt;I JUST WANT TO MAKE SURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618469#M276829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618470#M276830</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;Iam still having that problem.&lt;/P&gt;&lt;P&gt;can anyone suggest me a solution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 20:07:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618470#M276830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T20:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618471#M276831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So clear out the line items when an action is done in the PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 20:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618471#M276831</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-18T20:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618472#M276832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that when you encounter the message type e in pai the control will not go to pbo,even when you clear the internaltable since it doesnot goes to pbo ,it holds the values of previous screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the solution is USE ERROR TYPE I OR S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;VENKI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 20:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618472#M276832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T20:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618473#M276833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned in my earlier post..Use success or information message to continue processing and since there is no data for the line items..The table will be blank...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 21:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618473#M276833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T21:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: issue with error mess type e</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618474#M276834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies but i still there should be some way out for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;deepthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 12:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-error-mess-type-e/m-p/1618474#M276834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T12:51:56Z</dc:date>
    </item>
  </channel>
</rss>

