<?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 Unicode Compatibility in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805145#M655441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi peeps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Currently I am undergoing a shift from 4.6 to ECC 6 and I have encountered this issue testing my program in ECC 6. When I execute the program I will get this runtime error with the message "The following syntax error was found in the program SAPLZMM_JV_CUTBACK : The program "SAPLZMM_JV_CUTBACK" is not Unicode-compatible, according to its program attributes."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The error shows when it comes into this function module "OPEN_FI_PERFORM_RWBAPI01_P":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt; Open FI Interface with local destination -&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;      CALL FUNCTION fmtab-funct&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                it_accit        = c_accit&lt;/P&gt;&lt;P&gt;                it_acccr        = c_acccr&lt;/P&gt;&lt;P&gt;                return          = c_return&lt;/P&gt;&lt;P&gt;                extension       = c_extension&lt;/P&gt;&lt;P&gt;                it_accwt        = c_accwt&lt;/P&gt;&lt;P&gt;           CHANGING&lt;/P&gt;&lt;P&gt;                document_header = c_acchd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I was wondering if this function module is obsolete and could there be new function module for this? Please help and thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2007 03:23:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-03T03:23:29Z</dc:date>
    <item>
      <title>Unicode Compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805145#M655441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi peeps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Currently I am undergoing a shift from 4.6 to ECC 6 and I have encountered this issue testing my program in ECC 6. When I execute the program I will get this runtime error with the message "The following syntax error was found in the program SAPLZMM_JV_CUTBACK : The program "SAPLZMM_JV_CUTBACK" is not Unicode-compatible, according to its program attributes."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      The error shows when it comes into this function module "OPEN_FI_PERFORM_RWBAPI01_P":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt; Open FI Interface with local destination -&lt;/P&gt;&lt;HR originaltext="---------------" /&gt;&lt;P&gt;      CALL FUNCTION fmtab-funct&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                it_accit        = c_accit&lt;/P&gt;&lt;P&gt;                it_acccr        = c_acccr&lt;/P&gt;&lt;P&gt;                return          = c_return&lt;/P&gt;&lt;P&gt;                extension       = c_extension&lt;/P&gt;&lt;P&gt;                it_accwt        = c_accwt&lt;/P&gt;&lt;P&gt;           CHANGING&lt;/P&gt;&lt;P&gt;                document_header = c_acchd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I was wondering if this function module is obsolete and could there be new function module for this? Please help and thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:23:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805145#M655441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805146#M655442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SAP function is flagged as Unicode compatible (see function pool ACC9, main program SAPLACC9)... but from the message you give the source of your error seems to be that the custom function group ZMM_JV_CUTBACK has not been flagged with "Unicode checks are active"... goto SE80, display that function group, and right click on function group object name and Display &amp;gt; Definition and check there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 03:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805146#M655442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T03:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805147#M655443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I followed your instructions to go to the Function Group and edit the definition by checking the "Unicode checks active". Upon changing I tried to compile the codes and got a compilation error saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Include LZMM_JV_CUTBACK$05&lt;/P&gt;&lt;P&gt;Field "ROIUH_BAPIACEXTC" is unknown. It is neither in one of the&lt;/P&gt;&lt;P&gt;specified tables nor defined by a "DATA" statement . . . . . . . . . ."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805147#M655443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805148#M655444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I followed your instructions to go to the Function Group and edit the definition by checking the "Unicode checks active". Upon changing I tried to compile the codes and got a compilation error saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Include LZMM_JV_CUTBACK$05&lt;/P&gt;&lt;P&gt;Field "ROIUH_BAPIACEXTC" is unknown. It is neither in one of the&lt;/P&gt;&lt;P&gt;specified tables nor defined by a "DATA" statement . . . . . . . . . ."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805148#M655444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805149#M655445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I followed your instructions to go to the Function Group and edit the definition by checking the "Unicode checks active". Upon changing I tried to compile the codes and got a compilation error saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Include LZMM_JV_CUTBACK$05&lt;/P&gt;&lt;P&gt;Field "ROIUH_BAPIACEXTC" is unknown. It is neither in one of the&lt;/P&gt;&lt;P&gt;specified tables nor defined by a "DATA" statement . . . . . . . . . ."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805149#M655445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805150#M655446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I followed your instructions to go to the Function Group and edit the definition by checking the "Unicode checks active". Upon changing I tried to compile the codes and got a compilation error saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Include LZMM_JV_CUTBACK$05&lt;/P&gt;&lt;P&gt;Field "ROIUH_BAPIACEXTC" is unknown. It is neither in one of the&lt;/P&gt;&lt;P&gt;specified tables nor defined by a "DATA" statement . . . . . . . . . ."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805150#M655446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805151#M655447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I followed your instructions to go to the Function Group and edit the definition by checking the "Unicode checks active". Upon changing I tried to compile the codes and got a compilation error saying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Include LZMM_JV_CUTBACK$05&lt;/P&gt;&lt;P&gt;Field "ROIUH_BAPIACEXTC" is unknown. It is neither in one of the&lt;/P&gt;&lt;P&gt;specified tables nor defined by a "DATA" statement . . . . . . . . . ."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805151#M655447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Compatibility</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805152#M655448</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;Hmm, I think you will find the "$" in "LZMM_JV_CUTBACK$05" indicates that it is a piece of code which was generated when someone used the test functionality built into SE37 for function #05 in the group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within SE37, I think you may be able to use something like "Function module &amp;gt; Test &amp;gt; Regenerate test" - or maybe you can just execute the test again on function "05" to regeneate it (look at the LZMM_JV_CUTBACKUXX code to see which function module name #05 is)... {{ or perhaps try killing LZMM_JV_CUTBACK$05 via SE38 - but please do check that the source code in it is indeed the SAP test harness before you proceed with that course of action!... it will say something like *   THIS FILE IS GENERATED BY THE FUNCTION LIBRARY.               * }}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 07:26:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-compatibility/m-p/2805152#M655448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T07:26:46Z</dc:date>
    </item>
  </channel>
</rss>

