<?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 Minor SAP-SCRIPT Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210259#M133265</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;I am facing a problem in the print preview of an Invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one window named TITLE for which I am using the WRITE_FORM FM in the print program passing the element of that window and the window itself. &lt;/P&gt;&lt;P&gt;This window has different Text Elements under which there are different Standard Texts written for each of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On debugging I can see the sy-subrc value = 0 (after the FM WRITE_FORM  ) but in the print preview I am not able to see that Particular window. I dont know what's the reason ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have had copied my new form from the already existing one along with the print program and everything.&lt;/P&gt;&lt;P&gt;Rest all th ewindows are coming properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Apr 2006 06:26:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-05T06:26:14Z</dc:date>
    <item>
      <title>Minor SAP-SCRIPT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210259#M133265</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;I am facing a problem in the print preview of an Invoice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one window named TITLE for which I am using the WRITE_FORM FM in the print program passing the element of that window and the window itself. &lt;/P&gt;&lt;P&gt;This window has different Text Elements under which there are different Standard Texts written for each of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On debugging I can see the sy-subrc value = 0 (after the FM WRITE_FORM  ) but in the print preview I am not able to see that Particular window. I dont know what's the reason ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have had copied my new form from the already existing one along with the print program and everything.&lt;/P&gt;&lt;P&gt;Rest all th ewindows are coming properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 06:26:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210259#M133265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T06:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Minor SAP-SCRIPT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210260#M133266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debug again your problem and see if there's a condition that's preventing your window to popup. flags, IF, etc.&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;viraylab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 06:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210260#M133266</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-04-05T06:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Minor SAP-SCRIPT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210261#M133267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;In case you are using using traditional sap scripts pls check if the adjacent window boundaries are not overlapping. incase they are then data though being visible in debug is not appear in preview.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;pragay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 07:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210261#M133267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T07:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Minor SAP-SCRIPT Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210262#M133268</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;  you have mentioned that you have pass the window and the window itself,what do you mean here actually bcz there is only 4 paramters to be passed&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;   ELEMENT                        = 'TEXT1'&lt;/P&gt;&lt;P&gt;   FUNCTION                       = 'SET'&lt;/P&gt;&lt;P&gt;   TYPE                           = 'BODY'&lt;/P&gt;&lt;P&gt;   WINDOW                         = 'MAIN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here you r passing only the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the paramters that you are passing i hope there must be some problem in passing the parameters properly in the print program.&lt;/P&gt;&lt;P&gt;I hope this will help you to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mrutyunjaya Tripathy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2006 07:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/minor-sap-script-issue/m-p/1210262#M133268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-05T07:20:27Z</dc:date>
    </item>
  </channel>
</rss>

