<?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 error while upgrading to ECC6 - dfies in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716325#M894628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;dfies is a structure. U can see this by Tcode Se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pts if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 06:15:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T06:15:13Z</dc:date>
    <item>
      <title>Unicode error while upgrading to ECC6 - dfies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716322#M894625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;i have a error in the func module : &lt;EM&gt;ZPOPUP_TO_GET_VALUES&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is in the statement below&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PERFORM GET_FIELD(RDDFIE00) USING TABNAME FIELDNAME SY-LANGU DFIES&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                             &lt;EM&gt;SY-SUBRC.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it reads &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;U&gt;DFIES is unknown.it is not specified in any table&lt;/U&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am actually unaware whether it is a field or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me in this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 05:51:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716322#M894625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T05:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error while upgrading to ECC6 - dfies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716323#M894626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that PERFORM statement should end with a (.) period&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716323#M894626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error while upgrading to ECC6 - dfies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716324#M894627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;&lt;SPAN __default_attr="sylfaen" __jive_macro_name="font"&gt;&lt;SPAN __default_attr="15" __jive_macro_name="size"&gt;Quite few things you need to observe:

Starting &lt;U&gt;Unicode&lt;/U&gt; the syntax checks more strict. So you can find complexities in the coding compared to earlier versions.

Check below extract which i can see is differing from the documentation:

1. CANNOT USE PERFORM FORM(PROG) 

You cannot declare an external subroutine using the syntax form(prog) in ABAP Objects. 

In ABAP Objects, the following statement causes an error message: 

PERFORM form(prog) ... 

Correct syntax: 

PERFORM form IN PROGRAM prog ... 

Cause: 

The PERFORM form IN PROGRAM prog has replaced the PERFORM form(prog) statement. The name declaration form IN PROGRAM prog (unlike form(prog)) allows you to declare dynamic program names using the form IN PROGRAM (name) variant. Conversely, the static form, form(prog)does not comply with standard ABAP semantics, in which the dynamic variant is differentiated from the static variant using parentheses. 

2. DFIES is a structure, which might not have been declared in the FM.

Pleace check.

For more information, please check the documenation node: Replacement of Obselete Statements in ABAP Programs.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN __default_attr="maroon" __jive_macro_name="color"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716324#M894627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode error while upgrading to ECC6 - dfies</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716325#M894628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;dfies is a structure. U can see this by Tcode Se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pts if helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 06:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-error-while-upgrading-to-ecc6-dfies/m-p/3716325#M894628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T06:15:13Z</dc:date>
    </item>
  </channel>
</rss>

