<?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_SALESORDER_CHANGE issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change-issue/m-p/8072724#M1613748</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;After upgrade ,We are facing a DATA_OFFSET_LENGTH_TOO_LARGE'   issue and would like to know how we can  implement the oss note 1137897. &lt;/P&gt;&lt;P&gt;When i tried to implement it via SNOTE , the program doesnt get activated. &lt;/P&gt;&lt;P&gt;There is a statement something like:&lt;/P&gt;&lt;P&gt;"describe field X length F in character mode..." in the note correction.&lt;/P&gt;&lt;P&gt;Due to unicode conversion,The program shows syntax error while modifying it as " The field X contains non character type fields and hence it is not possible to describe field length in character mode". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2011 09:16:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-10T09:16:47Z</dc:date>
    <item>
      <title>BAPI_SALESORDER_CHANGE issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change-issue/m-p/8072724#M1613748</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;After upgrade ,We are facing a DATA_OFFSET_LENGTH_TOO_LARGE'   issue and would like to know how we can  implement the oss note 1137897. &lt;/P&gt;&lt;P&gt;When i tried to implement it via SNOTE , the program doesnt get activated. &lt;/P&gt;&lt;P&gt;There is a statement something like:&lt;/P&gt;&lt;P&gt;"describe field X length F in character mode..." in the note correction.&lt;/P&gt;&lt;P&gt;Due to unicode conversion,The program shows syntax error while modifying it as " The field X contains non character type fields and hence it is not possible to describe field length in character mode". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change-issue/m-p/8072724#M1613748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-10T09:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CHANGE issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change-issue/m-p/8072725#M1613749</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;In the correction instruction of note 1137897, I cannot find a statement like "describe field X length F in character mode...". Instead i can see statement like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
describe field  da_bape_vbep            "mod_1137897
        length da_length_bape_vbep     "mod_1137897
                in character mode.             "mod_1137897
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The note corrections are applicable for programs LVBAK001 and LVAC1F0M .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly retry applying the SAP note and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change-issue/m-p/8072725#M1613749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-10T09:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_SALESORDER_CHANGE issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change-issue/m-p/8072726#M1613750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes ,I know after applying the note .&lt;/P&gt;&lt;P&gt;Its throwing me the  error  structure "da_bape_vbak  " and  "da_bape_vbap  "is not character type.&lt;/P&gt;&lt;P&gt;As the structure was added with fields other than characters fields&lt;/P&gt;&lt;P&gt; and in unicode environment ,&lt;/P&gt;&lt;P&gt;DESCRIBE statement with chracter mode is throwing syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 09:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-salesorder-change-issue/m-p/8072726#M1613750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-10T09:40:57Z</dc:date>
    </item>
  </channel>
</rss>

