<?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: SAPscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099003#M102982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you can bring the text in your print program, loo at the internal table, then translate itab-row to upper case.  Then write the text in the SAPscript, instead of including it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Dec 2005 18:47:44 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-12-12T18:47:44Z</dc:date>
    <item>
      <title>SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099001#M102980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been asked to upper-case the text that I retrieve from 1 of my "/: include" statements in my billing document sapscript.  I can not find a way to accomplish this.  The text will contain several lines so I am not sure that I could use a function module in the print program to accomplish this.  Does any one have suggestions.  I have tried to changed the paragraph window formats but it appears that the outline attribute of Uppercase only works if an outline is in effect.  There does not appear to be any attribute in the font or character libraries, or any font in my system that would allow only upper case. &lt;/P&gt;&lt;P&gt;HELP!  Loucinda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 18:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099001#M102980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T18:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099002#M102981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p]&lt;/P&gt;&lt;P&gt;[NEW-PARAGRAPH np]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the &amp;lt;b&amp;gt;paragraph formats&amp;lt;/b&amp;gt; select the parapgraph p and under that click on button &amp;lt;b&amp;gt;outline&amp;lt;/b&amp;gt;. Here you will find the &amp;lt;b&amp;gt;checkbox - Uppercase&amp;lt;/b&amp;gt;. Select it and try again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 18:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099002#M102981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T18:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099003#M102982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you can bring the text in your print program, loo at the internal table, then translate itab-row to upper case.  Then write the text in the SAPscript, instead of including it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 18:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099003#M102982</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-12-12T18:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099004#M102983</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;What you can do is, in your script call a perform passing the internal table holding the text retrieved by /: include...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this subroutine, you can loop on this internal table and then use TRANSLATE TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 18:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099004#M102983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T18:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099005#M102984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAM&lt;/P&gt;&lt;P&gt;I had tried this and the uppercase box will not stay selected unless I define all of the outline attributes.  I am currently working in SAP R/3 Enterprise (470) service pack SAPKH47024.  Even when I define an outline it has no effect on the actual text from the "/: include".&lt;/P&gt;&lt;P&gt;Thanks but no luck.&lt;/P&gt;&lt;P&gt;Loucinda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 18:58:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099005#M102984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T18:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099006#M102985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Get the text in the print program using READ_TEXT.The loop at the internal table lines &amp;amp; use Translate or use FM HR_99S_CONV_UPPER_CASE,then print it on the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 19:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099006#M102985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T19:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099007#M102986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loucinda,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Upper Case" in "Paragraph format" --&amp;gt; "Outline" is for something else...it is for numbering...&lt;/P&gt;&lt;P&gt;see the help for the field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Switch for capitalization. If alphabetic characters or roman numerals are selected as the numbering type, this switch controls whether the letters are output as upper case or lower case characters.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like what others were suggesting, read the text inside the driver program using FM - "READ_TEXT" and transalte the contents on the internal table read using the TRANSLATE TO UPPER CASE...call the write_form Fm to write the lines of the table to the sapscript output..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Renjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2005 20:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099007#M102986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-12T20:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099008#M102987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Driver Program : &lt;/P&gt;&lt;P&gt;read the text using FM - "READ_TEXT" .&lt;/P&gt;&lt;P&gt;Change the contents by using :&lt;/P&gt;&lt;P&gt;TRANSLATE TO UPPER CASE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2005 01:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1099008#M102987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-13T01:16:05Z</dc:date>
    </item>
  </channel>
</rss>

