<?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 - in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764307#M643660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a function module to     call transaction using bdcdata&lt;/P&gt;&lt;P&gt;Ran this in screen mode and saw that transaction was locked.&lt;/P&gt;&lt;P&gt;(The transaction is a trade promotion on CRM - CRM_MKTPL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question now is.  I have written a report to open the transaction, create pricing conditions, commit work and wait, then run a BDC to re-open the transaction.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how come when I've openeing the transaciton to create my pricing conditions and commited work and waited ... why has the transaction not closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2007 11:23:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-31T11:23:27Z</dc:date>
    <item>
      <title>BDC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764304#M643657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message appears when I run a BDC session:&lt;/P&gt;&lt;P&gt;"Function code cannot be selected"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SDN says this will happen now and again in a BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But am I missing a trick?&lt;/P&gt;&lt;P&gt;- Created report that calls Function Module that calls BDC - works&lt;/P&gt;&lt;P&gt;- Created report that creates pricing conditions, commits work and waits then calls function Module that calls BDC - does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all in the area of saving market plans in CRM if anybody has any experience in this area&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 10:29:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764304#M643657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T10:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764305#M643658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, how do you call your transaction? Which parameters? How do you control the system messages?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, how do you know it doesn't work? Are you receiving a dump? Error messages? The data is not updated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, elaborate a bit more your question to get a more appropiate answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data is not being updated, maybe you are skipping a return message that could give you a useful hint about the process. Try to execute it visually (mode = 'V' or the appropiate parameter) and check it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No more help can be provided if no more information reaches us... I never faced your trouble, gladly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you checked the commit really has been done? I mean, maybe your commit and wait have returned, but the tables are missing the information. Maybe you can (as a test) check the existance of the information inserted in the step previous to the commit (a SELECT SINGLE would do the work).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 11:01:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764305#M643658</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2007-08-31T11:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: BDC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764306#M643659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The reason can be wrong Function code Value , Say for Button wrong value.&lt;/P&gt;&lt;P&gt;I suppose you are running BDC session method. So In Incorrect tab of prrocessing check the status log.&lt;/P&gt;&lt;P&gt;Then on message double Click Till it takes you to the Transaction being processed.&lt;/P&gt;&lt;P&gt;There it will mark '?' in field which you would be missing somewhere.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 11:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764306#M643659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T11:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: BDC -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764307#M643660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a function module to     call transaction using bdcdata&lt;/P&gt;&lt;P&gt;Ran this in screen mode and saw that transaction was locked.&lt;/P&gt;&lt;P&gt;(The transaction is a trade promotion on CRM - CRM_MKTPL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question now is.  I have written a report to open the transaction, create pricing conditions, commit work and wait, then run a BDC to re-open the transaction.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how come when I've openeing the transaciton to create my pricing conditions and commited work and waited ... why has the transaction not closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 11:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2764307#M643660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T11:23:27Z</dc:date>
    </item>
  </channel>
</rss>

