<?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 display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694223#M304653</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;&lt;/P&gt;&lt;P&gt;try coltext property that must work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt; ls_fieldcat-coltext = 'TOT.VAL'&amp;lt;/b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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, 07 Nov 2006 04:07:19 GMT</pubDate>
    <dc:creator>dani_mn</dc:creator>
    <dc:date>2006-11-07T04:07:19Z</dc:date>
    <item>
      <title>alv display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694221#M304651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;i have a prob in ALV. When I am using seltext, the output is still taken from DDIC reference/. for eg, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ls_fieldcat-fieldname = 'V_TOT_VAL'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-tabname = IT_INV.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ls_fieldcat-seltext_s = 'TOT.VAL'.  &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ls_fieldcat-reptext_ddic = 'TOT.VAL'.  &lt;/P&gt;&lt;P&gt;  ls_fieldcat-ref_fieldname = 'KWERT'.&lt;/P&gt;&lt;P&gt;  ls_fieldcat-ref_tabname = 'KONV'.&lt;/P&gt;&lt;P&gt;  APPEND ls_fieldcat TO gt_fieldcat.&lt;/P&gt;&lt;P&gt;  CLEAR ls_fieldcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the output the col name is 'condition type' as in DDIC and not 'TOT.VAL' as i want. I tried givin seltext_s, seltext_m and seltext_l and also tried ls_fieldcat-reptext_ddic = 'TOT.VAL'. but nothin works...can anyone pls help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 04:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694221#M304651</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2006-11-07T04:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: alv display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694222#M304652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ref field name and ref tab name are not necesary which is being considered even if u give seltext_s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_fieldcat-fieldname = 'V_TOT_VAL'.&lt;/P&gt;&lt;P&gt;ls_fieldcat-tabname = IT_INV.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;ls_fieldcat-seltext_s = 'TOT.VAL'. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ls_fieldcat-reptext_ddic = 'TOT.VAL'. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ls_fieldcat-ref_fieldname = 'KWERT'.&lt;/P&gt;&lt;P&gt;ls_fieldcat-ref_tabname = 'KONV'. are not necessary&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;APPEND ls_fieldcat TO gt_fieldcat.&lt;/P&gt;&lt;P&gt;CLEAR ls_fieldcat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 04:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694222#M304652</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-07T04:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: alv display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694223#M304653</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;&lt;/P&gt;&lt;P&gt;try coltext property that must work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt; ls_fieldcat-coltext = 'TOT.VAL'&amp;lt;/b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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, 07 Nov 2006 04:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694223#M304653</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-11-07T04:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: alv display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694224#M304654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; ls_fieldcat-fieldname = 'V_TOT_VAL'.
ls_fieldcat-tabname = IT_INV.
* ls_fieldcat-seltext_s = 'TOT.VAL'. 
&amp;lt;b&amp;gt;ls_fieldcat-reptext_ddic = 'TOT.VAL'&amp;lt;/b&amp;gt;. 
 ls_fieldcat-outputlen = '25'.
ls_fieldcat-ref_fieldname = 'KWERT'.
ls_fieldcat-ref_tabname = 'KONV'.
APPEND ls_fieldcat TO gt_fieldcat.
CLEAR ls_fieldcat.&lt;/CODE&gt;&lt;/PRE&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;&amp;lt;b&amp;gt;ls_fieldcat-reptext_ddic = 'TOT.VAL'&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  u use this than deffinatly it  would  be  come..&lt;/P&gt;&lt;P&gt;may  be  problem is  due  to output length is less the given text.try to give the output length also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 04:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694224#M304654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-07T04:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: alv display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694225#M304655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey, that worked, thanks Gopi, i removed ref field name and tabname and it gave the o/p...&lt;/P&gt;&lt;P&gt;Thanks all...&lt;/P&gt;&lt;P&gt;Helpful answers rewarded.&lt;/P&gt;&lt;P&gt;Cheers !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 04:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694225#M304655</guid>
      <dc:creator>abdulazeez12</dc:creator>
      <dc:date>2006-11-07T04:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: alv display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694226#M304656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to help u shakir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 04:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-display/m-p/1694226#M304656</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-07T04:20:42Z</dc:date>
    </item>
  </channel>
</rss>

