<?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 issue in Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797662#M1679788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you download the XML file from smartform menu? I could not upload the form in my system.&lt;/P&gt;&lt;P&gt;And yes, the alignment would be lost depending on your font. Try to make sure that you have used same smartstyle and default paragraph formats for the include text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 05:08:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-27T05:08:51Z</dc:date>
    <item>
      <title>Include text issue in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797661#M1679787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the SAP tcode IW32, there is an Operation tab which has the provision to add long text. In our case a 220 lines long text is added &lt;/P&gt;&lt;P&gt;To fetch the data into a print output through smart forms, we have used include text where we input the header details like “TEXT NAME, TEXT OBJECT, TEXT ID, LANGUAGE”. &lt;/P&gt;&lt;P&gt;When we check in debugging the data seems to be correct, but when the data is coming out in print preview the alignment of the words is getting lost.&lt;/P&gt;&lt;P&gt;The detailed description is provided in the attachment.&lt;/P&gt;&lt;P&gt;Please help me to correct this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 04:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797661#M1679787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T04:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Include text issue in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797662#M1679788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you download the XML file from smartform menu? I could not upload the form in my system.&lt;/P&gt;&lt;P&gt;And yes, the alignment would be lost depending on your font. Try to make sure that you have used same smartstyle and default paragraph formats for the include text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 05:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797662#M1679788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T05:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Include text issue in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797663#M1679789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Include text, you actually use default paragraph '*'. But when it gets imported in the Smartform, it inherits the paragraph details based on the smartform node setting. So please make sure that your text is inline with the smartform paragraph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 05:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797663#M1679789</guid>
      <dc:creator>former_member209818</dc:creator>
      <dc:date>2012-06-27T05:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Include text issue in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797664#M1679790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Use standard SAP STYLE 'SYSTEM' for this include text. It will work.&lt;/P&gt;&lt;P&gt;Check the below. I have tested it with SAP SCRIPT and it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: STYLE SYSTEM DOMINANT&lt;/P&gt;&lt;P&gt;/: INCLUDE 84027IL0000 OBJECT AUFK ID KOPF&lt;/P&gt;&lt;P&gt;/: STYLE *&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 07:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797664#M1679790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T07:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Include text issue in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797665#M1679791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinmay,&lt;/P&gt;&lt;P&gt;The XML given is not the smartform it has the screenshots.&lt;/P&gt;&lt;P&gt;and I tried to use the smartstyle but I'm unable to identify the smart style used for the standard text in IW32 [operations tab]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 08:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797665#M1679791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T08:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Include text issue in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797666#M1679792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vijay.&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;It has worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 09:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-text-issue-in-smartforms/m-p/8797666#M1679792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T09:22:46Z</dc:date>
    </item>
  </channel>
</rss>

