<?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: problem with fieldcat in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453015#M214350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Ravi explained, you can fill your column descriptions in the field catalog fields SCRTEXT_M, SCRTEXT_S, and SCRTEXT_L and then you can pick which one you want to show up in the ALV grid by setting DDICTXT field to 'L', 'M', or 'S'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jun 2006 16:35:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-28T16:35:32Z</dc:date>
    <item>
      <title>problem with fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453009#M214344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            it_fieldcat = alv_fldcat&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            t_outtab    = &amp;lt;dyn_table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in alv_fldcat i see the title all of it&lt;/P&gt;&lt;P&gt;and in the screen i se only part why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 14:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453009#M214344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T14:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453010#M214345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the parameter &amp;lt;b&amp;gt;outputlen&amp;lt;/b&amp;gt; for the fieldcat. the length specified there should be as long as the title&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 14:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453010#M214345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T14:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453011#M214346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are headings of three different lengths that you can specify in the field catalog. Depending on the display width of the column, appropriate heading will be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fields will be scrtext_m, scrtext_s and scrtext_l.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 14:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453011#M214346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T14:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem with fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453012#M214347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try settings-&amp;gt;columns-&amp;gt;optimize width, if it shows full title&lt;/P&gt;&lt;P&gt;Set Is_layout-colwidth_optimize to X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 14:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453012#M214347</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-06-28T14:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453013#M214348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi liat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since it is ALV GRID so that is not a problem , you can strech the columns ,use the expander in between the columns and stretch it.if you expand you can see full text.but it is not possible with alv list.in your case you can see the full text by expanding columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 14:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453013#M214348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem with fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453014#M214349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK WITH THE SYNTAX GIVEN HERE AND YOUR CODE&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' &lt;/P&gt;&lt;P&gt;    EXPORTING &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  I_INTERFACE_CHECK                 = ' ' &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    i_bypassing_buffer                = 'X' &lt;/P&gt;&lt;P&gt;    i_buffer_active                   = ' ' &lt;/P&gt;&lt;P&gt;    i_callback_program                = .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO THROUGH THIS LINK&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/alv-grid.htm" target="test_blank"&gt;http://www.sap-img.com/abap/alv-grid.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp; Report  ZALV_GRID_SAMPLE                                            *&lt;/P&gt;&lt;P&gt;*&amp;amp;                                                                     *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;  DISLAYS FIRST 10 RECORDS OF VBAK TABLE IN A GRID                   *&lt;/P&gt;&lt;P&gt;*&amp;amp;                                                                     *&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZALV_GRID_SAMPLE                            .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES VBAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA it_vbak LIKE VBAK OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *FROM VBAK &lt;/P&gt;&lt;P&gt;        INTO CORRESPONDING FIELDS OF TABLE it_vbak&lt;/P&gt;&lt;P&gt;        UP TO 10 ROWS.&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_STRUCTURE_NAME                  = 'VBAK'&lt;/P&gt;&lt;P&gt;    I_GRID_TITLE                      = 'SALES ORDER INFO'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    T_OUTTAB                          = it_vbak&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     PROGRAM_ERROR                     = 1&lt;/P&gt;&lt;P&gt;     OTHERS                            = 2&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;           WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 14:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453014#M214349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with fieldcat</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453015#M214350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Ravi explained, you can fill your column descriptions in the field catalog fields SCRTEXT_M, SCRTEXT_S, and SCRTEXT_L and then you can pick which one you want to show up in the ALV grid by setting DDICTXT field to 'L', 'M', or 'S'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2006 16:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fieldcat/m-p/1453015#M214350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-28T16:35:32Z</dc:date>
    </item>
  </channel>
</rss>

