<?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 Layout problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-problem/m-p/3694625#M889626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stripes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, this is the problem with the Fieldcatalog.&lt;/P&gt;&lt;P&gt;Please check the fieldcatalog once again. There is a problem with the fieldcatalog itself. &lt;/P&gt;&lt;P&gt;When there is a mismatch with the fieldcatalog with the structure that the FM is showing the output then only such error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can give the whole code then I would have seen and specify the problem.&lt;/P&gt;&lt;P&gt;Try to find out the fieldcatalog problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Abhijit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 21, 2008 5:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 12:26:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-21T12:26:55Z</dc:date>
    <item>
      <title>ALV Layout problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-problem/m-p/3694624#M889625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert, &lt;/P&gt;&lt;P&gt;I have an ALV report, like the following. (It's just some part of the code, not the whole one). &lt;/P&gt;&lt;P&gt;When I want to print out the ALV it gives me a GETWA_NOT_ASSIGNED shortdump and says the there are unassigned fieldsymbols. Now I know if I'm not modifying the gs_layout it won't give me a shortdump during printing. Could anybody tell me why this problem occured, and how can I handle it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;DATA : gs_layout   TYPE slis_layout_alv.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt; PERFORM F_LAYOUT.&lt;/P&gt;&lt;P&gt; PERFORM PRINT_REPORT.&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;FORM fill_layout .&lt;/P&gt;&lt;P&gt;  CLEAR gs_layout.&lt;/P&gt;&lt;P&gt;  gs_layout-coltab_fieldname = 'FARB'.&lt;/P&gt;&lt;P&gt;ENDFORM. &lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM print_report.&lt;/P&gt;&lt;P&gt;&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       = sy-repid&lt;/P&gt;&lt;P&gt;              it_fieldcat              = it_fieldcat&lt;/P&gt;&lt;P&gt;              is_layout                = gs_layout&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;              t_outtab                 = gt_list&lt;/P&gt;&lt;P&gt;         EXCEPTIONS&lt;/P&gt;&lt;P&gt;              program_error            = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " PRINT_REPORT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 12:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-problem/m-p/3694624#M889625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T12:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Layout problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-problem/m-p/3694625#M889626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stripes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, this is the problem with the Fieldcatalog.&lt;/P&gt;&lt;P&gt;Please check the fieldcatalog once again. There is a problem with the fieldcatalog itself. &lt;/P&gt;&lt;P&gt;When there is a mismatch with the fieldcatalog with the structure that the FM is showing the output then only such error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can give the whole code then I would have seen and specify the problem.&lt;/P&gt;&lt;P&gt;Try to find out the fieldcatalog problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Abhijit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 21, 2008 5:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 12:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-problem/m-p/3694625#M889626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T12:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Layout problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-problem/m-p/3694626#M889627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is only a suggestion, not based on experiencing the same problem, but what about also entering the field info_fieldname. Looking at the type pools SLIS, it seems to me that both fields apply to colours. Well maybe it is mandatory to enter both fields??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 12:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-layout-problem/m-p/3694626#M889627</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-21T12:29:33Z</dc:date>
    </item>
  </channel>
</rss>

