<?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: text symbol modify length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017427#M1167542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First define a field with the length you want to display the output.&lt;/P&gt;&lt;P&gt;Write the text you want to display in two text symbols and concatenate these two fields into the field you defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Jan 2009 07:28:28 GMT</pubDate>
    <dc:creator>former_member770131</dc:creator>
    <dc:date>2009-01-05T07:28:28Z</dc:date>
    <item>
      <title>text symbol modify length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017420#M1167535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys ,How can I modify a symbol text if this has a leng, max of 132 chars , i need it longer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 17:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017420#M1167535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T17:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: text symbol modify length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017421#M1167536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max length is upto 132 char only.So what you can do either,just Create two text symbols and show tham one after another.It will treated as continue text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 18:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017421#M1167536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T18:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: text symbol modify length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017422#M1167537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define another text symbol. You cannot extend the text symbol. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to bigger text on selection screen, you can use selection-screen comment. if you need it somewhere else, create a variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 18:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017422#M1167537</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-01-02T18:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: text symbol modify length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017423#M1167538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max length is 132. If you need longer than this, add one more text symbol and use both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2009 18:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017423#M1167538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-02T18:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: text symbol modify length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017424#M1167539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Concatenat those two text symbols into one and show them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jan 2009 04:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017424#M1167539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-03T04:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: text symbol modify length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017425#M1167540</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;Max length is 132 char only.If you want longer symbol add one more text symbol, concatenat those two text symbols into one and use them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jyothi CH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 05:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017425#M1167540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T05:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: text symbol modify length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017426#M1167541</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;Use another text symbol and when using it user the 2 defined text symbol one after other to get the concatenated effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 05:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017426#M1167541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T05:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: text symbol modify length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017427#M1167542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First define a field with the length you want to display the output.&lt;/P&gt;&lt;P&gt;Write the text you want to display in two text symbols and concatenate these two fields into the field you defined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 07:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-symbol-modify-length/m-p/5017427#M1167542</guid>
      <dc:creator>former_member770131</dc:creator>
      <dc:date>2009-01-05T07:28:28Z</dc:date>
    </item>
  </channel>
</rss>

