<?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: CALL TRANSACTION - not returning error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740789#M1674547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See note 123726.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2012 14:23:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-15T14:23:03Z</dc:date>
    <item>
      <title>CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740782#M1674540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to: '&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;TRANSACTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'CJ88' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;USING &lt;/SPAN&gt;gt_bdc &lt;SPAN class="L0S52"&gt;MODE 'E'&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;UPDATE 'S'&lt;/SPAN&gt; MESSAGES &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;l_mes'&lt;SPAN class="L0S55"&gt;. But l_mes not returning an error message. In fact error message is shown in popup window in CJ88 but in code I have no information that something went wrong. How can I get this message from this popup window? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Best regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Pawel Smuda &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740782#M1674540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-15T11:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740783#M1674541</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;Change the mode from 'E' to 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740783#M1674541</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-05-15T12:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740784#M1674542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Smuda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODE 'E' means it'll stop the transaction when the error massage occured while calling transaction. I think, message which occured is type may be &lt;STRONG&gt;E&lt;/STRONG&gt;(error) and it is displayed like &lt;STRONG&gt;I&lt;/STRONG&gt;(Information), then it may happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;MESSAGE E001(AA) with lv_msgv1 lv_msgv2 lv_msgv3 DISPLAY LIKE 'I'.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya...SuryaPraveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740784#M1674542</guid>
      <dc:creator>former_member186055</dc:creator>
      <dc:date>2012-05-15T12:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740785#M1674543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawel,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;In the table i_mes&amp;nbsp; you will have the MESSAGE TYPE, MESSADE Id and not the Message text. For the text you have to use the FM: MESSAGE_GET_TEXT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Raj..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740785#M1674543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-15T12:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740786#M1674544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smuda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you call the transaction in ERROR mode (&lt;STRONG&gt;E&lt;/STRONG&gt;), then transaction is processed only when you corrected value(lead to error values). then there is no error message is raised after complete execution of the transaction. then there is no use adding of &lt;STRONG&gt;MESSAGES &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;l_mes&lt;/STRONG&gt; to the call transaction. &lt;STRONG&gt;MESSAGES &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;l_mes&lt;/STRONG&gt; is only works in mode &lt;STRONG&gt;N, &lt;/STRONG&gt;display all screens. Message internal table is not filled in both &lt;STRONG&gt;E&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;A&lt;/STRONG&gt; MODEs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Surya...SuryaPraveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 12:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740786#M1674544</guid>
      <dc:creator>former_member186055</dc:creator>
      <dc:date>2012-05-15T12:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740787#M1674545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a pretty difficult situation that is hard to overcome. If the messages are shown in a popup rather than being returned in the message table, the only solution I know of is to simulate the logic of the program that creates the popup before calling the transaction and creating your own message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 13:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740787#M1674545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-15T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740788#M1674546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right, and 'CJ88' dosen't work in the background. I will try to use a BAPI instead of CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pawel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 14:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740788#M1674546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-15T14:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740789#M1674547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See note 123726.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 14:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740789#M1674547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-15T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740790#M1674548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 09:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740790#M1674548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-16T09:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: CALL TRANSACTION - not returning error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740791#M1674549</link>
      <description>&lt;P&gt;I am also struck in same scenario. Can you elaborate in detail?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 05:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-not-returning-error-message/m-p/8740791#M1674549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-09-04T05:27:29Z</dc:date>
    </item>
  </channel>
</rss>

