<?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 ABAP Programm non-unicode value help issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307336#M1990593</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;we have an bw4hana system, and there's a small programm with the following select-options:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: so_buser  FOR USR02-BNAME,
                so_class FOR USR02-CLASS,&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;When the programm is executed, the select-option for so_buser is workin fine - I can open the value help and select some users.&lt;/P&gt;
  &lt;P&gt;But when I open the value help for so_class, an dump occurs:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Syntax error in program "/1BCF41/USGRP

 Error in the ABAP application program.

 The current ABAP program "SAPLSDSD" had to be terminated because it found a
 statement that could not be executed.
 In include "/1BCF41/USGRP                           ", in line 0 of program
  "/1BCF41/USGRP                           ", the following syntax errors
 have occurred:
 The program "/1BCF41/USGRP" is not Unicode-compatible, according to it
 s program attributes.



 Author and last person to change the include are:
 Author         SAP
 Last changed by "SAP         "


&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Any proposals how to fix this? &lt;/P&gt;
  &lt;P&gt;Many thanks!&lt;BR /&gt;ben&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 11:25:08 GMT</pubDate>
    <dc:creator>former_member584800</dc:creator>
    <dc:date>2021-02-11T11:25:08Z</dc:date>
    <item>
      <title>ABAP Programm non-unicode value help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307336#M1990593</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;we have an bw4hana system, and there's a small programm with the following select-options:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: so_buser  FOR USR02-BNAME,
                so_class FOR USR02-CLASS,&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;When the programm is executed, the select-option for so_buser is workin fine - I can open the value help and select some users.&lt;/P&gt;
  &lt;P&gt;But when I open the value help for so_class, an dump occurs:&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;Syntax error in program "/1BCF41/USGRP

 Error in the ABAP application program.

 The current ABAP program "SAPLSDSD" had to be terminated because it found a
 statement that could not be executed.
 In include "/1BCF41/USGRP                           ", in line 0 of program
  "/1BCF41/USGRP                           ", the following syntax errors
 have occurred:
 The program "/1BCF41/USGRP" is not Unicode-compatible, according to it
 s program attributes.



 Author and last person to change the include are:
 Author         SAP
 Last changed by "SAP         "


&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Any proposals how to fix this? &lt;/P&gt;
  &lt;P&gt;Many thanks!&lt;BR /&gt;ben&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 11:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307336#M1990593</guid>
      <dc:creator>former_member584800</dc:creator>
      <dc:date>2021-02-11T11:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programm non-unicode value help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307337#M1990594</link>
      <description>&lt;P&gt;Do you have the UCCHECK program in your system ? &lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=436340646" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=436340646&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 12:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307337#M1990594</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-02-11T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programm non-unicode value help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307338#M1990595</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;bwf&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;There is a SAP Note #2426121 which addresses this issue: &lt;A href="https://launchpad.support.sap.com/#/notes/2426121" target="test_blank"&gt;https://launchpad.support.sap.com/#/notes/2426121&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From the note: &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Cause&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The program "/1BCF41/USGRP" is a generated report, which uses the F4-help to select values from the database. &lt;BR /&gt;If a unicode conversion is performed, this generated report needs to be deleted. It will be regenerated upon the first access to the related search help again.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If this deletion has been missed, it can be performed after the conversion.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The report UMG_F4_CLEANUP can be used for this deletion. On the selection screen of that report please check "delete" and "generated reports". Then execute the report. In case personal values of the F4-help have also not been deleted select also the "personal values".&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please refer to SAP Note &lt;A href="https://launchpad.support.sap.com/#/notes/1275149"&gt;1275149&lt;/A&gt; for more information regarding that report.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Mateusz&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 12:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307338#M1990595</guid>
      <dc:creator>MateuszAdamus</dc:creator>
      <dc:date>2021-02-11T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programm non-unicode value help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307339#M1990596</link>
      <description>&lt;P&gt;Solved, perfect!&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 12:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programm-non-unicode-value-help-issue/m-p/12307339#M1990596</guid>
      <dc:creator>former_member584800</dc:creator>
      <dc:date>2021-02-11T12:28:50Z</dc:date>
    </item>
  </channel>
</rss>

