<?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: Regarding SAP-SCRIPT Output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909162#M378639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;Thanks for your advise.&lt;/P&gt;&lt;P&gt;I have reached at some extent to get the output.But I am getting the output in second attempt.I'll explain u in detail.&lt;/P&gt;&lt;P&gt;I am running the SAP-Script first time and i am getting the output on 3 Pages. &lt;/P&gt;&lt;P&gt;But at this time i am getting the data on 2nd and 3rd  page but not on first page.&lt;/P&gt;&lt;P&gt;Whan i am running that SAP-Script second time i am getting the output on all the 3 pages i.e i am getting the data on first, 2nd and 3rd  page .&lt;/P&gt;&lt;P&gt;I have checked the programme and data is filled in the variables before calling the &lt;/P&gt;&lt;P&gt;START_FORM.&lt;/P&gt;&lt;P&gt;Hope u have understood the problem.If u can give the solution it will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Feb 2007 14:53:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-18T14:53:43Z</dc:date>
    <item>
      <title>Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909152#M378629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have one SAP-Script.I am getting the output on 3 Pages.&lt;/P&gt;&lt;P&gt;Now, Certain things are coming only on last page and not on first and second page.&lt;/P&gt;&lt;P&gt;I have checked both the pages i.e First and Next Pages.&lt;/P&gt;&lt;P&gt;All the Windows are same on both the Pages.&lt;/P&gt;&lt;P&gt;Still the o/p is printed only on third page and not on first and second page.&lt;/P&gt;&lt;P&gt;Please help me to ressolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 09:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909152#M378629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909153#M378630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   Check your start_form and end_form once in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 09:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909153#M378630</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-02-16T09:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909154#M378631</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 MAIN window is controlling the print flow in SAPScript. For example if your main window is too small in your FIRST page, and the printed text is protected, SAPScript will ignore the print and will print on the following pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 09:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909154#M378631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T09:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909155#M378632</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 have checked the Start_Form and End_Form.It is Proper.&lt;/P&gt;&lt;P&gt;The Data which are not coming are present in different windows and not in Main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Nirav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 10:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909155#M378632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T10:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909156#M378633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the code u have written in that window text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 10:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909156#M378633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909157#M378634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;That particular window does not contain any text-element.&lt;/P&gt;&lt;P&gt;But the data in that window is coming on 2nd and 3rd Page and not on first Page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards , &lt;/P&gt;&lt;P&gt;Nirav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 10:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909157#M378634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T10:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909158#M378635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nirav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have u assigned this Window to Page1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How u r displaying data with out any code in that window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 10:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909158#M378635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T10:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909159#M378636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali ,&lt;/P&gt;&lt;P&gt;Yea that window is assigned to both first and Next Page.&lt;/P&gt;&lt;P&gt;And there is no problem of retriving the data . It is retriving the data properly from the programme.&lt;/P&gt;&lt;P&gt;Only problem is that data is not displayed on the first page and displayed on 2nd and 3rd page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards , &lt;/P&gt;&lt;P&gt;Nirav .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 11:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909159#M378636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T11:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909160#M378637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nirav,&lt;/P&gt;&lt;P&gt;             tell me first that are u printing the same data on all pages? if yes jus assign that window ' constant' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay dwivedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 11:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909160#M378637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T11:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909161#M378638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hirav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this may be related to the time the data is filled and/or present. &amp;gt;ou did not mention but I think it is obvious we are talking about non-main window. Use the sapscript debugger to check exactly the sequence the windows are triggered. At any time in sapscript debugger, you can enter ABAB debugger via menu. In ABAP debugger, use the call stack to go to your program - there you can check if the data is present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not easy to know what you are doing. But I'm pretty sure that the data missing on first page are stored in the respective variables too late, i.e. during main window output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the data before START_FORM, set a watchpoint on the variable or structure and find out if it is cleared later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 11:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909161#M378638</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-02-16T11:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909162#M378639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;Thanks for your advise.&lt;/P&gt;&lt;P&gt;I have reached at some extent to get the output.But I am getting the output in second attempt.I'll explain u in detail.&lt;/P&gt;&lt;P&gt;I am running the SAP-Script first time and i am getting the output on 3 Pages. &lt;/P&gt;&lt;P&gt;But at this time i am getting the data on 2nd and 3rd  page but not on first page.&lt;/P&gt;&lt;P&gt;Whan i am running that SAP-Script second time i am getting the output on all the 3 pages i.e i am getting the data on first, 2nd and 3rd  page .&lt;/P&gt;&lt;P&gt;I have checked the programme and data is filled in the variables before calling the &lt;/P&gt;&lt;P&gt;START_FORM.&lt;/P&gt;&lt;P&gt;Hope u have understood the problem.If u can give the solution it will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 14:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909162#M378639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-18T14:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP-SCRIPT Output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909163#M378640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Issue is closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 12:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script-output/m-p/1909163#M378640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T12:06:14Z</dc:date>
    </item>
  </channel>
</rss>

