<?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 First Screen... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457791#M216321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;   check the &amp;lt;b&amp;gt;F1&amp;lt;/b&amp;gt; &amp;lt;i&amp;gt;CALL TRANSACTION&amp;lt;/i&amp;gt; statement.&lt;/P&gt;&lt;P&gt;there you can mention &amp;lt;i&amp;gt;AND SKIP FIRST SCREEN&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinshuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2006 05:08:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-21T05:08:47Z</dc:date>
    <item>
      <title>Skip First Screen...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457788#M216318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello abap gurus,&lt;/P&gt;&lt;P&gt;i have a report type program. i have a requirement to skip the first screen and jump to start-of-selection event for some condition. is there a way to skip selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 04:56:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457788#M216318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T04:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Skip First Screen...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457789#M216319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;am not sure if this will work, but you can try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;lt;user has auth&amp;gt;.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = '0'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 04:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457789#M216319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T04:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Skip First Screen...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457790#M216320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) IN the initialization section submit the same report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit sy-repid with &amp;lt;s_range1&amp;gt; in &amp;lt;s_range1&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;range2&amp;gt; in &amp;lt;range2&amp;gt;.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 05:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457790#M216320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T05:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Skip First Screen...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457791#M216321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;   check the &amp;lt;b&amp;gt;F1&amp;lt;/b&amp;gt; &amp;lt;i&amp;gt;CALL TRANSACTION&amp;lt;/i&amp;gt; statement.&lt;/P&gt;&lt;P&gt;there you can mention &amp;lt;i&amp;gt;AND SKIP FIRST SCREEN&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinshuk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 05:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457791#M216321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T05:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Skip First Screen...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457792#M216322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give a number to the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use call selection-screen no, only when needed.&lt;/P&gt;&lt;P&gt;other wise dont call it at all. then u can directly go to start of selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 05:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457792#M216322</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-06-21T05:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Skip First Screen...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457793#M216323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;from some other program, if you call the report in question, use this statement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit &amp;lt;REPORT_NAME&amp;gt; with selection-table TAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where TAB1 is a table of structure RSPARAMS and all the selection condition you want to pass populate them in table TAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Deb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 05:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457793#M216323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T05:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Skip First Screen...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457794#M216324</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;   First creatae a selection screen using the following way and in the INITIALIZATION event u can chekc ur condition. Based on your condition u display the selction csreen or skip the selection scree. This is the only way to resolve ur problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZTEST_SELSCR .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES SPFLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: A AS CHECKBOX DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN 123 AS WINDOW TITLE TEXT-456.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK BL1 WITH FRAME TITLE TEXT-BL1&lt;/P&gt;&lt;P&gt;                                    NO INTERVALS.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS S_CARRID FOR SPFLI-CARRID.&lt;/P&gt;&lt;P&gt;PARAMETERS     PAR1 LIKE SPFLI-CARRID.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT /10(20) TEXT-COM.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK BL1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN 123.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON A.&lt;/P&gt;&lt;P&gt;  IF A = 'X'.&lt;/P&gt;&lt;P&gt;    CALL SELECTION-SCREEN 123 STARTING AT 20 5.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;    ...&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    ...&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Selvapandian Arunachalam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 05:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457794#M216324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-21T05:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Skip First Screen...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457795#M216325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;If you dont want show SELECTION-SCREEN for the same report.Just dont create Selection-screen.Instead use Ranges statement instead of SELECT-OPTIONS.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;If u want call the report skipping SELECTION-SCREEN,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SUBMIT ZABC_PROGRAM &lt;/P&gt;&lt;P&gt; WITH SELECTION-TABLE seltab .&lt;/P&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&amp;lt;b&amp;gt;seltab&amp;lt;/b&amp;gt; is an internal table with the structure RSPARAMS. &lt;/P&gt;&lt;P&gt;This variant allows you to set the names and contents of the parameters and selection options dynamically at runtime. &lt;/P&gt;&lt;P&gt;You can use the function module RS_REFRESH_FROM_SELECTOPTIONS to read the contents of the parameters and selection options of the current program into an internal table seltab with the structure RSPARAMS. By using SUBMIT ... WITH SELECTION-TABLE seltab, you can then pass these values on directly. &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;3&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;If u had assigned T.code for ur program,Use call transaction statement.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'ZABC'&lt;/P&gt;&lt;P&gt;AND SKIP FIRST SCREEN .&lt;/P&gt;&lt;P&gt;And u have to use SET/GET parameters to pass SELECTION-SCREEN VALUES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that it helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.O&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2006 05:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-first-screen/m-p/1457795#M216325</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2006-06-21T05:39:32Z</dc:date>
    </item>
  </channel>
</rss>

