<?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-dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812149#M1588119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjna,&lt;/P&gt;&lt;P&gt;Please try passing only the parameters mentioned below .&lt;/P&gt;&lt;P&gt;Also comment the MESSAGE inside the SY-SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
           i_callback_program       = gv_repid
           i_callback_user_command  = gs_user_comm
           is_layout                = gs_layout
           it_fieldcat              = gt_fieldcat
           it_events                = gt_events
           i_callback_pf_status_set = 'SET_MY_PF'
      TABLES
           t_outtab                 = gt_data.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2011 10:54:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-24T10:54:31Z</dc:date>
    <item>
      <title>alv-dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812148#M1588118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i developed a ALV report which is showing dump "You attempted to access an unassigned field symbol data segment 99".&lt;/P&gt;&lt;P&gt;code is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM DISPLAY_RESULT .&lt;/P&gt;&lt;P&gt;LV_REPID = SY-REPID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : wa_layout   TYPE slis_layout_alv .&lt;/P&gt;&lt;P&gt;      wa_layout-colwidth_optimize = 'X' .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;    I_CALLBACK_PROGRAM       = LV_REPID&lt;/P&gt;&lt;P&gt;      is_layout              = wa_layout&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     I_CALLBACK_PF_STATUS_SET = 'PF_STATUS'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; I_CALLBACK_TOP_OF_PAGE  = 'TOP_OF_PAGE'&lt;/P&gt;&lt;P&gt;      IT_FIELDCAT              = IT_FIELDCAT[]&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      T_OUTTAB                 = IT_FINAL&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;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 10:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812148#M1588118</guid>
      <dc:creator>ranjna_sharma</dc:creator>
      <dc:date>2011-03-24T10:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: alv-dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812149#M1588119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjna,&lt;/P&gt;&lt;P&gt;Please try passing only the parameters mentioned below .&lt;/P&gt;&lt;P&gt;Also comment the MESSAGE inside the SY-SUBRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
           i_callback_program       = gv_repid
           i_callback_user_command  = gs_user_comm
           is_layout                = gs_layout
           it_fieldcat              = gt_fieldcat
           it_events                = gt_events
           i_callback_pf_status_set = 'SET_MY_PF'
      TABLES
           t_outtab                 = gt_data.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 10:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812149#M1588119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T10:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: alv-dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812150#M1588120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ranjana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in your field catalog col_pos is correct and also check whether &lt;STRONG&gt;the field names in the field catalog&lt;/STRONG&gt; and &lt;STRONG&gt;field names in your structure&lt;/STRONG&gt; from which u created ur internal table is matched..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 10:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812150#M1588120</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-03-24T10:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: alv-dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812151#M1588121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looks like an error in the field catalogue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you didn't post a correct code, because&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-SUBRC 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is not valid! Are there any further differences?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would comment out the top-of-page parameter line for the next try. Does the error remain the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Klaus Babl on Mar 24, 2011 12:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 11:12:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812151#M1588121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T11:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: alv-dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812152#M1588122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For information,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a result of HTML tags being removed from the posts, so rather write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-SUBRC &amp;gt;&amp;lt; 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF SY-SUBRC NE 0.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 11:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-dump/m-p/7812152#M1588122</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-03-24T11:56:28Z</dc:date>
    </item>
  </channel>
</rss>

