<?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 to skip first screen while calling transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975253#M702273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using interactive alv.&lt;/P&gt;&lt;P&gt;if i select one line and press details&lt;/P&gt;&lt;P&gt;that must go to another screen.&lt;/P&gt;&lt;P&gt;In that i must skip first screen and directly go to the details of that first screen.&lt;/P&gt;&lt;P&gt;suppose i am using the code as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction mm01 and skip first screen &lt;/P&gt;&lt;P&gt;this is giving me error.&lt;/P&gt;&lt;P&gt;how to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;giri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Nov 2007 11:50:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-04T11:50:07Z</dc:date>
    <item>
      <title>how to skip first screen while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975253#M702273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using interactive alv.&lt;/P&gt;&lt;P&gt;if i select one line and press details&lt;/P&gt;&lt;P&gt;that must go to another screen.&lt;/P&gt;&lt;P&gt;In that i must skip first screen and directly go to the details of that first screen.&lt;/P&gt;&lt;P&gt;suppose i am using the code as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction mm01 and skip first screen &lt;/P&gt;&lt;P&gt;this is giving me error.&lt;/P&gt;&lt;P&gt;how to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;giri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 11:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975253#M702273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-04T11:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to skip first screen while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975254#M702274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what is the error it is giving you?... the "CALL TRANSACTION &amp;lt;tcod&amp;gt; [AND SKIP FIRST SCREEN] [USING &amp;lt;itab&amp;gt;" syntax is easy enough, but you need to set parameter IDs etc to get past the first screen in most transactions called this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 11:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975254#M702274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-04T11:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to skip first screen while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975255#M702275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giri,&lt;/P&gt;&lt;P&gt;     For this u have to set the parameter id of the screen elements of the first screen of ur transaction. This is because u r going into second screen without calling the first screen at that time u required to provide the data for mandatory fields of the first screen. To know the parameter id go to the technical info of ur field.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shafivullah Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 12:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975255#M702275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-04T12:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to skip first screen while calling transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975256#M702276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi giri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ur requirement, u can use SKIP FIRST SCREEN addition for CALL TRANSACTION Command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before this, u have to use SET PARAMETER ID Command to pass the required values for transaction. &lt;/P&gt;&lt;P&gt;Example, In transaction VA01, we have to set parameter AUN to pass the sale order number to the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION .&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'AUN' FIELD w_vbeln.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VA01' AND SKIP FIRST SCREEN .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where w_vbeln contains the sale ordre number. Now VA01 runs for this sale order number..... And AUN is the PARAMETER to be set before calling VA01 TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly, check the PARAMETER associated with MM01 Tcode and initialize that parameter and call the code in the similar way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check parameter Id of MM01, &lt;/P&gt;&lt;P&gt;1) Enter MM01 Transaction&lt;/P&gt;&lt;P&gt;2) Press F1 on Material Field&lt;/P&gt;&lt;P&gt;3) Select Technical Info&lt;/P&gt;&lt;P&gt;4) u can find Parameter ID associated with this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these links for full details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction...&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/78/21761c51ce11d189570000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/78/21761c51ce11d189570000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line selection,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba2c435c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba2c435c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get/set parameter:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/5b/7bc3775d1111d295ad0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/5b/7bc3775d1111d295ad0000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward me if useful........&lt;/P&gt;&lt;P&gt;Harimanjesh AN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 13:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-skip-first-screen-while-calling-transaction/m-p/2975256#M702276</guid>
      <dc:creator>harimanjesh_an</dc:creator>
      <dc:date>2007-11-04T13:55:42Z</dc:date>
    </item>
  </channel>
</rss>

