<?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: using BAPI_GOODSMVT_CREATE inside user exit MB_CF001 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747907#M901795</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;Do you want to create a new good movement while creating another ones for the same material?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know it's possible, u could unlocked the material before creating the movement but I don't believe it's good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can try to schedule a job for a program will run the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 08:00:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-30T08:00:24Z</dc:date>
    <item>
      <title>using BAPI_GOODSMVT_CREATE inside user exit MB_CF001</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747906#M901794</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;when i use BAPI_GOODSMVT_CREATE inside MB_CF001 &lt;/P&gt;&lt;P&gt;it gives an error 'Plant data for Material is locked by User (myself) "'  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possible way to overcome this or any alternate way to create goods movement inside user exit MB_CF001&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747906#M901794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T07:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_GOODSMVT_CREATE inside user exit MB_CF001</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747907#M901795</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;Do you want to create a new good movement while creating another ones for the same material?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know it's possible, u could unlocked the material before creating the movement but I don't believe it's good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can try to schedule a job for a program will run the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 08:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747907#M901795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T08:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_GOODSMVT_CREATE inside user exit MB_CF001</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747908#M901796</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;We have been using it for the same but by using the addition backgroud task. i.e.&lt;/P&gt;&lt;P&gt;   CALL FUNCTION 'BAPI_GOODSMVT_CREATE' IN BACKGROUND TASK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working perfectly for us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 08:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747908#M901796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T08:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_GOODSMVT_CREATE inside user exit MB_CF001</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747909#M901797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that in ECC 6.0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 08:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747909#M901797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T08:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_GOODSMVT_CREATE inside user exit MB_CF001</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747910#M901798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not happening even if i say IN BACKGROUND TASK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way to debug this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 10:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747910#M901798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T10:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: using BAPI_GOODSMVT_CREATE inside user exit MB_CF001</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747911#M901799</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;I am on 4.6C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug it. But instead of using 'in background task' use the addition  Destination 'NONE' .Go into normal debug mode with /h &amp;amp;  menu option Settings----&amp;gt;Update Debugging it will display update debugging has been switched on. Please note that it's a toggle hence observe the message carefully.Keep onskipping till you come to the FM MB_POST_DOCUMENT.From this FM that exit gets triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 11:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-goodsmvt-create-inside-user-exit-mb-cf001/m-p/3747911#M901799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T11:09:42Z</dc:date>
    </item>
  </channel>
</rss>

