<?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: Shift problem in SAPScript Forms after patch installation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719970#M1108278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Answer is pure assumption&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check the OSS note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 782140 - OCS: Known problems with Support Packages in Basis Rel. 6.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above note it is mentioned &lt;/P&gt;&lt;P&gt;"SAPKE47064: Incorrect print screen when you print SAPscript forms"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls take opinion from Basis before implementing the note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 09:29:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-06T09:29:26Z</dc:date>
    <item>
      <title>Shift problem in SAPScript Forms after patch installation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719969#M1108277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our SAP System, some SAPScript invoices could be displayed and printed out succesfully &lt;STRONG&gt;before&lt;/STRONG&gt; the patch installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After a patch is installed to the system, some SAPScript forms are a bit corrupted due to &lt;STRONG&gt;character shift problems&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the MAIN window of our SAPScript form there is a list of for invoiced materials. Each line is defined as &lt;STRONG&gt;long text line&lt;/STRONG&gt; with "=" symbol. When we display a form example, it is noticed that some column information is shifted to the left by ignoring space characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What may be the problem? I think the CRx, Rx, Lx, CLx notations for&lt;/P&gt;&lt;P&gt;character variables cannot be evaluated by the system.There are a lot of patchs installed to the system. I see some HR related support packages too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= &amp;amp;OUTMAMULCINSI(C35)&amp;amp;&amp;amp;OUTMKT2(CR5)&amp;amp;&amp;amp;OUTBR2(CR2)&amp;amp;&amp;amp;SPACE(1)&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= &amp;amp;OUTKDV(C3)&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= &amp;amp;OUTBIRIM(CR2)&amp;amp;&amp;amp;OUTMIKTAR(CR12)&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= &amp;amp;OUTFIYAT(CR6)&amp;amp;&amp;amp;OUTBRUTTUTAR(CR10)&amp;amp;&amp;amp;OUTISKONTO1(R6)&amp;amp;&amp;amp;OUTISKONTO2(R6)&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= &amp;amp;OUTISKONTO3(R6)&amp;amp;&amp;amp;OUTISKONTO4(R6)&amp;amp;&amp;amp;OUTISKONTO5(R6)&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= &amp;amp;OUTISKONTOTUTARI(CR9)&amp;amp;&amp;amp;OUTNETTUTAR(CR10)&amp;amp;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets assume that the variables &amp;amp;OUTISKONTO4(R6)&amp;amp; is NULL. What I expected is even it is a NULL variable, it should hold an empty space with 6 characters in the form. But it doesn't occur like this. The other variables from the right is shifted to the left by ignoring the space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layout example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Before patch install:&lt;/U&gt; (Correct)&lt;/P&gt;&lt;P&gt;15310000000   PINAR ET 220 KG.   121,40 TRY &lt;SPAN __jive_macro_name="space"&gt; &lt;/SPAN&gt; &lt;SPAN __jive_macro_name="space"&gt; &lt;/SPAN&gt; 128,40 TRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;After patch install:&lt;/U&gt; (Problem)&lt;/P&gt;&lt;P&gt;15310000000PINAR ET 220 KG.    121,40 TRY 128,40 TRY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your interest.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volkan Abur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 09:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719969#M1108277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T09:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shift problem in SAPScript Forms after patch installation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719970#M1108278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Answer is pure assumption&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check the OSS note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 782140 - OCS: Known problems with Support Packages in Basis Rel. 6.20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above note it is mentioned &lt;/P&gt;&lt;P&gt;"SAPKE47064: Incorrect print screen when you print SAPscript forms"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls take opinion from Basis before implementing the note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 09:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719970#M1108278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T09:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Shift problem in SAPScript Forms after patch installation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719971#M1108279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick reply &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I think my problem is about installed HR related Support Packages. I checked that note and run the necessery report to reload the SAPScripts forms to the system but the problem still goes on. I have SAPKE47085 SAP HR. But the note prefers solutions for the HR Support packages till SAPKE47076.&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: Volkan Abur on Nov 6, 2008 3:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 14:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719971#M1108279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T14:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Shift problem in SAPScript Forms after patch installation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719972#M1108280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I would suggest you to create a OSS request&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhan D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 05:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719972#M1108280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T05:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Shift problem in SAPScript Forms after patch installation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719973#M1108281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Volkan Abur, u found the solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 02:19:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/shift-problem-in-sapscript-forms-after-patch-installation/m-p/4719973#M1108281</guid>
      <dc:creator>gabo2050</dc:creator>
      <dc:date>2012-02-21T02:19:56Z</dc:date>
    </item>
  </channel>
</rss>

