<?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 FALV runtime wrong in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326307#M1991372</link>
    <description>&lt;P&gt;hi all,&lt;/P&gt;
  &lt;P&gt;i have a report,it call 'REUSE_ALV_GRID_DISPLAY',but in my use another report use 'submit' it, it's dump.&lt;/P&gt;
  &lt;P&gt;this is dump message.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1871665-擷取.png" /&gt;&lt;/P&gt;
  &lt;P&gt;this is dump code.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1871666-擷取1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;this is my FM code, gt_fieldcat,gs_lagout,gt_events and gt_itab are all right.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      i_callback_program      = sy-repid
      it_fieldcat   = gt_fieldcat
      is_layout     = gs_layout
      it_events     = gt_events
    TABLES
      t_outtab      = gt_itab
    EXCEPTIONS
      program_error = 1
      OTHERS        = 2.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;this is my submit code.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;SUBMIT Z_TFALV_DATA_CHANGED WITH carrid = carrid1
               AND RETURN EXPORTING LIST TO MEMORY.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;anybody tell me why ?&lt;/P&gt;
  &lt;P&gt;thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Dec 2020 03:52:53 GMT</pubDate>
    <dc:creator>JamesG</dc:creator>
    <dc:date>2020-12-23T03:52:53Z</dc:date>
    <item>
      <title>FALV runtime wrong</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326307#M1991372</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;
  &lt;P&gt;i have a report,it call 'REUSE_ALV_GRID_DISPLAY',but in my use another report use 'submit' it, it's dump.&lt;/P&gt;
  &lt;P&gt;this is dump message.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1871665-擷取.png" /&gt;&lt;/P&gt;
  &lt;P&gt;this is dump code.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1871666-擷取1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;this is my FM code, gt_fieldcat,gs_lagout,gt_events and gt_itab are all right.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      i_callback_program      = sy-repid
      it_fieldcat   = gt_fieldcat
      is_layout     = gs_layout
      it_events     = gt_events
    TABLES
      t_outtab      = gt_itab
    EXCEPTIONS
      program_error = 1
      OTHERS        = 2.&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;this is my submit code.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;SUBMIT Z_TFALV_DATA_CHANGED WITH carrid = carrid1
               AND RETURN EXPORTING LIST TO MEMORY.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;anybody tell me why ?&lt;/P&gt;
  &lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 03:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326307#M1991372</guid>
      <dc:creator>JamesG</dc:creator>
      <dc:date>2020-12-23T03:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: FALV runtime wrong</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326308#M1991373</link>
      <description>&lt;P&gt;i found it.just take out "exporting List memory" in submit code.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 04:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326308#M1991373</guid>
      <dc:creator>JamesG</dc:creator>
      <dc:date>2020-12-23T04:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: FALV runtime wrong</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326309#M1991374</link>
      <description>&lt;P&gt;i can't take out 'exporting List memory' in submit code,because i need it.&lt;/P&gt;&lt;P&gt;so, anybody can help me?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 05:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326309#M1991374</guid>
      <dc:creator>JamesG</dc:creator>
      <dc:date>2020-12-23T05:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: FALV runtime wrong</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326310#M1991375</link>
      <description>&lt;P&gt;it's another report have null value.now i delete it ,it's work.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 09:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/falv-runtime-wrong/m-p/12326310#M1991375</guid>
      <dc:creator>JamesG</dc:creator>
      <dc:date>2020-12-23T09:05:03Z</dc:date>
    </item>
  </channel>
</rss>

