<?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: plz help me experts getting error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372568#M525738</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;In that case it seems this has changed with the ECC6.0 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence you might have to change your code...You might wanna search for the new language codes if it has been changed in ECC6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Do reward each useful answer..!&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tatvagna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2007 10:03:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-07T10:03:48Z</dc:date>
    <item>
      <title>plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372564#M525734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi expert need ur help &lt;/P&gt;&lt;P&gt;error coming in this line :&lt;/P&gt;&lt;P&gt;in 4.6 it was not giving any error but nw in ecc 6.0 it giving error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : l_spras_de LIKE sy-langu VALUE 'DE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error is :&lt;/P&gt;&lt;P&gt;The VALUE specification is longer than the corresponding field. The		&lt;/P&gt;&lt;P&gt;VALUE specification will only be passed up to the length of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI:&lt;/P&gt;&lt;P&gt;SELECT tdname tdspras&lt;/P&gt;&lt;P&gt;         INTO (stxh-tdname, stxh-tdspras)&lt;/P&gt;&lt;P&gt;         UP TO 1 ROWS&lt;/P&gt;&lt;P&gt;         FROM stxh&lt;/P&gt;&lt;P&gt;         WHERE tdobject = 'TEXT'&lt;/P&gt;&lt;P&gt;         AND   tdname   IN r_text&lt;/P&gt;&lt;P&gt;         AND   tdid     = 'ADRS'&lt;/P&gt;&lt;P&gt;         AND   tdspras  = l_spras_de.		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the length of sy-langu is 1 in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 09:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372564#M525734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T09:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372565#M525735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;sy-langu is 1 char field &lt;/P&gt;&lt;P&gt;so give D instead of DE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372565#M525735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372566#M525736</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;in syst table &lt;/P&gt;&lt;P&gt;sy-langu field length is 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you have to give it like &lt;/P&gt;&lt;P&gt;DATA : l_spras_de LIKE sy-langu VALUE 'D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then continue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372566#M525736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372567#M525737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The language key maintained in SAP table as a single length field, u have to pass the signle charecter value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372567#M525737</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-06-07T10:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372568#M525738</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;In that case it seems this has changed with the ECC6.0 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence you might have to change your code...You might wanna search for the new language codes if it has been changed in ECC6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Do reward each useful answer..!&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tatvagna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372568#M525738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372569#M525739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of passing 'DE' pass only 'D'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372569#M525739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372570#M525740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Goto table T002 and see the values that sy-langu can take..&lt;/P&gt;&lt;P&gt;for german it is DE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just Replace DE with D..&lt;/P&gt;&lt;P&gt;This will solve ur problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aparna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372570#M525740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372571#M525741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but this id the req of prog yar hw i can change the functionality&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372571#M525741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: plz help me experts getting error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372572#M525742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it must be giving only information message &amp;amp; not an error message.&lt;/P&gt;&lt;P&gt;Field length for sy-langu is 1 only but anyway when we hit the table, a conversion routine is invoked which pass only first character while accessing database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2007 10:14:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/plz-help-me-experts-getting-error/m-p/2372572#M525742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-07T10:14:22Z</dc:date>
    </item>
  </channel>
</rss>

