<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201096#M131023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi macy,&lt;/P&gt;&lt;P&gt;MODE&lt;/P&gt;&lt;P&gt;A Display all&lt;/P&gt;&lt;P&gt;E Display errors only&lt;/P&gt;&lt;P&gt;N No display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;update&amp;gt; : Update mode:&lt;/P&gt;&lt;P&gt;S Synchronous&lt;/P&gt;&lt;P&gt;A Asynchronous&lt;/P&gt;&lt;P&gt;L Local update&lt;/P&gt;&lt;P&gt;SINCE U GAVE 'N' IT DOESN'T DISPLAY ANYTHING..JUST CHANGE THE MODE..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF USEFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ashok Kumar Prithiviraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ashok Kumar Prithiviraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2006 09:43:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-01T09:43:25Z</dc:date>
    <item>
      <title>call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201093#M131020</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;when I call transaction with mode 'a' update 's',&lt;/P&gt;&lt;P&gt;it works.&lt;/P&gt;&lt;P&gt;but when i turn it back to mode 'n' update 's', it doesn't work.&lt;/P&gt;&lt;P&gt;what's wrong are there?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201093#M131020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201094#M131021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried with type 'E'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will stop only if there is an error!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201094#M131021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201095#M131022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to test the &amp;lt;b&amp;gt;sy-subrc&amp;lt;/b&amp;gt; after your 'call transaction'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Morover, do you save messages like this :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  
DATA: BEGIN OF WT_MESSTAB OCCURS 0.
        INCLUDE STRUCTURE BDCMSGCOLL.
DATA: END OF WT_MESSTAB.

...

CALL TRANSACTION 'T-CODE' USING WT_BDCDATA MODE 'N' UPDATE 'S'
MESSAGES INTO WT_MESSTAB.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201095#M131022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201096#M131023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi macy,&lt;/P&gt;&lt;P&gt;MODE&lt;/P&gt;&lt;P&gt;A Display all&lt;/P&gt;&lt;P&gt;E Display errors only&lt;/P&gt;&lt;P&gt;N No display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;update&amp;gt; : Update mode:&lt;/P&gt;&lt;P&gt;S Synchronous&lt;/P&gt;&lt;P&gt;A Asynchronous&lt;/P&gt;&lt;P&gt;L Local update&lt;/P&gt;&lt;P&gt;SINCE U GAVE 'N' IT DOESN'T DISPLAY ANYTHING..JUST CHANGE THE MODE..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;REWARD IF USEFUL&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ashok Kumar Prithiviraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ashok Kumar Prithiviraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201096#M131023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201097#M131024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there is any inconsistency in screen population it may not give u correct results. try to catch errors in BDCmsgcoll table if theer is any message no 1001.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201097#M131024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201098#M131025</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;try to change it to......&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;mode 'A' update 'S'&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;mode 'N' update 'S'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:43:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201098#M131025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201099#M131026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   What is the meaning of that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When we give mode N&lt;/P&gt;&lt;P&gt;   No screens will be displayed on the computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The processing mode can take the following values: &lt;/P&gt;&lt;P&gt;'A' Display screen &lt;/P&gt;&lt;P&gt;'E' Display only if an error occurs &lt;/P&gt;&lt;P&gt;'N' Do not display &lt;/P&gt;&lt;P&gt;'P' Do not display; debugging possible &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:44:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201099#M131026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201100#M131027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mode N will have problems if some unexpected popups (or screen sequence changes) occur during the program run and the BDC is not coded to handle those. These could be information popups like 'Delivery date has been changed' or warnings like 'Are you sure you want to change', in short, anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way to analyze the problem is to first run online and see if any of these require user input during runtime, or scan the messages saved in the BDCMSGCOLL after the background run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Sudha Mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201100#M131027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201101#M131028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where it is being stuck? it does not work means?&lt;/P&gt;&lt;P&gt;u try in 'E' mode and find error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201101#M131028</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-01T09:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201102#M131029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you have given mode 'N' in Caps.&lt;/P&gt;&lt;P&gt;other wise it will take defaults.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 09:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201102#M131029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T09:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201103#M131030</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;The processing mode can take the following values: &lt;/P&gt;&lt;P&gt;'A' Display screen &lt;/P&gt;&lt;P&gt;'E' Display only if an error occurs &lt;/P&gt;&lt;P&gt;'N' Do not display &lt;/P&gt;&lt;P&gt;'P' Do not display; debugging possible &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the MODE addition is omitted, then the processing mode is 'A'. &lt;/P&gt;&lt;P&gt;If a screen is displayed in processing mode 'E' because the system reached the end of the BDC data, the system automatically switches to processing mode 'A'. &lt;/P&gt;&lt;P&gt;If breakpoints are set in a transaction tcod called using the CALL TRANSACTION tcod USING itab variant, these are not actually reached in 'N' mode. The system tries to insert data in the Debugger screen; the call ends with SY-SUBRC = 1001 and the message "Batch input data is not available for screen SAPMSSY3 0131" (S 00 344). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversely, in 'P' mode, transaction screens are processed in the background (as in 'N' mode) and debugging is possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 10:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201103#M131030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T10:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201104#M131031</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 your problem solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 08:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-problem/m-p/1201104#M131031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T08:34:09Z</dc:date>
    </item>
  </channel>
</rss>

