<?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/3265858#M780482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;usually standard texts are used in scripts and smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jan 2008 05:59:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-11T05:59:49Z</dc:date>
    <item>
      <title>standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265857#M780481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of standard text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 05:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265857#M780481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T05:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265858#M780482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;usually standard texts are used in scripts and smartforms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 05:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265858#M780482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T05:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265859#M780483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GOTO SO10 to create your standard text, it will ask for standard text name, id and language...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, let me tell you the usage with your scenario... you have to display your form basing on the company code in their specific language...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: you have implemented SAP globally for an organisation... and now few countries want to display the text in there own language...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, to overcome this kind of requirment we maintain standard text in different langauges.... ex EN(english) , JP(japanese- text in japanese language)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now inside your form you call this standard text basing on the company code... for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF company code = 'INDIA'&lt;/P&gt;&lt;P&gt;Display text in ENGLISH&lt;/P&gt;&lt;P&gt;IF compant code = 'Japan'&lt;/P&gt;&lt;P&gt;Display text in Japenese&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/3f/bd1edf1b9a421da8b84be03c86b301/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/3f/bd1edf1b9a421da8b84be03c86b301/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/83/636d1a12fc11d5991e00508b5d5211/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/83/636d1a12fc11d5991e00508b5d5211/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sravan Prakash.V on Jan 11, 2008 11:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 06:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265859#M780483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T06:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265860#M780484</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;Its basically like we avoid hard codings in our program so as to facilitate the translation in multi-lingual environments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reports we create text elements for the same purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as in scripts if the hard coding is extending multiple lines, its a good practise to create a standard text and use the same in the script instead of hard coding the paragraph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I have answered the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Farheen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 06:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265860#M780484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T06:10: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/3265861#M780485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If some texts needs to be printed in several scripts/smartforms&lt;/P&gt;&lt;P&gt;for eg Company name or address .&lt;/P&gt;&lt;P&gt;Its better to create the Standard Text with this text .&lt;/P&gt;&lt;P&gt;This Std Text then can be called instead of writing in the form .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be created in SO10 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is OK.&lt;/P&gt;&lt;P&gt;Thanks Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 06:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265861#M780485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T06:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: standard text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265862#M780486</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;There could be some text which you would like to print in a particular type of documents. e.g. terms &amp;amp; conditions in Purchase Order, you would like have on each &amp;amp; evry PO. So maintain those Terms &amp;amp; conditions via SO10 as standard text &amp;amp; then with the help of 'INCLUDE' command you can print them on each &amp;amp; every PO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raju Chitale on Jan 11, 2008 7:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2008 06:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-text/m-p/3265862#M780486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-11T06:53:27Z</dc:date>
    </item>
  </channel>
</rss>

