<?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 regarding capturing the error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047937#M967647</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 a requirement of having to capture the message generated when the bapi is being called .following are the bapi's BAPI_PLANNEDORDER_CREATE&lt;/P&gt;&lt;P&gt;BAPI_PLANNEDORDER_CHANGE..but the problem is that messages captured should be displayed in the spool of another report which is an independant identity .and the function module is not being called in the report.any pointers plz .......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 07:30:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-04T07:30:42Z</dc:date>
    <item>
      <title>regarding capturing the error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047937#M967647</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 a requirement of having to capture the message generated when the bapi is being called .following are the bapi's BAPI_PLANNEDORDER_CREATE&lt;/P&gt;&lt;P&gt;BAPI_PLANNEDORDER_CHANGE..but the problem is that messages captured should be displayed in the spool of another report which is an independant identity .and the function module is not being called in the report.any pointers plz .......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:30:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047937#M967647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: regarding capturing the error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047938#M967648</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;Have a look into Function group SBAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the Function modules you can create a log and add the messages and store the log.&lt;/P&gt;&lt;P&gt;-&amp;gt; See Transactions SLG0 and SLG1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These logs can then be read in your second program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047938#M967648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: regarding capturing the error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047939#M967649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mantain a Z table like return parameter of BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store recent messages in that Z table after each call of that BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call that Z table from report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will resolve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishnendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047939#M967649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: regarding capturing the error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047940#M967650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any other option other than creating a ztable ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047940#M967650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: regarding capturing the error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047941#M967651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seen the function group but couldnt understand how to capture messages .can you explain me in brief&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047941#M967651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: regarding capturing the error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047942#M967652</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;Declare the Internal table of type BAPIRETURN(check in BAPI Fm ur using) and apss this to BAPI Fm. and send this T_return(Internal table_ to FM FORMAT_MESSAGE to have the exact errors as a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Wishes,&lt;/P&gt;&lt;P&gt;Chandralekha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047942#M967652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: regarding capturing the error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047943#M967653</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;There are some demo Reports to expalin how to use the FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: SBAL_DEMO_01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-capturing-the-error-message/m-p/4047943#M967653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:42:46Z</dc:date>
    </item>
  </channel>
</rss>

