<?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: Standard Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597348#M268245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Thats bcos the system is taking&lt;/P&gt;&lt;P&gt;   the default FORM and STYLE - SYSTEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. U must be using PRINT_TEXT for &lt;/P&gt;&lt;P&gt;   displaying the formatted contents .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In this FM&lt;/P&gt;&lt;P&gt;4.  there is one parameter&lt;/P&gt;&lt;P&gt;    HEADER	LIKE	THEAD&lt;/P&gt;&lt;P&gt;    which we need to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In that parameter&lt;/P&gt;&lt;P&gt;6. there are two IMPORTANT fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TDFORM    = our formname&lt;/P&gt;&lt;P&gt;TDSTYLE  = our style name &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Just make sure u pass these values,&lt;/P&gt;&lt;P&gt;  and your contents will get displayed&lt;/P&gt;&lt;P&gt;  as per your STYLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Sep 2006 07:52:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-14T07:52:58Z</dc:date>
    <item>
      <title>Standard Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597344#M268241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created standard text . I am reading the text in program by using READ_TEXT function module and replacing the place holder by using REPLACE statement , then user clicks on the print button to take the print out . But the the print is not coming as per the style(paragraph and character format ) what I have specified what may be the reason . And how to correct that . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am taking the print of the text from SO10 it comes proper . So thete is no problem with printer .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 07:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597344#M268241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T07:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597345#M268242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  As you are replacing the place holder it replaces all paragraph and character format you defined in the SO10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print the text as you are getting in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Swagatika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 07:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597345#M268242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T07:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597346#M268243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m not sure. but i  think. ...&lt;/P&gt;&lt;P&gt;u  use read_text fm and fetch record into variable  and display this variable  in sapscript .than u have  to give paragraph format and char format in sapscript not  in so10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if  u use include text  than  i think it  should print ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 07:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597346#M268243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T07:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597347#M268244</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;Ur replacin place holder by the value present in the internal table. that's why u r not geting correct format.&lt;/P&gt;&lt;P&gt;After replacing again u have to change the format as per ST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Divakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 07:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597347#M268244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T07:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597348#M268245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi raghavendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Thats bcos the system is taking&lt;/P&gt;&lt;P&gt;   the default FORM and STYLE - SYSTEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. U must be using PRINT_TEXT for &lt;/P&gt;&lt;P&gt;   displaying the formatted contents .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In this FM&lt;/P&gt;&lt;P&gt;4.  there is one parameter&lt;/P&gt;&lt;P&gt;    HEADER	LIKE	THEAD&lt;/P&gt;&lt;P&gt;    which we need to pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. In that parameter&lt;/P&gt;&lt;P&gt;6. there are two IMPORTANT fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TDFORM    = our formname&lt;/P&gt;&lt;P&gt;TDSTYLE  = our style name &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Just make sure u pass these values,&lt;/P&gt;&lt;P&gt;  and your contents will get displayed&lt;/P&gt;&lt;P&gt;  as per your STYLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Sep 2006 07:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/1597348#M268245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-14T07:52:58Z</dc:date>
    </item>
  </channel>
</rss>

