<?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: Issue with smartform formatting. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316442#M1393613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is no need of concatenating the strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display material description in one text node and PO material text in another text node but put both the text nodes in the same column. and one more thing has to be done i.e. go to general attributes of the second text node and change the 'Type' as 'Include Text' and 'Start' as 'Append Directly' from 'New Paragraph'. and specify the Text name, Object, ID and language of you standard text and check the option 'No error if no text exists'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujeet Karn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujeet Karn on Oct 23, 2009 3:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2009 09:52:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-23T09:52:31Z</dc:date>
    <item>
      <title>Issue with smartform formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316437#M1393608</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;&lt;/P&gt;&lt;P&gt;I am trying to print Material PO Text in a PO in the output of the PO form created. The table that contains the line item information has one column where I need to print the Material description and PO nmateral text. So I need to concatenate the 2 and print it as an output sparated by ': '. So am using the FM READ_TEXT to get the data for Material PO text and then concatednating it with the description and printing it. Now if the total length of the concateneted varaiable is greater than 255 characters, then it is getting truncated.&lt;/P&gt;&lt;P&gt;Because I have to truncate the 2 I can not use INCLUDE TEXT as text type for this node,.&lt;/P&gt;&lt;P&gt;Is there an alternative to getting the concatenated text on the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:00:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316437#M1393608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with smartform formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316438#M1393609</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;Suppose you have concatenated two variable into third variable  var3 type string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you want display var3 in smartform having length more than 255 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this in text element of smartform :: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;var3(255)&amp;amp;var3&lt;EM&gt;255(255)&amp;amp;var3&lt;/EM&gt;510(255)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sai_abap on Oct 23, 2009 3:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316438#M1393609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with smartform formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316439#M1393610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use a string variable and concatenate the texts you require into the string variable and print the string variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316439#M1393610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with smartform formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316440#M1393611</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 am using the variable of type string to get the final output. When I check the value of the variable in debugging mode it shows the entire text, but when we write it on the output form, it gets truncated at 255 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:40:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316440#M1393611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with smartform formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316441#M1393612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sachin ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please write above line in smartform replacing var3 by your variable name .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I faced the same problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try &amp;amp; let me know if you face still problem in displaying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316441#M1393612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with smartform formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316442#M1393613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is no need of concatenating the strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display material description in one text node and PO material text in another text node but put both the text nodes in the same column. and one more thing has to be done i.e. go to general attributes of the second text node and change the 'Type' as 'Include Text' and 'Start' as 'Append Directly' from 'New Paragraph'. and specify the Text name, Object, ID and language of you standard text and check the option 'No error if no text exists'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujeet Karn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujeet Karn on Oct 23, 2009 3:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316442#M1393613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with smartform formatting.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316443#M1393614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 10:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-smartform-formatting/m-p/6316443#M1393614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T10:11:59Z</dc:date>
    </item>
  </channel>
</rss>

