<?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 REG: in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700816#M625442</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;The scenario is such that I m entering some text value through selection screen of report program and I have to print this in sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the issue is the output in script is always coming in the capital letters but i need it as per user entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers to this problem will be highly appreciated and ofcource rewarded.&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;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Aug 2007 11:46:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-16T11:46:32Z</dc:date>
    <item>
      <title>REG:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700816#M625442</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;The scenario is such that I m entering some text value through selection screen of report program and I have to print this in sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the issue is the output in script is always coming in the capital letters but i need it as per user entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers to this problem will be highly appreciated and ofcource rewarded.&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;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 11:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700816#M625442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T11:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: REG:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700817#M625443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when pressing "Enter" on the selection screen, does your user text get transferred into capital letters already?&lt;/P&gt;&lt;P&gt;if so, you have to go to PAI of your selection screen and change this behaviour.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 11:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700817#M625443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T11:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: REG:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700818#M625444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u pls eleborate on how to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 11:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700818#M625444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: REG:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700819#M625445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i guess you have used the Parameters statement. it has an addition LOWER CASE. which will actually do exactly what you want, so you dont even have to implement any coding in PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Florian Kemmer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 12:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700819#M625445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: REG:</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700820#M625446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue Solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2007 12:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg/m-p/2700820#M625446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-16T12:33:43Z</dc:date>
    </item>
  </channel>
</rss>

