<?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 Reg text elements and constants in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776713#M335028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please clarify my doubt with respect to one examp I am giving regarding text element and constants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am building field catelog in ALV like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m_fieldcat '1' 'KUNNR' 'GI_FINAL_ITAB' text-002 '10' ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To remove the hard coding (for examp 'KUNNR')in the above statement we can do 2 ways one way is declare constant with value KUNNR and other way is with text element value 'KUNNR' which method we have to approach considering performance and all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 09:41:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-03T09:41:42Z</dc:date>
    <item>
      <title>Reg text elements and constants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776713#M335028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please clarify my doubt with respect to one examp I am giving regarding text element and constants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am building field catelog in ALV like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m_fieldcat '1' 'KUNNR' 'GI_FINAL_ITAB' text-002 '10' ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To remove the hard coding (for examp 'KUNNR')in the above statement we can do 2 ways one way is declare constant with value KUNNR and other way is with text element value 'KUNNR' which method we have to approach considering performance and all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 09:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776713#M335028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T09:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reg text elements and constants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776714#M335029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Constants ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 09:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776714#M335029</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2007-01-03T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reg text elements and constants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776715#M335030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use text element ,it will be better ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 09:51:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776715#M335030</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-01-03T09:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reg text elements and constants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776716#M335031</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;In this case, its a field name, so u can any one constants or text elements.&lt;/P&gt;&lt;P&gt;But if you are going to give field descriptions, then text elements is the best option, because it can support multiple languages, as constants cannot be used for multiple languages, unless it is translated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sekar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 09:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-text-elements-and-constants/m-p/1776716#M335031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T09:56:49Z</dc:date>
    </item>
  </channel>
</rss>

