<?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 alv error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117815#M1904482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi exports,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is going dump please help me an find the attached code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run time Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETWA_NOT_ASSIGNED&lt;/P&gt;&lt;P&gt;BAP Program&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAPLSLVC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 08:49:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-05-20T08:49:25Z</dc:date>
    <item>
      <title>alv error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117815#M1904482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi exports,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is going dump please help me an find the attached code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run time Errors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GETWA_NOT_ASSIGNED&lt;/P&gt;&lt;P&gt;BAP Program&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAPLSLVC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 08:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117815#M1904482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T08:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: alv error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117816#M1904483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please attach a screeshot of the dump showing the place in ABAP code.&lt;/P&gt;&lt;P&gt;I t may be linked to your field catalog definition (field name error ? or other error...), have you deactivated most of fields and added them one by one testing between each change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 08:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117816#M1904483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: alv error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117817#M1904484</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;Change the following in your code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ts_fieldcat&lt;SPAN class="L0S70"&gt;-col_pos&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;=&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;0 &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ts_fieldcat&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fieldname &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;&lt;STRONG&gt;'F_LIFNR'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. "Change the field name LIFNR to F_LIFNR&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ts_fieldcat&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;seltext_l &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Vendor'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp; ts_fieldcat-outputlen = 10.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;ts_fieldcat &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;ta_fieldcat&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CLEAR &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;ts_fieldcat&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;Like this change the all fields names in fieldcatlog mentioned in&lt;STRONG&gt; ty_final&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;And also check the &lt;STRONG&gt;ts_fieldcat&lt;/STRONG&gt;&lt;SPAN class="L0S70"&gt;&lt;STRONG&gt;-seltext_l &lt;/STRONG&gt;in fieldcatlog there is duplicate column names.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S70"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S55"&gt;Chandu&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 08:58:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117817#M1904484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T08:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: alv error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117818#M1904485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After read statement check if field symbol is assigned instead of sy-subrc.In the code if ta_lfm1 table does not contain any data then &amp;lt;fs_lfm1&amp;gt; is not assigned and you are checking read ta_t024e&amp;nbsp; table with the value which is not assigned. End your f statement after completion of usage of that variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&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;Pallavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 09:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117818#M1904485</guid>
      <dc:creator>PallaviU</dc:creator>
      <dc:date>2015-05-20T09:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: alv error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117819#M1904486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;hi exports,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thank you for your quick response it is working when i change below &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; ts_fieldcat&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;fieldname &lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;'F_LIFNR'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;. "Change the field name LIFNR to F_LIFNR&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;praveen.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 09:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117819#M1904486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T09:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: alv error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117820#M1904487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the field catalog in alv is missing the field&lt;STRONG&gt; tabname&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please added to field catalog with this statement : &lt;STRONG&gt;ts_fieldcat-tabname = 'ta_final'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: &lt;/P&gt;&lt;P&gt;&amp;nbsp; ts_fieldcat-col_pos&amp;nbsp;&amp;nbsp; =&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&amp;nbsp; ts_fieldcat-fieldname = '&amp;nbsp; '.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ts_fieldcat-seltext_l = '&amp;nbsp;&amp;nbsp;&amp;nbsp; '.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; ts_fieldcat-tabname = 'ta_final'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; APPEND ts_fieldcat TO ta_fieldcat.&lt;/P&gt;&lt;P&gt;&amp;nbsp; CLEAR : ts_fieldcat.&lt;/P&gt;&lt;P&gt;&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;K.Manoj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 11:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-error/m-p/11117820#M1904487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-20T11:02:08Z</dc:date>
    </item>
  </channel>
</rss>

