<?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 Smartform Include Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566128#M255783</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 SAPScript, to write the long texts we have the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;T166P-TXNAM&amp;amp; OBJECT &amp;amp;T166P-TDOBJECT&amp;amp; ID &amp;amp;T166P-TDID&amp;amp; LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp; PARAGRAPH 'IT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly in Smartforms we use the INCLUDE Texts. But the problem is when I am using the INCLUDE Text in Smartform I am passing the TextName in Variable. It is not recognizing the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me how to use the INCLUDE Text in Smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 06:16:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-21T06:16:52Z</dc:date>
    <item>
      <title>Smartform Include Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566128#M255783</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 SAPScript, to write the long texts we have the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;T166P-TXNAM&amp;amp; OBJECT &amp;amp;T166P-TDOBJECT&amp;amp; ID &amp;amp;T166P-TDID&amp;amp; LANGUAGE &amp;amp;EKKO-SPRAS&amp;amp; PARAGRAPH 'IT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly in Smartforms we use the INCLUDE Texts. But the problem is when I am using the INCLUDE Text in Smartform I am passing the TextName in Variable. It is not recognizing the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone tell me how to use the INCLUDE Text in Smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566128#M255783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Include Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566129#M255784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check where exactly u are passing the text name to varible, try to check in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566129#M255784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Include Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566130#M255785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gupta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to supply the TEXT NAME,TEXT OBJECT,TEXT ID and LANGUAGE and it will get the text on basis of these keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shehryar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:39:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566130#M255785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Include Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566131#M255786</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;I have checked the value is thier in Variable but the smartform is not recognizing the variable in Text Name field in Include text. If I am giving the value directly it is printing the text but when I try to pass the same value in a variablr it is not printing the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope thier must be some procedure to use the INCLUDE Text in Smartform.&lt;/P&gt;&lt;P&gt;I want to know how do we use the INCLUDE Text in Smartform to print the Text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566131#M255786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Include Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566132#M255787</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;You have  to define:&lt;/P&gt;&lt;P&gt;- a text node;&lt;/P&gt;&lt;P&gt;- use INCLUDE TEXT OPTION&lt;/P&gt;&lt;P&gt;- Insert your variables:&lt;/P&gt;&lt;P&gt;Text name   &amp;amp;T166P-TXNAM&amp;amp;&lt;/P&gt;&lt;P&gt;Text Object &amp;amp;T166P-TDOBJECT&amp;amp;&lt;/P&gt;&lt;P&gt;Text ID     &amp;amp;T166P-TDID&amp;amp;&lt;/P&gt;&lt;P&gt;Language    &amp;amp;EKKO-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use &amp;amp; just as in SAPSCRIPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure T166P and EKKO have to be defined as global data in your smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566132#M255787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform Include Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566133#M255788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paste the code so that we can anylyze it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text/m-p/1566133#M255788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:49:32Z</dc:date>
    </item>
  </channel>
</rss>

