<?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 display..problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020762#M960781</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;i am getting data in my final itab (it_final). but in the display , the 4th field 'PS_PSP_PNR' data is not coming instead of that posid value is coming  ?&lt;/P&gt;&lt;P&gt;i written like this...........can any one help me.......? &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;field catalog build&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '1'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'VBAP'.&lt;/P&gt;&lt;P&gt;wa_fcat-outputlen = '15'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '2'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'POSNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'POSNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '3'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '4'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'PS_PSP_PNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'PS_PSP_PNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '5'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'KOSRT'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'KOSRT'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'KONH'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '6'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'ZZLAND1'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'ZZLAND1'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'PRPS'.&lt;/P&gt;&lt;P&gt;wa_fcat-outputlen = '10'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '7'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'KHINR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'KHINR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'CEPC'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '8'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'KNA1'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '9'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'LAND1'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'LAND1'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'KNA1'.&lt;/P&gt;&lt;P&gt;wa_fcat-outputlen = '7'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '10'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'POSID'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'POSID'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'PRPS'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;for ALV display&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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_fcat[]&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    t_outtab                          = it_final&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2008 10:06:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-24T10:06:44Z</dc:date>
    <item>
      <title>alv display..problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020762#M960781</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;i am getting data in my final itab (it_final). but in the display , the 4th field 'PS_PSP_PNR' data is not coming instead of that posid value is coming  ?&lt;/P&gt;&lt;P&gt;i written like this...........can any one help me.......? &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;field catalog build&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '1'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'VBELN'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'VBAP'.&lt;/P&gt;&lt;P&gt;wa_fcat-outputlen = '15'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '2'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'POSNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'POSNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '3'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '4'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'PS_PSP_PNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'PS_PSP_PNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'VBAP'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '5'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'KOSRT'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'KOSRT'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'KONH'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '6'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'ZZLAND1'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'ZZLAND1'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'PRPS'.&lt;/P&gt;&lt;P&gt;wa_fcat-outputlen = '10'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '7'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'KHINR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'KHINR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'CEPC'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '8'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'KUNNR'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'KNA1'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '9'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'LAND1'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'LAND1'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'KNA1'.&lt;/P&gt;&lt;P&gt;wa_fcat-outputlen = '7'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;P&gt;wa_fcat-tabname = 'IT_FINAL'.&lt;/P&gt;&lt;P&gt;wa_fcat-col_pos = '10'.&lt;/P&gt;&lt;P&gt;wa_fcat-fieldname = 'POSID'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_fieldname = 'POSID'.&lt;/P&gt;&lt;P&gt;wa_fcat-ref_tabname = 'PRPS'.&lt;/P&gt;&lt;P&gt;append wa_fcat to iT_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;for ALV display&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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_fcat[]&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    t_outtab                          = it_final&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020762#M960781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T10:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: alv display..problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020763#M960782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear wa_fcat.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;wa_fcat-tabname = 'IT_FINAL'.
wa_fcat-col_pos = '4'.
wa_fcat-fieldname = 'PS_PSP_PNR'.
wa_fcat-seltext_l = 'sometext'.
append wa_fcat to iT_fcat.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove the ref table and ref field. populate your own text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020763#M960782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T10:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: alv display..problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020764#M960783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;There check the sequence of filling the Fieldcatalog.&lt;/P&gt;&lt;P&gt;If its not the case then the reason is that there is a onversion rutine attached to  the field PS_PSP_PNR.&lt;/P&gt;&lt;P&gt;So you have to use the conversion routine  CONVERSION_EXIT_ABPSP_OUTPUT on that field on that field and modify the internal table and do not provide the standard table name to fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help children of U.N World Food Program by rewarding  points and encourage others to answer your queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sandipan Das on Jun 24, 2008 12:13 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020764#M960783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T10:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: alv display..problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020765#M960784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;ur missing 1 field....wa_fcat-outputlen &lt;/P&gt;&lt;P&gt;every time...after the first one..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020765#M960784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T10:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: alv display..problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020766#M960785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl. check for ur report any layout variant is created or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020766#M960785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T10:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: alv display..problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020767#M960786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please check the field name.&lt;/P&gt;&lt;P&gt;If it is 'PS_PSP_PNR'  in the declaration and selection into the table vbap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:19:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020767#M960786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T10:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: alv display..problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020768#M960787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi santoshini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Please check the output length parameter which u r passing...if so give it for all fields....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-outputlen = 'X'. X= some number....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_fcat-seltext_l = 'Description'. for all the o/p fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will solve the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 10:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display-problem/m-p/4020768#M960787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T10:26:10Z</dc:date>
    </item>
  </channel>
</rss>

