<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778898#M909246</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;Currently you must be looping at the header internal table. Then you muest be looping at item internal table pertaining to the record read from header internal table. Whenever you read a record from header internal table that means you are starting a new gate pass so just use &lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                command = 'NEW-PAGE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which will start prinitng from NEw page. Please note you need to avoid it for the first record from header internal table otherwise you will have a blank page for the first gate pass. This can be done by setting the flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 04:09:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T04:09:36Z</dc:date>
    <item>
      <title>regarding sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778897#M909245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am making one change in the script form for gate pass,&lt;/P&gt;&lt;P&gt;earlier it was for single gate pass number in the selection screen but now it will be for multiple gate pass number no doubt i have added a logic  in my program here i have two tables one containing header data and another containing item data in both the tables the gate pass number is common,what i want that if i select multiple gatepass number&lt;/P&gt;&lt;P&gt;each gatepass number details along with their header and item&lt;/P&gt;&lt;P&gt;details  must come on individual pages for this how will i put &lt;/P&gt;&lt;P&gt;open form ,write form etc please help me sort out this problem&lt;/P&gt;&lt;P&gt;what logic sud i put ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i will reward suitable points for rt answer....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 04:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778897#M909245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T04:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778898#M909246</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;Currently you must be looping at the header internal table. Then you muest be looping at item internal table pertaining to the record read from header internal table. Whenever you read a record from header internal table that means you are starting a new gate pass so just use &lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                command = 'NEW-PAGE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which will start prinitng from NEw page. Please note you need to avoid it for the first record from header internal table otherwise you will have a blank page for the first gate pass. This can be done by setting the flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 04:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778898#M909246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T04:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778899#M909247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can make use of NEW PAGE stmnt to have a separated page for each gate pass and enclose elements for display (internal table fields) whithin the PROTECT ENDPROTECT construct in ur form design so that the details of one gate pass do not spill over the next page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jayadeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 04:15:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778899#M909247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T04:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: regarding sap-script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778900#M909248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SOLVED&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 04:31:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-script/m-p/3778900#M909248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-04T04:31:26Z</dc:date>
    </item>
  </channel>
</rss>

