<?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: Printing Problem in Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445305#M1412909</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;Inside the loop in which you print the material numbers, create two text elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first text element print the &lt;STRONG&gt;material number&lt;/STRONG&gt; and in the second text element print a &lt;STRONG&gt;comma (,)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For both the text elements, in the &lt;STRONG&gt;General Attributes tab&lt;/STRONG&gt; specify &lt;STRONG&gt;Start&lt;/STRONG&gt; as &lt;STRONG&gt;Append Directly&lt;/STRONG&gt; instead of &lt;STRONG&gt;New Paragraph&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now your output will be:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Material 1,Material 2,Material 3&lt;/STRONG&gt; and so on.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2009 09:38:42 GMT</pubDate>
    <dc:creator>I355602</dc:creator>
    <dc:date>2009-11-23T09:38:42Z</dc:date>
    <item>
      <title>Printing Problem in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445302#M1412906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an internal table which contain data in like this format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material 1&lt;/P&gt;&lt;P&gt;Material 2&lt;/P&gt;&lt;P&gt;Material 3&lt;/P&gt;&lt;P&gt;Material 4&lt;/P&gt;&lt;P&gt;Material 5&lt;/P&gt;&lt;P&gt;Material 6&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Material n&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to print this in smart form like this ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material 1, Material 2, Material 3, Material 4, Material 5, Material 6,............................Material n&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i read this table to print as per above example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz. Help Me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 06:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445302#M1412906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T06:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Problem in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445303#M1412907</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;U have not mentioned that in which window u want to print the data. There are many ways to achieve this. If u want to print the data in any window through a Text Element, first &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a "PROGRAM LINES" node under the window:&lt;/P&gt;&lt;P&gt;In the coding block loop on the internal table and concatenate the data to make a string.&lt;/P&gt;&lt;P&gt;Declare a TEXT ELEMENT in the same window.&lt;/P&gt;&lt;P&gt;Assign the string to the text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pulokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 07:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445303#M1412907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T07:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Problem in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445304#M1412908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
hi
In general attributes tab of your text element
give the text type as text element and start as append directly.

Thanks &amp;amp; Regards
Surender
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 08:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445304#M1412908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T08:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Problem in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445305#M1412909</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;Inside the loop in which you print the material numbers, create two text elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first text element print the &lt;STRONG&gt;material number&lt;/STRONG&gt; and in the second text element print a &lt;STRONG&gt;comma (,)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For both the text elements, in the &lt;STRONG&gt;General Attributes tab&lt;/STRONG&gt; specify &lt;STRONG&gt;Start&lt;/STRONG&gt; as &lt;STRONG&gt;Append Directly&lt;/STRONG&gt; instead of &lt;STRONG&gt;New Paragraph&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now your output will be:-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Material 1,Material 2,Material 3&lt;/STRONG&gt; and so on.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 09:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/printing-problem-in-smartform/m-p/6445305#M1412909</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-11-23T09:38:42Z</dc:date>
    </item>
  </channel>
</rss>

