<?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: problem withe using the russian characters in selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-withe-using-the-russian-characters-in-selection/m-p/4174443#M998008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi declare a constant for this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants:c_russia(50)  type c value 'Отправитель' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select result from ztable into v_result where field1 = c_russia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the value existing in the ztable it will fetch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2008 08:15:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-25T08:15:12Z</dc:date>
    <item>
      <title>problem withe using the russian characters in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-withe-using-the-russian-characters-in-selection/m-p/4174441#M998006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select result from ztable into v_result where field1 = c_russia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where c_russia = Отправитель...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have this in the ztable but its not showing in my v_result when I debug and sy-subrc NE 0...&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;y is this so? is there anything wrong with it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 02:01:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-withe-using-the-russian-characters-in-selection/m-p/4174441#M998006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T02:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem withe using the russian characters in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-withe-using-the-russian-characters-in-selection/m-p/4174442#M998007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code I have return a simple code for fetching data from MAKT.. Copy the data for text field directly from ZTABLE and paste it in your program. I feel there is some mismatch in the program it seems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZTEST01.&lt;/P&gt;&lt;P&gt;tables: makt.&lt;/P&gt;&lt;P&gt;Data: c_text(40) type c value '89ABX1:Listauswertung nach Jahren'.&lt;/P&gt;&lt;P&gt;data: begin of i_makt occurs 0.&lt;/P&gt;&lt;P&gt;        include structure makt.&lt;/P&gt;&lt;P&gt;data: end of i_makt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      select * from makt into corresponding fields of table i_makt&lt;/P&gt;&lt;P&gt;                                          where MAKTX = c_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at i_makt.&lt;/P&gt;&lt;P&gt;   write:/ i_makt-matnr,&lt;/P&gt;&lt;P&gt;           i_makt-maktx,&lt;/P&gt;&lt;P&gt;           i_makt-maktg.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 08:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-withe-using-the-russian-characters-in-selection/m-p/4174442#M998007</guid>
      <dc:creator>former_member70391</dc:creator>
      <dc:date>2008-07-25T08:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem withe using the russian characters in selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-withe-using-the-russian-characters-in-selection/m-p/4174443#M998008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi declare a constant for this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants:c_russia(50)  type c value 'Отправитель' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select result from ztable into v_result where field1 = c_russia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the value existing in the ztable it will fetch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2008 08:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-withe-using-the-russian-characters-in-selection/m-p/4174443#M998008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-25T08:15:12Z</dc:date>
    </item>
  </channel>
</rss>

