<?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: BS01_SALESDOCUMENT_CREATE syntax error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978544#M950250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use BS01_SALESDOCUMENT_CREATE BAPI for Pricing Procedure creation from reffered documents and would like to create document, pricing procedure update  prevents from me to copy my pricing conditions.&lt;/P&gt;&lt;P&gt;How could I prevent from the system to conduct pricing procedure update during the BAPI commit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 16:30:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T16:30:43Z</dc:date>
    <item>
      <title>BS01_SALESDOCUMENT_CREATE syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978539#M950245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I trying to use the function BAPI_DEBITMEMOREQ_CREATEBOS, but there is a syntax error in the internal function BAPI_DEBITMEMOREQ_CREATEBOS, I looking for notes to fix this problem but I didn't find it, somebody had this problem and found how to solve this problem. Im using the ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suzuki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 18:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978539#M950245</guid>
      <dc:creator>edson_suzuki</dc:creator>
      <dc:date>2008-06-23T18:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: BS01_SALESDOCUMENT_CREATE syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978540#M950246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in my sys. ecc 6.0 it is showing that 'The method 'CreateBos' has not yet been released in the BOR, whereas the underlying function module has already been released or released for internal use.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u r getting the same error in that case u have to release the method CreateBos as well as object BUS2096002 .Sap still not releases the object BUS2096002. It means it is still for internal use only. Better not to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 19:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978540#M950246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T19:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: BS01_SALESDOCUMENT_CREATE syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978541#M950247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that my problem is different, if I try to compile or just check the syntax the function BS01_SALESDOCUMENT_CREATE, the follow message is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Include /SAPBOQ/BOS_LBOS01TOP"&lt;/P&gt;&lt;P&gt;"No component exists with the name "/SAPBOQ/MITEM"  &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;Suzuki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 19:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978541#M950247</guid>
      <dc:creator>edson_suzuki</dc:creator>
      <dc:date>2008-06-23T19:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: BS01_SALESDOCUMENT_CREATE syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978542#M950248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my sys. I am not getting the error u have mentioned but still if u have no other option other than using this FM in that case u can copy the whole function group and create a new zfunction group as well as zFMs. Now u can do the required changes in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 19:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978542#M950248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T19:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: BS01_SALESDOCUMENT_CREATE syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978543#M950249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help, I send a e-mail to SAP about this error too, so I will wait for a answer before looking for another solution.&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;Suzuki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 19:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978543#M950249</guid>
      <dc:creator>edson_suzuki</dc:creator>
      <dc:date>2008-06-23T19:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: BS01_SALESDOCUMENT_CREATE syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978544#M950250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use BS01_SALESDOCUMENT_CREATE BAPI for Pricing Procedure creation from reffered documents and would like to create document, pricing procedure update  prevents from me to copy my pricing conditions.&lt;/P&gt;&lt;P&gt;How could I prevent from the system to conduct pricing procedure update during the BAPI commit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 16:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978544#M950250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T16:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: BS01_SALESDOCUMENT_CREATE syntax error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978545#M950251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone help me. I'm getting the same error.&lt;/P&gt;&lt;P&gt;"Include /sapboq/bos_lbos01top, No component exists with the name /sapboq/mitem.  Check the program SAPLBOS01"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: nithinrayal on Jul 12, 2010 9:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2010 19:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bs01-salesdocument-create-syntax-error/m-p/3978545#M950251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-12T19:44:30Z</dc:date>
    </item>
  </channel>
</rss>

