<?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: ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275481#M494771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue. We are using the new version of the ABAP Editor which I believe allows more than 72 characters in each line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module K_KKB_FIELDCAT_MERGE has the code "read report l_prog_tab_local into l_abap_source", and the structure l_abap_source is only allowed have max 72 characters per line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am about to log a message to SAP....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 22:15:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T22:15:49Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275478#M494768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a ALV to display data.&lt;/P&gt;&lt;P&gt;for that i am using the functionmodule REUSE_ALV_FIELDCATALOG_MERGE&lt;/P&gt;&lt;P&gt;and REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;P&gt;but while run the report at  REUSE_ALV_FIELDCATALOG_MERGE its going to dump and the dump error is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  An exception occurred. This exception is dealt with in more detail below&lt;/P&gt;&lt;P&gt;  . The exception, which is assigned to the class 'CX_SY_READ_SRC_LINE_TOO_LONG',&lt;/P&gt;&lt;P&gt;   was neither&lt;/P&gt;&lt;P&gt;  caught nor passed along using a RAISING clause, in the procedure&lt;/P&gt;&lt;P&gt;   "K_KKB_FIELDCAT_MERGE" "(FUNCTION)"&lt;/P&gt;&lt;P&gt;  .&lt;/P&gt;&lt;P&gt;  Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt;   to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;  The reason for the exception is:&lt;/P&gt;&lt;P&gt;  You tried to read the program "ZHR1174R_MD" from the database. The READ REPORT&lt;/P&gt;&lt;P&gt;  statement allows you to copy a program's source code into an internal&lt;/P&gt;&lt;P&gt;  table. The lines of source code must not be longer than the width of the&lt;/P&gt;&lt;P&gt;   internal table. The internal table is 72 characters wide. The source&lt;/P&gt;&lt;P&gt;  code line is 126 wide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one help me how to resolve this problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 08:41:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275478#M494768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T08:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275479#M494769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the READ REPORT command which is used to read the report  program "ZHR1174R_MD" from the database. &lt;/P&gt;&lt;P&gt;something wrong with the structure of the Program&lt;/P&gt;&lt;P&gt;make sure that the Line-Size in the report should be nor more than 72 characters. it seems there is some big line of code in the report.&lt;/P&gt;&lt;P&gt;So see that every line is not more than 72 char,&lt;/P&gt;&lt;P&gt;and run the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 08:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275479#M494769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T08:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275480#M494770</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;use the FM &amp;lt;b&amp;gt;SVRS_GET_VERSION_REPS&amp;lt;/b&amp;gt; to get the source code of the report . It may help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 08:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275480#M494770</guid>
      <dc:creator>santhosh_patil</dc:creator>
      <dc:date>2007-05-18T08:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275481#M494771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue. We are using the new version of the ABAP Editor which I believe allows more than 72 characters in each line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module K_KKB_FIELDCAT_MERGE has the code "read report l_prog_tab_local into l_abap_source", and the structure l_abap_source is only allowed have max 72 characters per line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am about to log a message to SAP....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 22:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275481#M494771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T22:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275482#M494772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have exactly the same problem. &lt;/P&gt;&lt;P&gt;Did you open an OSS-message? &lt;/P&gt;&lt;P&gt;If yes- how is an answer?&lt;/P&gt;&lt;P&gt;It could not be a solution that I should set up the editor back to 72 charackters.&lt;/P&gt;&lt;P&gt;Any case it will be a not general solution.&lt;/P&gt;&lt;P&gt;If you whant you can answer me to the adress golovtchiner.vladimir@ergopharm.de&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards &lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 13:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275482#M494772</guid>
      <dc:creator>vladimir_golovtchiner</dc:creator>
      <dc:date>2007-09-11T13:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275483#M494773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should use:&lt;/P&gt;&lt;P&gt;Submit report instead of read report....&lt;/P&gt;&lt;P&gt;Submit report runs the external report that you have previously written.&lt;/P&gt;&lt;P&gt;If I understood the problem as you mean, the solution is this.&lt;/P&gt;&lt;P&gt;Reward all answers:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 13:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2275483#M494773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T13:25:28Z</dc:date>
    </item>
  </channel>
</rss>

