<?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: Dynamic text in text objects! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353224#M176687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I had done is, I had created different text object names for each sales org and I am moving that text name to a variable based on the sales org in the include text of my smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text name of INCLUDE TEXT I am passing the variable as &amp;amp;variable&amp;amp; instead of the text name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2006 16:56:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-07T16:56:17Z</dc:date>
    <item>
      <title>Dynamic text in text objects!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353220#M176683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Smartform experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement here for which I am trying to find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had created a text name 'zinst' with text object 'text', text id 'st' which contains the terms and conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had hardcoded the company name in the text. But the requirement is they want to use the same form for different companies and the company name in the text should be dynamically populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 21:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353220#M176683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T21:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text in text objects!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353221#M176684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this, but you will have to read the text in your program and the replace a placeholder. In your standard text,  you need to have a "place holder" for the company name. For example, lets say it is &amp;lt;company_name&amp;gt;.  Then read the standard text using the READ_TEXT function module.  Now you can read the specific line, and replace the placeholder with the company name.  Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 21:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353221#M176684</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-06T21:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text in text objects!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353222#M176685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If company name field is available to you in the smart form, then replace the company name in the standard text with that variablename. &lt;/P&gt;&lt;P&gt;for ex: replace the name with &amp;amp;T001-BUTXT&amp;amp;, see if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 22:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353222#M176685</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-06-06T22:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text in text objects!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353223#M176686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, you cannot use the INCLUDE TEXT option as you have manually read the text (READ_TEXT) and replace the company name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you can maintain one text for each company code you have in SO10, then you can dynamically get the text name and use that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 00:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353223#M176686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T00:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic text in text objects!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353224#M176687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I had done is, I had created different text object names for each sales org and I am moving that text name to a variable based on the sales org in the include text of my smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the text name of INCLUDE TEXT I am passing the variable as &amp;amp;variable&amp;amp; instead of the text name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2006 16:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-text-in-text-objects/m-p/1353224#M176687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-07T16:56:17Z</dc:date>
    </item>
  </channel>
</rss>

