<?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: smartform include text problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845917#M45201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course,Smartforms editor doesn't allow you to run any commands. you have to spilt it from the others if you want to run include command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create Command node for page break, it has goto page option and you can use Condition tab(for example GV_HAS_TEXT = 'X') when you want some items to do this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you want to show Long text.If yes,I suggest you should create ProgramLine node to extract Long text(FM READ_TEXT) into internal table and then create Loop node to display it.After that use Command node for page break.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2005 11:11:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-04-19T11:11:20Z</dc:date>
    <item>
      <title>smartform include text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845914#M45198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am new to smartforms.I have a requirement where i have to page break according to line items.I am currently able to page break all the line item details exceopt the texts which are include texts.&lt;/P&gt;&lt;P&gt;If I try to include the texts in the smartform editor, it does not allow command lines.&lt;/P&gt;&lt;P&gt;So how can i achieve page protection for the texts with the line items.&lt;/P&gt;&lt;P&gt;Currently the texts are defined as seperate text nodes.&lt;/P&gt;&lt;P&gt;Can I use them with text modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2005 17:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845914#M45198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-18T17:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: smartform include text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845915#M45199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For creating Include text, you have to create another text node and then select General attributes tab, change Text type to be Include text, fill Text key that you want(In Text name box you can use variable instead of constant value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For page protection, select Output Options tab and check Page protection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2005 04:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845915#M45199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-19T04:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: smartform include text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845916#M45200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The include text is inside the main window and hence page protection cannot be set in the output options tab.&lt;/P&gt;&lt;P&gt;I would like to have it in the same text node as the other details of the line item, but the smartform editor does not execute command lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2005 06:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845916#M45200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-19T06:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: smartform include text problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845917#M45201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course,Smartforms editor doesn't allow you to run any commands. you have to spilt it from the others if you want to run include command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create Command node for page break, it has goto page option and you can use Condition tab(for example GV_HAS_TEXT = 'X') when you want some items to do this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you want to show Long text.If yes,I suggest you should create ProgramLine node to extract Long text(FM READ_TEXT) into internal table and then create Loop node to display it.After that use Command node for page break.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2005 11:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-include-text-problem/m-p/845917#M45201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-19T11:11:20Z</dc:date>
    </item>
  </channel>
</rss>

