<?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: Execute transction without selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138080#M1190887</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;&lt;/P&gt;&lt;P&gt;while creating it asks for options right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use 'transaction with parameters'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Feb 2009 14:15:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-02T14:15:49Z</dc:date>
    <item>
      <title>Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138071#M1190878</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;I've created a transaction in SE93 and i use it with a variant for the selection screen. When i run the transaction, the selection screen is displayed and the values of my variant are setted into the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to display the selection screen, I want to skip it and display directly the first dynpro of my program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone know how to do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138071#M1190878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138072#M1190879</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;U need to create a new transaction calling the transaction u've just created and set SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u don't want to create a new trx u need to change your program in order to skip the selection-screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138072#M1190879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138073#M1190880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use another Tran Code and have nothing in it but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL TRANSACTION 'ZTCODE' AND SKIP FIRST SCREEN.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138073#M1190880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138074#M1190881</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;Try to create a program that calls your transaction code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &lt;EM&gt;yourtcode&lt;/EM&gt; AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138074#M1190881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138075#M1190882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;you dont want selection screen when you run the program from transaction in se93? &lt;/P&gt;&lt;P&gt;then jus say &lt;/P&gt;&lt;P&gt;if transaction = &amp;lt;ur transaction&amp;gt;&lt;/P&gt;&lt;P&gt;skip screen number.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for syntax try f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138075#M1190882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138076#M1190883</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;its simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while creating transaction in default values box put &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the box 'skip first screen' and put screen value as '0' instead of default value '1000'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138076#M1190883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138077#M1190884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of creating 2 transactions and creating a program to call the original transaction. I would suggest you create a program write a *SUBMIT USING SELECTION-SET vari *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So create just one original transaction which will call the program created above which will intrun submit the original program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


Program A is original with all the selection screen.
Create a variant for this program

Program B 
Submit 'A' using selection-set vari.

Create T-code ZABC for program B.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Feb 2, 2009 3:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 13:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138077#M1190884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T13:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138078#M1190885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi there,&lt;/P&gt;&lt;P&gt;&amp;gt; you dont want selection screen when you run the program from transaction in se93? &lt;/P&gt;&lt;P&gt;&amp;gt; then jus say &lt;/P&gt;&lt;P&gt;&amp;gt; if transaction = &amp;lt;ur transaction&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt; skip screen number.&lt;/P&gt;&lt;P&gt;&amp;gt; endif.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; for syntax try f1.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Reg&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i execute this code before selection screen is displayed ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 14:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138078#M1190885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138079#M1190886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; hi,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; its simple.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; while creating transaction in default values box put &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; check the box 'skip first screen' and put screen value as '0' instead of default value '1000'.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't find this check box in se93 transaction... &lt;/P&gt;&lt;P&gt;I need to use SE93 because i use a variant to run my tranasction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 14:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138079#M1190886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T14:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138080#M1190887</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;&lt;/P&gt;&lt;P&gt;while creating it asks for options right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use 'transaction with parameters'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 14:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138080#M1190887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138081#M1190888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after entering in to screen give &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;transaction as 'START_REPORT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below it asks for name of screen field and value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in screen name give f4 and select, what you needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check it once. it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 14:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138081#M1190888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T14:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Execute transction without selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138082#M1190889</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;Just as I said, that means u need to create a new transaction by SE93: now it needs to choise the transaction with parameters: so u can assign your old transaction (with variant) and set the flag skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this solution u need a new transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want a new one, u've to change the code of the program: so what do u prefer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Feb 2009 14:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-transction-without-selection-screen/m-p/5138082#M1190889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-02T14:28:47Z</dc:date>
    </item>
  </channel>
</rss>

