<?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: Unicode MESSAGEG!3 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703134#M626079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;U cannot move a structure GLU1 directly  to varaible RGUMD.&lt;/P&gt;&lt;P&gt;instaed u concatenate the value in the GLU1 structure into the varaible ,,,&lt;/P&gt;&lt;P&gt;  i.e &lt;/P&gt;&lt;P&gt;Conactenate LS_GLU1-char LS_GLU1-cuky  LS_GLU1-numc,,, into LS_RGUMD .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is more than one record , then u need to Loop the above statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rveret back if any issues,&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2007 14:22:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-14T14:22:33Z</dc:date>
    <item>
      <title>Unicode MESSAGEG!3 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703133#M626078</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;I am doing unicode conversion of SAP programs.&lt;/P&gt;&lt;P&gt;For the below code, I am getting error &amp;lt;b&amp;gt;"LS_RGUMD-RECORD_KEY" and "LS_GLU1" are not mutually convertible in a Unicode program&amp;lt;/b&amp;gt;."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : LS_RGUMD type RGUMD.&lt;/P&gt;&lt;P&gt;DATA : LS_GLU1  type GLU1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LS_RGUMD-RECORD_KEY = LS_GLU1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LS_RGUMD-RECORD_KEY is char1900 and GLU1 is the structure with fields like char, cuky, numc etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to address the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yogita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 13:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703133#M626078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T13:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode MESSAGEG!3 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703134#M626079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;U cannot move a structure GLU1 directly  to varaible RGUMD.&lt;/P&gt;&lt;P&gt;instaed u concatenate the value in the GLU1 structure into the varaible ,,,&lt;/P&gt;&lt;P&gt;  i.e &lt;/P&gt;&lt;P&gt;Conactenate LS_GLU1-char LS_GLU1-cuky  LS_GLU1-numc,,, into LS_RGUMD .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is more than one record , then u need to Loop the above statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rveret back if any issues,&lt;/P&gt;&lt;P&gt;Reward with points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 14:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703134#M626079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T14:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode MESSAGEG!3 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703135#M626080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write in this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ls_rgumd type rgumd.&lt;/P&gt;&lt;P&gt;data ls_glu1 type glu1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*create new structure ls_glu1_c &lt;/P&gt;&lt;P&gt;*with all the fields type c and length of the as in structure glu1&lt;/P&gt;&lt;P&gt;*like i have shown below.&lt;/P&gt;&lt;P&gt;type begin of ls_glu1_c,&lt;/P&gt;&lt;P&gt;       RCLNT(3),&lt;/P&gt;&lt;P&gt;       RLDNR(2),&lt;/P&gt;&lt;P&gt;       RRCTY(1), &lt;/P&gt;&lt;P&gt;       .&lt;/P&gt;&lt;P&gt;       .&lt;/P&gt;&lt;P&gt;       end of ls_glu1_c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*now pass the ls_glu1 structure to ls_glu1_c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ls_glu1_c  = ls_glu1.&lt;/P&gt;&lt;P&gt;*then        &lt;/P&gt;&lt;P&gt;    LS_RGUMD-RECORD_KEY = LS_GLU1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this way it should help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 16:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703135#M626080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T16:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode MESSAGEG!3 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703136#M626081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write in this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ls_rgumd type rgumd.&lt;/P&gt;&lt;P&gt;data ls_glu1 type glu1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*create new structure ls_glu1_c &lt;/P&gt;&lt;P&gt;*with all the fields type c and length of the as in structure glu1&lt;/P&gt;&lt;P&gt;*like i have shown below.&lt;/P&gt;&lt;P&gt;type begin of ls_glu1_c,&lt;/P&gt;&lt;P&gt;       RCLNT(3),&lt;/P&gt;&lt;P&gt;       RLDNR(2),&lt;/P&gt;&lt;P&gt;       RRCTY(1), &lt;/P&gt;&lt;P&gt;       .&lt;/P&gt;&lt;P&gt;       .&lt;/P&gt;&lt;P&gt;       end of ls_glu1_c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*now pass the ls_glu1 structure to ls_glu1_c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ls_glu1_c  = ls_glu1.&lt;/P&gt;&lt;P&gt;*then        &lt;/P&gt;&lt;P&gt;    LS_RGUMD-RECORD_KEY = LS_GLU1_C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this way it should help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2007 16:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-messageg-3-error/m-p/2703136#M626081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-14T16:14:57Z</dc:date>
    </item>
  </channel>
</rss>

