<?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 How remove first page in sap scripts (Tcode: SE71) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549580#M20745</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I saw some posts in SCN, for FBZ5 print program and form names are available in FBZP tcode. Actuvally my requirement is i need to remove first page in that form. Please suggest how to remove the first page in SAP Scripts.&lt;/P&gt;
  &lt;P&gt;Please suggest the solutions.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2017 11:49:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-12-27T11:49:20Z</dc:date>
    <item>
      <title>How remove first page in sap scripts (Tcode: SE71)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549580#M20745</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I saw some posts in SCN, for FBZ5 print program and form names are available in FBZP tcode. Actuvally my requirement is i need to remove first page in that form. Please suggest how to remove the first page in SAP Scripts.&lt;/P&gt;
  &lt;P&gt;Please suggest the solutions.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 11:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549580#M20745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-12-27T11:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: How remove first page in sap scripts (Tcode: SE71)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549581#M20746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Why not use parameter &lt;A href="https://archive.sap.com/discussions/thread/66078"&gt; ITCPO-TDPAGESLCT&lt;/A&gt; to print from the second page onwards when you &lt;A href="http://bit.ly/2l7q51E"&gt;call&lt;/A&gt; the desired SAPScript form? &lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 19:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549581#M20746</guid>
      <dc:creator>iftah_peretz</dc:creator>
      <dc:date>2017-12-27T19:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: How remove first page in sap scripts (Tcode: SE71)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549582#M20747</link>
      <description>&lt;P&gt;Which SAPscript form? Do you want to customize a standard one by copying it first to a custom one?&lt;/P&gt;
  &lt;P&gt;Do you mean: how to start a form from a given "Page template"? (i.e. parameter STARTPAGE of START_FORM)&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 20:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549582#M20747</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-12-27T20:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: How remove first page in sap scripts (Tcode: SE71)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549583#M20748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;Thanks for reply.&lt;/P&gt;
  &lt;P&gt;Where i need to pass mentioned parameter ITCPO-TDPAGESLCT. Please suggest i am new to Scripts concept.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549583#M20748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-12-28T12:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: How remove first page in sap scripts (Tcode: SE71)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549584#M20749</link>
      <description>&lt;P&gt;In the parameters of function module OPEN_FORM. &lt;A href="http://bit.ly/2E7IMKz"&gt;This how you call a SAPScript form&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549584#M20749</guid>
      <dc:creator>iftah_peretz</dc:creator>
      <dc:date>2017-12-28T14:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: How remove first page in sap scripts (Tcode: SE71)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549585#M20750</link>
      <description>&lt;P&gt;Keep in mind you'll need to change your configuration to your new SAPScript form - unless it is already a custom one.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 16:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-remove-first-page-in-sap-scripts-tcode-se71/m-p/549585#M20750</guid>
      <dc:creator>mmcisme1</dc:creator>
      <dc:date>2017-12-28T16:58:01Z</dc:date>
    </item>
  </channel>
</rss>

