<?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- reading from fixed values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208186#M764777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what field shall i set in field catalogue so that a description of fixed value key shall come in ALV and not the fixed value itself .. i think it is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 10:35:57 GMT</pubDate>
    <dc:creator>former_member196517</dc:creator>
    <dc:date>2007-12-12T10:35:57Z</dc:date>
    <item>
      <title>ALV- reading from fixed values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208186#M764777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colleagues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what field shall i set in field catalogue so that a description of fixed value key shall come in ALV and not the fixed value itself .. i think it is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 10:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208186#M764777</guid>
      <dc:creator>former_member196517</dc:creator>
      <dc:date>2007-12-12T10:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV- reading from fixed values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208187#M764778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field-col_pos = 4 .&lt;/P&gt;&lt;P&gt;afield-fieldname = 'LKAPV'.&lt;/P&gt;&lt;P&gt;afield-seltext_M = 'BIN CAPACITY'.&lt;/P&gt;&lt;P&gt;append afield to fieldcat.&lt;/P&gt;&lt;P&gt;CLEAR AFIELD.&lt;/P&gt;&lt;P&gt;try like this the field catalogue seltext_m will solve your problem i think so correct me if am wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 10:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208187#M764778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T10:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: ALV- reading from fixed values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208188#M764779</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;   Do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--Call funtion module to build the field catalog&lt;/P&gt;&lt;P&gt;  it_fieldcat-fieldname   = 'ERDAT'.&lt;/P&gt;&lt;P&gt;  it_fieldcat-seltext_m   = text-005.&lt;/P&gt;&lt;P&gt;  it_fieldcat-col_pos     = 0.&lt;/P&gt;&lt;P&gt;  it_fieldcat-outputlen   = 8.&lt;/P&gt;&lt;P&gt;  it_fieldcat-emphasize   = 'X'.&lt;/P&gt;&lt;P&gt;  it_fieldcat-key         = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND it_fieldcat TO it_fieldcat.&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;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 10:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208188#M764779</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-12-12T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: ALV- reading from fixed values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208189#M764780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no field called as seltext_m in the structure..LVC_S_FCAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 10:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208189#M764780</guid>
      <dc:creator>former_member196517</dc:creator>
      <dc:date>2007-12-12T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: ALV- reading from fixed values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208190#M764781</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;try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELTEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 11:09:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-reading-from-fixed-values/m-p/3208190#M764781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T11:09:32Z</dc:date>
    </item>
  </channel>
</rss>

