<?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: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327436#M1919552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're wrong, because all importing parameters are commented, there is no need to uncomment keyword "importing". This would cause a syntax error. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Oct 2015 10:53:02 GMT</pubDate>
    <dc:creator>ralf_wenzel_heuristika</dc:creator>
    <dc:date>2015-10-04T10:53:02Z</dc:date>
    <item>
      <title>Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327432#M1919548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just trying to develop an ALV report without using field catalog to display MATNR,MBRSH,MTART &amp;amp; MEINS field for a range of material input, Below is the code for the ALV report using FM 'Reuse_alv_list_display' ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;REPORT&amp;nbsp; ZALV_REPORT1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;TABLES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;MARA&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;TYPES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;TY_MARA&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MATNR &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;MATNR&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTART &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;MTART&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MBRSH &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;MBRSH&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MEINS &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;MEINS&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;TY_MARA&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;IT_MARA &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;TY_MARA&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_MARA &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;TY_MARA&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BLOCK &lt;/SPAN&gt;B1 &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FRAME &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TITLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TEXT&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;001&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;PARAMETERS &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;S_MATNR &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;MARA&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;MATNR&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;SELECTION-SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BLOCK &lt;/SPAN&gt;B1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; START&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SELECTION&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM&amp;nbsp; &lt;/SPAN&gt;GET_DATA_FROM_MARA&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Form&amp;nbsp; GET_DATA_FROM_MARA&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp; --&amp;gt;&amp;nbsp; p1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp; &amp;lt;--&amp;nbsp; p2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;FORM &lt;/SPAN&gt;GET_DATA_FROM_MARA &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SELECT &lt;/SPAN&gt;MATNR MTART MBRSH MEINS &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;MARA &lt;SPAN class="L0S52"&gt;INTO &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;IT_MARA&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WHERE &lt;/SPAN&gt;MATNR &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;S_MATNR&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" GET_DATA_FROM_MARA&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;END&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SELECTION&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;PERFORM &lt;/SPAN&gt;DISP_MARA_ALV&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Form&amp;nbsp; DISP_MARA_ALV&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp; --&amp;gt;&amp;nbsp; p1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp; &amp;lt;--&amp;nbsp; p2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;FORM &lt;/SPAN&gt;DISP_MARA_ALV &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'REUSE_ALV_LIST_DISPLAY'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_INTERFACE_CHECK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_BYPASSING_BUFFER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_BUFFER_ACTIVE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_CALLBACK_PROGRAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_CALLBACK_PF_STATUS_SET&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_CALLBACK_USER_COMMAND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I_STRUCTURE_NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'MARA'&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IS_LAYOUT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IT_FIELDCAT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IT_EXCLUDING&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IT_SPECIAL_GROUPS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IT_SORT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IT_FILTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IS_SEL_HIDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_DEFAULT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_SAVE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ' '&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IS_VARIANT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IT_EVENTS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IT_EVENT_EXIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IS_PRINT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IS_REPREP_ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_SCREEN_START_COLUMN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_SCREEN_START_LINE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_SCREEN_END_COLUMN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_SCREEN_END_LINE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IR_SALV_LIST_ADAPTER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; IT_EXCEPT_QINFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; I_SUPPRESS_EMPTY_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ABAP_FALSE&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;* IMPORTING&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; E_EXIT_CAUSED_BY_CALLER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; ES_EXIT_CAUSED_BY_USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TABLES&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; T_OUTTAB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;IT_MARA&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;* EXCEPTIONS&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; PROGRAM_ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;SY&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;SUBRC &amp;lt;&amp;gt; &lt;SPAN class="L0S32"&gt;0&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" DISP_MARA_ALV&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt; The error which i am getting is GETWA_NOT_ASSIGNED with this explanation &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You attempted to access an unassigned field symbol&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (data segment 93).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; This error may occur if&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - You address a typed field symbol before it has been set with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASSIGN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - You address a field symbol that pointed to the line of an&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; internal table that was deleted&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - You address a field symbol that was previously reset using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNASSIGN or that pointed to a local field that no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; longer exists&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - You address a global function interface, although the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; respective function module is not active - that is, is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not in the list of active calls. The list of active calls&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can be taken from this short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now my question is&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1. Why i am getting this error as i have not mentioned any field catalog ?&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2. When i am using FM "Reuse_alv_grid_display" that time i am getting the output...why ???&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 07:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327432#M1919548</guid>
      <dc:creator>sandip_dasgupta</dc:creator>
      <dc:date>2015-10-04T07:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327433#M1919549</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;replace&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;* IMPORTING&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;with&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S31"&gt; IMPORTING&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 07:59:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327433#M1919549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-04T07:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327434#M1919550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii abdul ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not getting what you want to say ...Please explain me why i am getting this error ? and if i use another FM then y i am not getting that error ?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 10:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327434#M1919550</guid>
      <dc:creator>sandip_dasgupta</dc:creator>
      <dc:date>2015-10-04T10:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327435#M1919551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This error is regularly caused by an incorrect field catalog. In your case, you say i_structure = 'MARA', but your ty_mara does not match all mara fields. This results into a pointer (running over all MARA fields) does not find some MARA fields in your ty_mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THe ALV grid does work completely different from this procedure, so this error won't occur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 10:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327435#M1919551</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-10-04T10:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327436#M1919552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're wrong, because all importing parameters are commented, there is no need to uncomment keyword "importing". This would cause a syntax error. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 10:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327436#M1919552</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-10-04T10:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327437#M1919553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you have 2 options,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Convert you fields to field catalog and pass the fieldcatlog to FM with your ITAB&lt;/P&gt;&lt;P&gt;2. or pass the structure and ITAB ( must be same ) to FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you have done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have passed the ITAB which is different from the structure. ( cause Error)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so try this code, hopfully it will help you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;REPORT &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;zibo_pg_test98&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;TABLES &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;mara&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*&lt;SPAN class="GramE"&gt;TYPES :&lt;/SPAN&gt; BEGIN OF TY_MARA,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MATNR TYPE MATNR,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MTART TYPE MTART,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MBRSH TYPE MBRSH,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MEINS TYPE&amp;nbsp;&amp;nbsp; MEINS,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; END OF TY_MARA.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*&lt;SPAN class="GramE"&gt;DATA :IT&lt;/SPAN&gt;_MARA TYPE TABLE OF TY_MARA,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA_MARA TYPE TY_MARA.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;DATA&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;it_mara &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;TYPE TABLE OF &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;mara&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_mara &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;TYPE &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;mara&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;SELECTION-SCREEN BEGIN OF BLOCK &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;b1 &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;WITH FRAME TITLE text&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s701" style="font-family: 'Courier New'; color: gray; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s321" style="font-family: 'Courier New'; color: #3399ff; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;001&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;PARAMETERS &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;s_matnr &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;TYPE &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;mara&lt;/SPAN&gt;&lt;SPAN class="l0s701" style="font-family: 'Courier New'; color: gray; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;matnr&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;SELECTION-SCREEN END OF BLOCK &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;b1&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;START-OF-SELECTION&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;PERFORM&lt;SPAN class="GramE"&gt;&amp;nbsp; &lt;SPAN style="color: black;"&gt;get&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;_data_from_mara&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;*----------------------------------------------------------------------*&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;FORM &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;get_data_from_&lt;SPAN class="GramE"&gt;mara &lt;SPAN class="l0s551" style="color: purple; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;SELECT &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;matnr mtart mbrsh meins &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;FROM &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;mara &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;INTO&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CORRESPONDING &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;FIELDS OF TABLE &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;it_mara&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;WHERE &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;matnr &lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;s_matnr&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;ENDFORM&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="GramE" style="color: #000000; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;" GET&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s311" style="font-family: 'Courier New'; color: gray; font-style: italic; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;_DATA_FROM_MARA&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;END-OF-SELECTION&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;PERFORM &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;disp_mara_alv&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;FORM &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;disp_mara_&lt;SPAN class="GramE"&gt;alv &lt;SPAN class="l0s551" style="color: purple; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;CALL FUNCTION &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s331" style="font-family: 'Courier New'; color: #4da619; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;'REUSE_ALV_LIST_DISPLAY'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_structure_name &lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s331" style="font-family: 'Courier New'; color: #4da619; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;'MARA'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s521" style="font-family: 'Courier New'; color: blue; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;TABLES&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; t_outtab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;it_mara&lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-family: 'Courier New'; color: purple; font-size: 14.6667px; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;IF &lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;sy&lt;/SPAN&gt;&lt;SPAN style="color: gray; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;subrc &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;RETURN&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: 'Courier New'; background: white;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN style="color: purple; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: gray; font-style: italic; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;" DISP_MARA_ALV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: gray; font-style: italic; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/802642" width="450" /&gt;&lt;/SPAN&gt;s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: gray; font-style: italic; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: gray; font-style: italic; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: gray; font-style: italic; background: white; font-size: 10pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 11:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327437#M1919553</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-10-04T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327438#M1919554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ebrahim ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks for your solution but i know that. My question was why i am getting GETWA_NOT_ASSIGNED error in this program and i think as mentioned by RALF this is the reason for this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please correct me if i am wrong ....&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Regards....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 12:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327438#M1919554</guid>
      <dc:creator>sandip_dasgupta</dc:creator>
      <dc:date>2015-10-04T12:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327439#M1919555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Folks for your suggestions but my 2nd question is still unanswered .... Please help me out to solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 12:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327439#M1919555</guid>
      <dc:creator>sandip_dasgupta</dc:creator>
      <dc:date>2015-10-04T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327440#M1919556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I told you, the grid works completely different due to fieldcatalog handling. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 13:39:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327440#M1919556</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-10-04T13:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327441#M1919557</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;&amp;nbsp; 2. When i am using FM "Reuse_alv_grid_display" that time i am getting the output...why ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me to explain it for you please,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FM:&amp;nbsp; Reuse_alv_&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;LIST&lt;/STRONG&gt;&lt;/SPAN&gt;_display&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;this function module, converts the whole structure (MARA) to field catalog and compare the field catalogs with your ITAB , if one field from MARA&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp; i_structure_name &lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-size: 14.6667px; font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background: transparent;"&gt;= &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s331" style="font-size: 14.6667px; font-family: 'Courier New'; color: #4da619; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background: transparent;"&gt;'MARA'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;does not match your ITAB ( does not exist in ITAB) , it will generate a DUMP.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/802724" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FM:&amp;nbsp; Reuse_alv_&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;GRID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_display&amp;nbsp;&amp;nbsp; has another technic, and it handles different.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this function is different from LIST,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it depends on ITAB and the structure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ITAB has 3 , A, B, C columns, and the &lt;SPAN style="font-size: 13.3333px;"&gt;structure has 6 columns , A,B.,C. D,. E, F., G &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;now it compares between the ITAB and the &lt;SPAN style="font-size: 13.3333px;"&gt;structure , if all fields of ITAB belongs to &lt;SPAN style="font-size: 13.3333px;"&gt;structure . then it will assign the value and generate the ALV; ,if not , it&amp;nbsp; will generate a dump. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in your example &lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'Courier New'; color: black; background: white;"&gt;i_structure_name &lt;/SPAN&gt;&lt;SPAN class="l0s551" style="font-size: 14.6667px; font-family: 'Courier New'; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background: transparent;"&gt;= &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="l0s331" style="font-size: 14.6667px; font-family: 'Courier New'; color: #4da619; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background: transparent;"&gt;'MARA' has more than 200 fields, and you ITAB has 4 fields, but the all of them belong to Mara,so it will generate the output, and assign the values, to &lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px;"&gt;MARA fields. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;This FM, assign the values of ITAB to structure, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;if your ITAB MARA, and your structure is SFLIGHT, but your ITAB is empty, it will generate an ALV-GRID with empty value, only fields name,&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;it will generate dump when you ITAB MARA has values, after assing the values, to structureSFLIGHT, it will find out, that SFLIGHT has not field with your ITAB , MATNR, etc,then it will generate a dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/802728" width="450" /&gt;&lt;BR /&gt;if you try out to execute it without to fill theITAB, you will get only the structure of SFLIGHT. The error occurs during assigning the values of ITAB &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; and it will realize that your ITAB does not match the structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/802729" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end, they are different FMs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopfully I could explain it good for you.&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;Ebrahim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 13.3333px; font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 14:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327441#M1919557</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-10-04T14:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327442#M1919558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I said repeatedly - with more details. But I thinks that's not what he wants to read &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 14:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327442#M1919558</guid>
      <dc:creator>ralf_wenzel_heuristika</dc:creator>
      <dc:date>2015-10-04T14:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting GETWA_NOT_ASSIGNED error while developing ALV report without using field catalog.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327443#M1919559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Ralf,&lt;/P&gt;&lt;P&gt;you are right,you have written it before, but he could not get it, as I think. So I have tried to explain it more &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1336/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Oct 2015 14:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-getwa-not-assigned-error-while-developing-alv-report-without-using/m-p/11327443#M1919559</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-10-04T14:57:58Z</dc:date>
    </item>
  </channel>
</rss>

