<?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: Skip selection screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647865#M610108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii.. This is one solution try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report ZZZZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF SCREEN 10.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_vbeln TYPE vbak-vbeln,&lt;/P&gt;&lt;P&gt;p_posnr TYPE vbap-posnr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF SCREEN 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;IF SY-TCODE NE 'ZRE1'.&lt;/P&gt;&lt;P&gt;  CALL SELECTION-SCREEN 10.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;  WRITE:/ 'HI LIST OUTPUT' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Tcode in SE93 with Name ZRE1 type REPORT TRANSACTION.&lt;/P&gt;&lt;P&gt;It may work for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward  if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Aug 2007 11:35:06 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-08-24T11:35:06Z</dc:date>
    <item>
      <title>Skip selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647860#M610103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have a report in wich i have a selection-screen.&lt;/P&gt;&lt;P&gt;I need to create a transaction for this report, and i need this transaction to skip this selection-screen and execute the report.&lt;/P&gt;&lt;P&gt;Is there any way to do that??&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647860#M610103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647861#M610104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL TRANSACTION 'SP01' AND SKIP FIRST SCREEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647861#M610104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647862#M610105</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;Use CALL TRANSACTION 'SP01' AND SKIP FIRST SCREEN code but if this screen have compulsory field at that time u have to pass value of this by set parameter id and get in that by get paramenter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points if it is useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647862#M610105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647863#M610106</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;If you have desinged a selection screen in your report and created a Tcode for that, you cant skip the selection screen for that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can do this way.&lt;/P&gt;&lt;P&gt;First create a report with a selection , make a Tcode for that using SE93. eg 'ZTCODE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create a another report call that Tcode "ZTCODE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write this&lt;/P&gt;&lt;P&gt;CALL transaction 'TCODE' and skip first screen. in report 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prepare a Transaction code for this report2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if useful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nazeer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647863#M610106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647864#M610107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT Z_TEST1 MESSAGE-ID ZZ.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;tables: mara.&lt;/P&gt;&lt;P&gt;parameters: P_matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;select * from mara up to 10 rows.&lt;/P&gt;&lt;P&gt;  write: / p_matnr, mara-matnr.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;REPORT Z_TEST2 MESSAGE-ID ZZ.&lt;/P&gt;&lt;P&gt;submit Z_TEST1 and return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647864#M610107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T11:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647865#M610108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii.. This is one solution try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Report ZZZZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF SCREEN 10.&lt;/P&gt;&lt;P&gt;PARAMETERS: p_vbeln TYPE vbak-vbeln,&lt;/P&gt;&lt;P&gt;p_posnr TYPE vbap-posnr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF SCREEN 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;IF SY-TCODE NE 'ZRE1'.&lt;/P&gt;&lt;P&gt;  CALL SELECTION-SCREEN 10.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;  WRITE:/ 'HI LIST OUTPUT' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Tcode in SE93 with Name ZRE1 type REPORT TRANSACTION.&lt;/P&gt;&lt;P&gt;It may work for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward  if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647865#M610108</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-24T11:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Skip selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647866#M610109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u want suppress selection screen &lt;/P&gt;&lt;P&gt;use submit key word&lt;/P&gt;&lt;P&gt;submit "tcode' via selection screen.&lt;/P&gt;&lt;P&gt;If this addition is specified, the selection screen is displayed on the screen. Otherwise, background selection screen processing takes place. In background selection screen processing, the selection screen events are triggered without the selection screen being displayed&lt;/P&gt;&lt;P&gt;hope this will resolve u r problem&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 11:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-selection-screen/m-p/2647866#M610109</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-08-24T11:41:16Z</dc:date>
    </item>
  </channel>
</rss>

