<?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 with OSS note in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176429#M755949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Line no. of the code: 363&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 15:32:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-21T15:32:47Z</dc:date>
    <item>
      <title>Problem with OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176426#M755946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I do not know if there is anybody in here that has encountered this problem but....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have NEW GL activated so we have to use transaction FAGL_FC_VAL with program FAGL_FC_VALUATION for closing year and converting some documents from local currency to other currencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the program, there is a error concerning string length:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         READ_REPORT_LINE_TOO_LONG&lt;/P&gt;&lt;P&gt;Exceptn                CX_SY_READ_SRC_LINE_TOO_LONG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked for a SAP note that corrects this error. I have implemented it but still...there is no effect. Suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error takes place in K_KKB_FIELDCAT_MERGE function at line 366.&lt;/P&gt;&lt;P&gt;I do not thing that trimming the variable from 75 to 72 chars is a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Cristian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 08:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176426#M755946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T08:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176427#M755947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i know ur SAP version. in version ECC 5.0 it is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; class cx_sy_read_src_line_too_long definition load.*&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt; data: ex_too_long type ref to  cx_sy_read_src_line_too_long.*&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;  try.*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;    read report l_prog_tab_local into l_abap_source.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;    catch cx_sy_read_src_line_too_long into ex_too_long.*&lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;   endtry.*&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;except read statement remaining part-exception handling is commented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 14:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176427#M755947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T14:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176428#M755948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I have looked for OSS notes for this error. There is a note 1013501 that say this is an programming error and it can be fixed with correction instruction 844370 or install package SAPKH50016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still, after implementing the correction instruction, it didn't work.&lt;/P&gt;&lt;P&gt;For the moment I do not want to install packages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My system is 5.0. Retail configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me the line numbers of that code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Cristian Boartes on Dec 21, 2007 4:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:01:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176428#M755948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T15:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176429#M755949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Line no. of the code: 363&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176429#M755949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T15:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with OSS note</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176430#M755950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I tought that was the solution. I know where the error is, it tries to pass a 75 char string to a 72 char variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the OSS note didn't helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 15:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-oss-note/m-p/3176430#M755950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T15:36:35Z</dc:date>
    </item>
  </channel>
</rss>

