<?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: Issue in debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703930#M1769419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If COMMIT is already there, try assing a WAIT UPTO &amp;lt;X&amp;gt; SECONDS statement after it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2013 08:29:31 GMT</pubDate>
    <dc:creator>former_member188251</dc:creator>
    <dc:date>2013-09-05T08:29:31Z</dc:date>
    <item>
      <title>Issue in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703924#M1769413</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;&lt;SPAN style="color: #222222; font-family: arial; background-color: #ffffff;"&gt;When I create or change a sales order it will trigger an IDOC. My issue is some fields are not getting populated in the IDOC. Now I did the coding and when testing it is working in debugging . It is also working when I directly create the order. But when I change the order without debugging the values are not populated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial;"&gt;Im using a customized Function module in my logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial;"&gt;I'm not sure why this is happening . Can someone help me out&lt;/P&gt;&lt;P style="color: #222222; font-family: arial;"&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 18:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703924#M1769413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T18:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703925#M1769414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keerthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a custom logic that triggers the IDOC, as far as I can understand from the above query, you may be missing COMMIT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 18:36:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703925#M1769414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T18:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703926#M1769415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the code you've shared with us, it looks like your problem is that you haven't shared any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you do that so we can help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 19:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703926#M1769415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T19:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703927#M1769416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm changing the value that is getting populated into one of the field. I tried putting wait statement in the logic and tested it but no use&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 19:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703927#M1769416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T19:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703928#M1769417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to send a new value into a field of the segment. This value is fetched from a custom Function module. When I change an order and trigger IDOC in debugging, the value is populated and IDOC has the new value. But when I directly trigger order without any debugging I don't see the new valuye which is supposed to be present from my code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 19:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703928#M1769417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-04T19:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703929#M1769418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keerthi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try calling function module - 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1735/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 08:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703929#M1769418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-05T08:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703930#M1769419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If COMMIT is already there, try assing a WAIT UPTO &amp;lt;X&amp;gt; SECONDS statement after it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 08:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-in-debugging/m-p/9703930#M1769419</guid>
      <dc:creator>former_member188251</dc:creator>
      <dc:date>2013-09-05T08:29:31Z</dc:date>
    </item>
  </channel>
</rss>

