<?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 BAPI_INTERNALORDER_CREATE problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447447#M212200</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;I trying to populate the custom field of Sponsored program in table AUFK and which is also available in ko01. created a wrapper for the bapi.&lt;/P&gt;&lt;P&gt; i have used the extension parameter in the bapi, populated it with the value and  activated the user exit given in the documentation of that parameter and executed it. but the value is not getting populated , if any one of you had same problem in the past, please, help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2006 16:02:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-23T16:02:43Z</dc:date>
    <item>
      <title>BAPI_INTERNALORDER_CREATE problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447447#M212200</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;I trying to populate the custom field of Sponsored program in table AUFK and which is also available in ko01. created a wrapper for the bapi.&lt;/P&gt;&lt;P&gt; i have used the extension parameter in the bapi, populated it with the value and  activated the user exit given in the documentation of that parameter and executed it. but the value is not getting populated , if any one of you had same problem in the past, please, help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 16:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447447#M212200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T16:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INTERNALORDER_CREATE problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447448#M212201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This function doesn't do a commit on the database.&lt;/P&gt;&lt;P&gt;TRy to do a explicit commit work after the call transaction, if you haven't done the same.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 16:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447448#M212201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T16:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INTERNALORDER_CREATE problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447449#M212202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please use the foll FM to commit after the BAPi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BAPI_TRANSACTION_COMMIT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it still does not work try to give &amp;lt;b&amp;gt;COMMIT WORK AND WAIT.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 16:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447449#M212202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T16:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_INTERNALORDER_CREATE problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447450#M212203</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;Well, Iam using commit. But the problem is coming when trying to copy the extension parameter value into corresponding wa of the table (in this case COAS). &lt;/P&gt;&lt;P&gt;I think am having trouble in filling the extension parameter in the way it wants to. can you have a look at the extension parameter in the bapi 'BAPI_INTERNALORDER_CREATE' and let me know how it needs to populated?&lt;/P&gt;&lt;P&gt;mine is as follows -&lt;/P&gt;&lt;P&gt;EXTENSIONIN-STRUCTURE = 'BAPI_TE_AUFK'.&lt;/P&gt;&lt;P&gt;EXTENSIONIN-VALUEPART1 = &amp;lt;spn. prg value&amp;gt;. ( iam messing up here)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2006 22:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-internalorder-create-problem/m-p/1447450#M212203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-23T22:32:51Z</dc:date>
    </item>
  </channel>
</rss>

