<?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: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760967#M1775338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If same parameters (conforming to the OSS note I mentioned) work for one code and not the other, it looks like a bug, you may consider raising an OSS message ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 08:00:51 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2013-10-08T08:00:51Z</dc:date>
    <item>
      <title>Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760959#M1775330</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;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;When a user posts a GR/IR transaction (via MIGO) in SAP ECC, the configuration currently defaults the print out. And when the posting is done, the print output gets generated automatically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;but when I posts the document using the bapi 'BAPI_GOODSMVT_CREATE', it does not create any spool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;please help me... if I need to pass any parameter to this bapi to create spool.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;Ramki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 18:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760959#M1775330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-29T18:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760960#M1775331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See question 12 in SAP Note 520813: &lt;A href="https://service.sap.com/sap/support/notes/520813"&gt;https://service.sap.com/sap/support/notes/520813&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary, you need to ensure that GOODSMVT_HEADER-PR_UNAME contains a valid user id and that the parameter id 'NDR' is set to 'X' for that user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Glen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 03:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760960#M1775331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-30T03:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760961#M1775332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Glen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for your reply.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have set the parameter id of USER is 'X', and I checked the settings as well... but still I am not getting the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I analysed the issue and finally I came to know that XNAST internal table don't have values. So in standard program it is trying to read the values from XNAST only.... but it don't have values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I could not find where exactly the XNAST has getting values.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look into this please help me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 09:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760961#M1775332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T09:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760962#M1775333</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;maybe it's a booking issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have to call fm BAPI_TRANSACTION_COMMIT after your BAPI to start booking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 09:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760962#M1775333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T09:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760963#M1775334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the commit bapi after booking............. posting is done succuess fully but output is not generated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 11:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760963#M1775334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T11:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760964#M1775335</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;please look at this thread: &lt;A _jive_internal="true" href="https://answers.sap.com/thread/2024733"&gt;http://scn.sap.com/thread/2024733&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There &lt;A _jive_internal="true" href="https://answers.sap.com/people/raymond.giuseppi"&gt;Raymond Giuseppi&lt;/A&gt;&amp;nbsp; says, that the BAPI doesn't create any spool, you have to do it yourself writing the results of table RETURN ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Please look at this thread first&lt;/SPAN&gt;: &lt;A _jive_internal="true" href="https://answers.sap.com/thread/924173"&gt;http://scn.sap.com/thread/924173&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other threads: &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1555489"&gt;http://scn.sap.com/thread/1555489&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 12:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760964#M1775335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-07T12:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760965#M1775336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For reference read &lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/520813" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 520813 - FAQ: BAPIs for goods movements&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;12. &lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;What do I have to keep in mind if I want to trigger the print output of&amp;nbsp; a goods receipt or goods issue document when I execute the BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Answer:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You must make sure that a user name is transferred in the PR_UNAME field&amp;nbsp; in the header structure. This user is used for determining the print&amp;nbsp; parameters. You must set the value 'X' for the 'NDR' parameter ID for&amp;nbsp; this user. Make sure that all customizing-related settings have been made for this user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The GOODSMVT_CODE import parameter is relevant for the print version.&amp;nbsp; The transaction code is derived from this code (see table T158G, for example, code 04 stands for MB1B). The BAPI uses the print version that is assigned to this transaction for the goods receipt/goods issue document. This is customized in transaction OMBR. Check your Customizing and make sure that you have assigned a print version to this transaction and that a conditional output record exists.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Also &lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/522591" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 522591 - FAQ: IM output determination&lt;/SPAN&gt;&lt;/A&gt; can be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: The problem of the previous thread was relative to printing RETURN messages, success and error, not IM output types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 13:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760965#M1775336</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-10-07T13:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760966#M1775337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply.... my report is working for MB01 tcode( means movement code eq '01' and movement type is '101' but it is not working for MB1A tcode(means movement code eq '03' and mvmnt type is 551.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the Tcode MB1A, I have checked the print verson in OMBR.. it is ok.... I think some more data is missig in some tables but I could not find where it is............ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please help me to fix this............ @&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/people/raymond.giuseppi" style="font-size: 12px; background-color: #ffffff; color: #3778c7;"&gt;Raymond Giuseppi&lt;/A&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 07:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760966#M1775337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-08T07:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760967#M1775338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If same parameters (conforming to the OSS note I mentioned) work for one code and not the other, it looks like a bug, you may consider raising an OSS message ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760967#M1775338</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-10-08T08:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spool is not creating while running the BAPI BAPI_GOODSMVT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760968#M1775339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have debugged the BAPI and found that some values are missing in table B072 and NACH..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I maintained the entries.. now it is working.. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1866/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ramki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-is-not-creating-while-running-the-bapi-bapi-goodsmvt-create/m-p/9760968#M1775339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T13:06:31Z</dc:date>
    </item>
  </channel>
</rss>

