<?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 Report..Dump Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492234#M228898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the runt itme dump , there on the application tool bar you will see the tab Debugger, it will take you to the code where the run time error had occured and start analysing from there by seeing the variable values(string values) to get an idea of what variable actually caused the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;P&gt;Sunmit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Aug 2006 08:19:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-26T08:19:30Z</dc:date>
    <item>
      <title>ALV Report..Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492232#M228896</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;&lt;/P&gt;&lt;P&gt;I am facing RunTime error as "Read Report Line too Long"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code has no errors, while activation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me out....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF it_skf OCCURS 0,&lt;/P&gt;&lt;P&gt;       zreqtyp like zcomd_skftable-zreqtype,&lt;/P&gt;&lt;P&gt;       zreqemail like zcomd_skftable-zreqemail,&lt;/P&gt;&lt;P&gt;       zreqno like zcomd_skftable-zreqno,&lt;/P&gt;&lt;P&gt;       END OF it_skf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : alvfc TYPE slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single zreqtype zreqemail zreqno into (it_skf-zreqtyp, it_skf-zreqemail, it_skf-zreqno)&lt;/P&gt;&lt;P&gt;from zcomd_skftable where zreqno = s_reqno-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_program_name = sy-repid&lt;/P&gt;&lt;P&gt;i_internal_tabname = 'IT_SKF'&lt;/P&gt;&lt;P&gt;i_inclname = sy-repid&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;ct_fieldcat = alvfc&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;inconsistent_interface = 1&lt;/P&gt;&lt;P&gt;program_error = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*------- Field Catalogue&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_program_name = sy-repid&lt;/P&gt;&lt;P&gt;i_internal_tabname = 'IT_SKF'&lt;/P&gt;&lt;P&gt;i_inclname = sy-repid&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;ct_fieldcat = alvfc&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;inconsistent_interface = 1&lt;/P&gt;&lt;P&gt;program_error = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.&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;Display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;it_fieldcat = alvfc&lt;/P&gt;&lt;P&gt;i_callback_program = sy-repid "&amp;lt;-------Important&lt;/P&gt;&lt;P&gt;i_callback_user_command = 'ITAB_USER_COMMAND' "&amp;lt;------ Important&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;t_outtab = it_skf&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;program_error = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2006 07:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492232#M228896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-26T07:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report..Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492233#M228897</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 think in your code there are two errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. you are selecting values into internal table fields , but you are not appending values to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.i_callback_user_command = 'ITAB_USER_COMMAND' &amp;lt;b&amp;gt;change with&amp;lt;/b&amp;gt; i_callback_user_command = 'USER_COMMAND' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why FM : 'REUSE_ALV_FIELDCATALOG_MERGE' called two times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for sample code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm" target="test_blank"&gt;http://www.sap-img.com/abap/sample-alv-heading-in-alv.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Appana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2006 08:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492233#M228897</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-08-26T08:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report..Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492234#M228898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the runt itme dump , there on the application tool bar you will see the tab Debugger, it will take you to the code where the run time error had occured and start analysing from there by seeing the variable values(string values) to get an idea of what variable actually caused the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;P&gt;Sunmit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2006 08:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492234#M228898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-26T08:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report..Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492235#M228899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pawan...to correct this problem please go through your code and make sure than each line you typed does not exceed 120 characters(including comment line).&lt;/P&gt;&lt;P&gt;In case if there area any lines so big then please bread it up into several samller lines after than save and activate your program and then run it.... it is sure to work..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2006 09:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492235#M228899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-26T09:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report..Dump Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492236#M228900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when it is giving this error one message window must comes click on ok (right symbol)it will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2006 10:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report-dump-error/m-p/1492236#M228900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-26T10:41:05Z</dc:date>
    </item>
  </channel>
</rss>

