<?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: BDC Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012311#M1166577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx a lot Rohit for the feedback. Btw (now I remember) I already saw this problem for internal tables and RFC, where internal table was kept in memory (either client or server I don't know) between 2 calls and I had to empty. So I think the problem is not related to BDC, but RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;hardcoding_of_the_rules_removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jan 21, 2009 1:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2009 14:28:13 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2009-01-19T14:28:13Z</dc:date>
    <item>
      <title>BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012299#M1166565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a RFC having bdc code ( with call transaction) for transaction IW22 ( Process Notification) . This BDC code is processing one notification at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Online, the RFC is working obsolutely fine. But In background, when the RFC is called multiple times in a loop to process multiple notification , bdc in RFC is working fine for first time then giving an error with code 344 for second notification onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help/suggest us how we can fix this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rohit Kumar on Jan 16, 2009 4:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 13:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012299#M1166565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T13:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012300#M1166566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is "code 344"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first thought: CALL TRANSACTION UPDATE should be 'S' (probably it is set to 'A' now)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 15:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012300#M1166566</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2009-01-16T15:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012301#M1166567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is set to 'S' .&lt;/P&gt;&lt;P&gt;Still not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Portal application is calling the RFC( having this bdc code) like below---&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop ...n times&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'RFC_NAME' ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first call, RFC is working as expected but at the second time bdc fails....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 18:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012301#M1166567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T18:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012302#M1166568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you refreshing all the internal tables, variables (used in the RFC) before the call in the loop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 18:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012302#M1166568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T18:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012303#M1166569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Recheck the BDC, you have written with atleast 2-3 test cases. Code 344 if I remember correctly will come when the BDC hits a screen/screen field not expected by the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 18:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012303#M1166569</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-01-16T18:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012304#M1166570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BDC program is in R/3.  &lt;/P&gt;&lt;P&gt;External system Portal is calling the RFC ( with bdc code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to debug the BDC ( mode 'A') during external debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is our observation is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BDC is doing fine when called once. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC worked fine always for the first call in the multiple RFC calls( within loop in portal side code) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to do something related to user session/ bdc session etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rohit Kumar on Jan 17, 2009 1:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jan 2009 19:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012304#M1166570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-16T19:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012305#M1166571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is probably that memory is not reset after the first call, and the second call takes it into account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it is a call transaction, it means that there is probably a &lt;STRONG&gt;SET/GET parameter&lt;/STRONG&gt; done by IW22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means that the problem does not come from RFC, so you may reproduce in normal mode, and &lt;STRONG&gt;use the normal debug&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way, that would be more simple and fast, is to compare the SET/GET parameter before and after the first call transaction. You do this by log out and log in the system (to reset all memories for simulating the RFC call), add breakpoints before and after the call transaction. At the breakpoint, in the old debugger, you will see set/get parameter memories via menu goto, system areas, abap memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your RFC function module, reset these memories (SET PARAMETER ID ... FIELD space) before call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, debug it (in normal debug as I said)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 13:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012305#M1166571</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-01-17T13:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012306#M1166572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EASIER : Another possibility is to close the RFC session in the calling program, after each CALL FUNCTION 'RFC_FUNC', so that the memories are cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do that, if the calling program is an ABAP program (?), you may close the connection explicitly by calling function module RFC_CONNECTION_CLOSE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jan 2009 13:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012306#M1166572</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-01-17T13:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012307#M1166573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to find the below navigation as suggested by you during debugging...&lt;/P&gt;&lt;P&gt;set/get parameter memories via menu goto, system areas, abap memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please come again, It will be much helpful for us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 09:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012307#M1166573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T09:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012308#M1166574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's probably because you are in the new debugger.&lt;/P&gt;&lt;P&gt;You must &lt;STRONG&gt;switch to the classic debugger&lt;/STRONG&gt; (there is an option in the new debugger menu)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 11:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012308#M1166574</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-01-19T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012309#M1166575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We tried to do the same and also tried to use the 'SET PARAMETER' etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We debugged the BDC and found that the control of BDC get diverted to an 'information pop up window'  which says 'error calculating cost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP somehow manage to do process the first notification and create order against the notification but it seems that BDC looses the flow for second notificatin , after lossing it's control in the first one.&lt;/P&gt;&lt;P&gt;There is no screen number of that information pop up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please suggest if there is any way to surpass the warning messages...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 11:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012309#M1166575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012310#M1166576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for taking so much interest into our problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BDC Code, bdcdata is not refreshed after processing a notification. After we added code to refresh bdcdata after processing the notification, the RFC is working for multiple notification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again to all you for all your support and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 12:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012310#M1166576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T12:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012311#M1166577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx a lot Rohit for the feedback. Btw (now I remember) I already saw this problem for internal tables and RFC, where internal table was kept in memory (either client or server I don't know) between 2 calls and I had to empty. So I think the problem is not related to BDC, but RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;hardcoding_of_the_rules_removed_by_moderator&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Jan 21, 2009 1:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 14:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012311#M1166577</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-01-19T14:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012312#M1166578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. you deserve more than just points...already given points to you&lt;/P&gt;&lt;P&gt;You are the people in sdn which making a lot of help to other developers.&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 15:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error/m-p/5012312#M1166578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T15:52:13Z</dc:date>
    </item>
  </channel>
</rss>

