<?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/2716722#M630107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GETWA_NOT_ASSIGNED is an error which occurs when you have mentioned a field in field catalog and that is not found by the ALV fm in the internal table that you have passed. Check that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 07:51:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-24T07:51:52Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716718#M630103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is regarding ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have populated my final internal table also created fieldcatalog wid same structure and used reuse_alv_grid_display. but its leading to a dump.&lt;/P&gt;&lt;P&gt;I'm getting a runtime error: GETWA_NOT_ASSIGNED  &lt;/P&gt;&lt;P&gt;Short Description: Field symbol has not yet been assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly tell me how to fix this dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Radhika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 07:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716718#M630103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T07:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716719#M630104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The fieldname in the internal table and in fieldcat are not correct.&lt;/P&gt;&lt;P&gt;and give in capital letters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR wa_fieldcat.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-col_pos    = '2'.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-fieldname  = '&amp;lt;b&amp;gt;KUNNR&amp;lt;/b&amp;gt;'.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-tabname = 'T_OUTPUT'.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-coltext  = 'Customer Number'.&lt;/P&gt;&lt;P&gt;  wa_fieldcat-outputlen  = '15'.&lt;/P&gt;&lt;P&gt;  APPEND wa_fieldcat TO t_fieldcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 07:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716719#M630104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T07:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716720#M630105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is a problem with your fields of field catlog.&lt;/P&gt;&lt;P&gt;Check Number of columns of Field Catlog.&lt;/P&gt;&lt;P&gt;Also check names are in capital.&lt;/P&gt;&lt;P&gt;Structure names and Filed catlog names should be same.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 07:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716720#M630105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T07:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716721#M630106</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;GETWA_NOT_ASSIGNED  is error regarding size problem so check this many points .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. check your select query means sequence and also work area or table which collect that data&lt;/P&gt;&lt;P&gt;2. Check your field catelog size field wize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if it is not useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 07:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716721#M630106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T07:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716722#M630107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GETWA_NOT_ASSIGNED is an error which occurs when you have mentioned a field in field catalog and that is not found by the ALV fm in the internal table that you have passed. Check that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 07:51:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2716722#M630107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T07:51:52Z</dc:date>
    </item>
  </channel>
</rss>

