<?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 message in session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547223#M1266533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is a background job, it should get recorded in Job Log  &amp;amp; seen in transaction SM37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is session seen in SHDB transaction ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2009 08:38:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-27T08:38:53Z</dc:date>
    <item>
      <title>Error message in session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547222#M1266532</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 have implemented one implicit enhancement in AC_DOCUMENT_DIRECT_INPUT in RFBIBL01 program. My requirment is if some validation fails i need to raise an error message. and it should go into the session. so when my validation fails error message is triggering but its not going into the session.when i executed the session in foreground i am getting the error in log but when i executed in background i am not getting my validation error even thought validation failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any body tell me how we can do that.&lt;/P&gt;&lt;P&gt;i have raised the message in Enhancement as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MESSAGE e059(zap)." WITH 'Invoice Already Exists'(051). and i am writing this message in my custom function module.which i called in my enhancement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 22 Apr 2009 21:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547222#M1266532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T21:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547223#M1266533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is a background job, it should get recorded in Job Log  &amp;amp; seen in transaction SM37&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is session seen in SHDB transaction ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 08:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547223#M1266533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T08:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547224#M1266534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sy-batch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-batch eq 'X'             i.e we are checking in background&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE e059(zap)." WITH 'Invoice Already Exists'(051)&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;MESSAGE e059(zap)." WITH 'Invoice Already Exists'(051).&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 08:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547224#M1266534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T08:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547225#M1266535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you get it in foreground, you should also get it in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 09:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-session/m-p/5547225#M1266535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T09:01:01Z</dc:date>
    </item>
  </channel>
</rss>

