<?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 does not return 0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878147#M51134</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;so pls. analyze the error message with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: itab LIKE bdcmsgcoll OCCURS   0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcode USING bdcdata MODE mod MESSAGES INTO itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*get text to bdc-message&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'TB_MESSAGE_BUILD_TEXT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Feb 2005 09:37:13 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2005-02-22T09:37:13Z</dc:date>
    <item>
      <title>call transaction does not return 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878146#M51133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey &lt;/P&gt;&lt;P&gt;i wrote call transaction program.&lt;/P&gt;&lt;P&gt;Perform BDC_GROUP.(where i wrote Dynpro scr and fields)&lt;/P&gt;&lt;P&gt;Call transaction 'FB01' using bdcdata&lt;/P&gt;&lt;P&gt;                        mode 'N'&lt;/P&gt;&lt;P&gt;                        Update 'S'.&lt;/P&gt;&lt;P&gt;Write sy-subrc returns 1001 value.&lt;/P&gt;&lt;P&gt;why is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same BDC_Group was called by BInput program it worked fine. &lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 09:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878146#M51133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-22T09:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction does not return 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878147#M51134</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;so pls. analyze the error message with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: itab LIKE bdcmsgcoll OCCURS   0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcode USING bdcdata MODE mod MESSAGES INTO itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*get text to bdc-message&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'TB_MESSAGE_BUILD_TEXT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 09:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878147#M51134</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-02-22T09:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction does not return 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878148#M51135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ambichan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check out the following options :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Try calling CALL TRANSACTION in mode 'E' and also in mode 'A'. See if you do get any errors.&lt;/P&gt;&lt;P&gt;2. If you don't get any errors in option 1, then see the contents of the message table for the call transaction statement.&lt;/P&gt;&lt;P&gt;3. If you find that Option 1 is okay, and that there are no messages in the message table, then please verify if you have put some breakpoints somewhere in the code of the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please get back with your test results (most importantly, the contents of the message table). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 09:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878148#M51135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-22T09:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction does not return 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878149#M51136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a very similar problem and I believe what Anand is saying is very important.&lt;/P&gt;&lt;P&gt;You can;t simply rely on SUBRC alone, it's a combination of check for SUBRC and the messages you received after your BDC or CALL transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Feb 2005 19:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878149#M51136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-22T19:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction does not return 0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878150#M51137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan and Anand!&lt;/P&gt;&lt;P&gt;Why don't you use the Posting_Interface way to post data? This method is quite simple, it creates a batch input transaction (or a call transaction, as you want) for a document to be posted with FB01 or FBB1.&lt;/P&gt;&lt;P&gt;Use FM posting_interface_start, posting_interface_document and posting_interface_end and look at their documentation (we are lucky, there is something in english!).&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2005 11:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-does-not-return-0/m-p/878150#M51137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-03T11:12:48Z</dc:date>
    </item>
  </channel>
</rss>

