<?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: regarding error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749009#M639229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i made it like this..&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_HDR'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   POST_WRONG_ENTRIES        = '0'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TESTRUN                  = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;   ATHDRLEVELS               = ATHDRLEVELS&lt;/P&gt;&lt;P&gt;   GOODSMOVEMENTS            = GM_ITEM&lt;/P&gt;&lt;P&gt;   LINK_CONF_GOODSMOV        = LINK_CONF_GOODSMOV&lt;/P&gt;&lt;P&gt;   DETAIL_RETURN             = DETAIL_RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;WAIT = 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2007 06:37:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-05T06:37:42Z</dc:date>
    <item>
      <title>regarding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749005#M639225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         with the help of this bapi :"BAPI_PRODORDCONF_CREATE_HDR'" I M GENERATING THE CONFIRMATION NUMBer and when i pass this number to the bapi 'BAPI_PRODORDCONF_CREATE_ACT'  for confirming the activity it is giving this error::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&amp;lt;b&amp;gt;from first bapi, wrking fine)Confirmation Number- 0000012634 Confirmation Counter- 00000023&lt;/P&gt;&lt;P&gt;(frm second bapi ,error)Confirmation no. 12634 not found, check entry&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt; ..plz help me rectify this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 06:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749005#M639225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T06:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749006#M639226</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;Here the Problem may bcoz of the Format of Confirmation no.i.e 12634 &lt;/P&gt;&lt;P&gt;So you have to convert it into internal format. with leading 0s.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So call the FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt;  INPUT = &amp;lt;CONF NO&amp;gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;  OUTPUT = &amp;lt;CONF NO&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now call the BAPI   &lt;/P&gt;&lt;P&gt;BAPI_PRODORDCONF_CREATE_ACT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 06:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749006#M639226</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-05T06:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749007#M639227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          i have already tried this but still it is giving this error.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 06:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749007#M639227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T06:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749008#M639228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you called the BAPI_TRANSACTION_COMMIT after the First bapi. Then only it will be created in Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you check in the Table using SELECT single To find whether it is created in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only then call the Second BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 06:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749008#M639228</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-05T06:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749009#M639229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya varma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i made it like this..&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_PRODORDCONF_CREATE_HDR'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   POST_WRONG_ENTRIES        = '0'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TESTRUN                  = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;   ATHDRLEVELS               = ATHDRLEVELS&lt;/P&gt;&lt;P&gt;   GOODSMOVEMENTS            = GM_ITEM&lt;/P&gt;&lt;P&gt;   LINK_CONF_GOODSMOV        = LINK_CONF_GOODSMOV&lt;/P&gt;&lt;P&gt;   DETAIL_RETURN             = DETAIL_RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;WAIT = 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 06:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error/m-p/2749009#M639229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T06:37:42Z</dc:date>
    </item>
  </channel>
</rss>

