<?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 **text elements** in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933918#M386422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the Text Elements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 19:26:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-27T19:26:05Z</dc:date>
    <item>
      <title>**text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933918#M386422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the Text Elements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 19:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933918#M386422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T19:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: **text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933919#M386423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text Elements are use in Report Programming and text that can included in your programs...Instead of writing this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
WRITE: 'This is a text'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create a text element and use it like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
WRITE: TEXT-T01.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 20:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933919#M386423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T20:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: **text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933920#M386424</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;&amp;lt;b&amp;gt;In addition to this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For every report you create using SE38 transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go -&amp;gt; Text Element -&amp;gt; Text Symbols / Selection texts / List heading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text elements are basically these 3 sub-elements -&amp;gt;&lt;/P&gt;&lt;P&gt;Text Symbols / Selection texts / List heading&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;You can maintain texts for various languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The benefit in this case, you do not need to maintain the same text in various languages inside the report. You just need to do  the transalation of text elements to make them appear in various lanaguages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, incase when you log on to SAP server, it asks for Client no /  Username / Password and the langauge (Say EN (ForEnglish), DE (For German)).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase o log on in DE langauge, all the texts in the SAP screen will be visible in German langauge. This is possible using Text elements. &amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward suitable points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 20:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933920#M386424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T20:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: **text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933921#M386425</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;hav a look on the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="332364"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrds,&lt;/P&gt;&lt;P&gt;shamim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933921#M386425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T10:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: **text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933922#M386426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/9609ffeb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/9609ffeb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933922#M386426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T10:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: **text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933923#M386427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   Text elements are the texts through which we can achieve the Multiligual capability in abap.&lt;/P&gt;&lt;P&gt;Means these text elements will converts to the logon language automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933923#M386427</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-02-28T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: **text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933924#M386428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Darsh,&lt;/P&gt;&lt;P&gt;Text-Elements are the placeholders for the strings that we need to write in our program.&lt;/P&gt;&lt;P&gt;e.g. If I have to write 'Hello, Welcome to SAP'.&lt;/P&gt;&lt;P&gt;In this case I wont write this as is. But I will assign it to a text-element. Then I will write text-element as WRITE : TEXT-001.&lt;/P&gt;&lt;P&gt;One advantage of this is say if u have written the same text 10 times in ur code. In that case if u need to modify the text, u need not modify ur program at 10 different places. Instead, just modify the text-element and the change will be reflected at all 10 places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 10:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933924#M386428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T10:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: **text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933925#M386429</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;Using text  elements in program we can avoid hard coded texts written in programs.&lt;/P&gt;&lt;P&gt;Suppposeif the client want to change the language to GERMAN...these hard coded text will create some problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that reason only they introduced text elements...&lt;/P&gt;&lt;P&gt;If they want to changethe language they can change directly in SE63..with out modifying the prog.&lt;/P&gt;&lt;P&gt;&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;Kishor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 11:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933925#M386429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T11:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: **text elements**</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933926#M386430</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;Text elements cover any descriptive text that appears on the selection screen or output screen of an ABAP/4 program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can store these text elements outside the program in language-dependent text pools. Your program automatically uses the text elements of the user's logon language. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create and maintain text elements without changing the program coding. You can create standard text pools, which you can copy from program to program. If you consequently work with text symbols only and do not use string literals in WRITE statements, your program becomes language-independent. Only the text elements from the original language text pool must be translated to other languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The translation of text elements is fully supported by the ABAP/4 workbench. From an existing text pool for the original language, a translator can create the text pools for different other languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.mis.cmich.edu/sap-abap/abap05/sld019.htm" target="test_blank"&gt;http://sap.mis.cmich.edu/sap-abap/abap05/sld019.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/9609f6eb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e3/9609f6eb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sruthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 11:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1933926#M386430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T11:08:03Z</dc:date>
    </item>
  </channel>
</rss>

