<?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: Include Text in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100922#M1972691</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please refrain from asking very basic questions. Forum rules:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/4286206/please-read-the-forum-rules-of-engagement-before-p.html"&gt;Please read "The Forum Rules of Engagement" before posting! HOT NEWS!!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You could have searched with word &lt;STRONG&gt;READ_TEXT&lt;/STRONG&gt; in the forum before posting this. You can see the where used list of this FM in your system it self to see how to use this FM&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 11:12:18 GMT</pubDate>
    <dc:creator>gayathri_jayajeevan2</dc:creator>
    <dc:date>2020-01-06T11:12:18Z</dc:date>
    <item>
      <title>Include Text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100916#M1972685</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1760836-dispatch.png" /&gt;&lt;/P&gt;
  &lt;P&gt;In the above fig i need to assign the corresponding include text at side by side .For that I goto texttype-&amp;gt;include text and provide corresponding id, name, language and object after that i executed the smartform but i get only text in new line and the dispatch condition is disappears. My requirement is i need the dispatch condition and its corresponding text side by side like as shown in below&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1760837-discon.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Can you please help me to solve this problem.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Bhavani.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 05:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100916#M1972685</guid>
      <dc:creator>former_member612655</dc:creator>
      <dc:date>2020-01-06T05:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Include Text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100917#M1972686</link>
      <description>&lt;P&gt;Could you please post what you setup in the smartform ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 06:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100917#M1972686</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-01-06T06:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Include Text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100918#M1972687</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;bhavani123&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Check if there is any space maintained in the text Element also check in SMARTSTYLE whether you have maintained proper alignments. In your Case it must be left aligned in smart style.&lt;/P&gt;&lt;P&gt;Also let us know complete details on how you set this up.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 06:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100918#M1972687</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2020-01-06T06:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Include Text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100919#M1972688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In smartforms, Add a "Flow Logic" node before your text node (Alternatively you can have your code in Initialization as well). Use "Read_text" FM to read the text and by looping at the table, concatenate the text content to a string variable. Then use the string variable side by side to your label.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Dispatch Conditions: &amp;amp;text_string&amp;amp; &lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 08:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100919#M1972688</guid>
      <dc:creator>gayathri_jayajeevan2</dc:creator>
      <dc:date>2020-01-06T08:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Include Text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100920#M1972689</link>
      <description>&lt;P&gt;When you say "side by side", do you mean concatenating the lines of the long text? If so, use READ_TEXT to read the long text into an internal table and concatenate the lines...&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 08:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100920#M1972689</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-01-06T08:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Include Text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100921#M1972690</link>
      <description>&lt;P&gt;Can you please provide the code for the above figure using string variable "&amp;amp;text_string&amp;amp;" with "read_text" function module&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 09:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100921#M1972690</guid>
      <dc:creator>former_member612655</dc:creator>
      <dc:date>2020-01-06T09:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Include Text in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100922#M1972691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please refrain from asking very basic questions. Forum rules:&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/4286206/please-read-the-forum-rules-of-engagement-before-p.html"&gt;Please read "The Forum Rules of Engagement" before posting! HOT NEWS!!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You could have searched with word &lt;STRONG&gt;READ_TEXT&lt;/STRONG&gt; in the forum before posting this. You can see the where used list of this FM in your system it self to see how to use this FM&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 11:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-in-smartforms/m-p/12100922#M1972691</guid>
      <dc:creator>gayathri_jayajeevan2</dc:creator>
      <dc:date>2020-01-06T11:12:18Z</dc:date>
    </item>
  </channel>
</rss>

