<?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: Run time when using BAPI_SALESORDER_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672904#M1099010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Oct 2008 05:08:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-25T05:08:19Z</dc:date>
    <item>
      <title>Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672901#M1099007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fellow ABAPers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to add a schedule line for an item in an &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;existing Sales order using 'BAPI_SALESORDER_CHANGE'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine in my Development system, but &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try in the Quality system (from SE37) it is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;giving a run time error stating that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The following syntax error occurred in program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'SAPLVBAK' in include 'LVBAK001' in line 156:&lt;/P&gt;&lt;P&gt;""DA_PAREX-VALUES" and "DA_BAPE_VBAP" are not &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mutually convertible in a Unicode program . . . . ."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i made a syntax check for SAPLVBAK in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;development sytem there were no errors, but in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quality system it showed same error above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're using ECC6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is this difference ,how to solve this.&lt;/P&gt;&lt;P&gt;Is there any SAP note to solve this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabumanoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 15:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672901#M1099007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T15:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672902#M1099008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you do verion compare on the program to see if there are any differences between Dev and QA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also did you transprot the append strcuture chanegs required to use EXTENSIONSIN to QA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if these strcutures are same in Dev and QA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; VBAPKOZ&lt;/P&gt;&lt;P&gt;VBAPKOZX&lt;/P&gt;&lt;P&gt;BAPE_VBAP&lt;/P&gt;&lt;P&gt; BAPE_VBAPX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: MxG on Oct 24, 2008 12:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2008 16:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672902#M1099008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-24T16:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672903#M1099009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;The structure of  BAPE_VBAP differs, No of fields in Dev is less than the no. of fields in Quality, what should i do now..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabumanoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 03:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672903#M1099009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T03:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672904#M1099010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 05:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672904#M1099010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T05:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672905#M1099011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just check the diff and push the transport as needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 13:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672905#M1099011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T13:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672906#M1099012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabu,&lt;/P&gt;&lt;P&gt;You need to find the root cause why this fields are less in Quality server. There may be some Transport request which has not yet moved in the TST as a result the error is coming.  You need to talk to your Coordinator regarding this issue. He will identify why this transport has not yet moved to TST Server.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 15:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672906#M1099012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-25T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672907#M1099013</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;Thanks for your answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my doubt is both are structures with only difference in no. of fields , then why it is a syntax error ?&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;Prabumanoharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 09:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672907#M1099013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T09:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672908#M1099014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 07:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672908#M1099014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T07:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Run time when using BAPI_SALESORDER_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672909#M1099015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 12:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-when-using-bapi-salesorder-change/m-p/4672909#M1099015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-10T12:22:07Z</dc:date>
    </item>
  </channel>
</rss>

