<?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: transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530561#M573743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu should first fill all the mandatory parameters of the first and second screen using a BDC recording and call the transaction in Error mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform BDC_DYNPRO '&amp;lt;Progname&amp;gt;' '&amp;lt;Screen1 no'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field2 name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field3 name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNPRO '&amp;lt;Progname&amp;gt;' '&amp;lt;Screen2 no'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field2 name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field3 name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction '&amp;lt;TCode&amp;gt;' using it_bdcdata mode = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 08:11:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T08:11:24Z</dc:date>
    <item>
      <title>transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530558#M573740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;in interactive report while calling transaction in to our program i wanto go directly third screen of peticular transaction . not the first screen of transaction . for examle take mm01.&lt;/P&gt;&lt;P&gt;thanks in advaNCE.&lt;/P&gt;&lt;P&gt;radhakrishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 08:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530558#M573740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T08:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530559#M573741</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;At the max you can skip one screen using the addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FLIGHT_TA' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 08:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530559#M573741</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-23T08:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530560#M573742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well when you create a transaction you can specify the startscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create more than one transaction in aprogram, so you could have one for first screen, one for second, and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 08:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530560#M573742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T08:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530561#M573743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu should first fill all the mandatory parameters of the first and second screen using a BDC recording and call the transaction in Error mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform BDC_DYNPRO '&amp;lt;Progname&amp;gt;' '&amp;lt;Screen1 no'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field2 name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field3 name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNPRO '&amp;lt;Progname&amp;gt;' '&amp;lt;Screen2 no'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field2 name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;perform BDC_DYNFIELD '&amp;lt;&amp;lt;Field3 name&amp;gt;' '&amp;lt;Value&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call transaction '&amp;lt;TCode&amp;gt;' using it_bdcdata mode = 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 08:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530561#M573743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T08:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530562#M573744</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 SKIP FIRST SCREEN ADDITION TO CALL TRANSACTION STATEMENT AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION MM01 AND SKIP FIRST SCREEN. -&amp;gt; NAVIGATES TO SECOND SCREEN OF MM01 TRANSACTION AND SKIPS THE INITIAL SCREEN OF MM01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF HELPFUL  REWARD SOME POINTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WITH REGARDS,&lt;/P&gt;&lt;P&gt;SURESH ALURI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 08:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530562#M573744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T08:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530563#M573745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    you can goto thrid screen by writing a BDC program. fill the BDC with required details and call the transcation using bdctdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg..  CALL TRANSACTION 'MB11' USING gt_bdcdata&lt;/P&gt;&lt;P&gt;                                      MODE  'A'&lt;/P&gt;&lt;P&gt;                                      UPDATE 'S'&lt;/P&gt;&lt;P&gt;                                      MESSAGES INTO gt_bdcmsgcoll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the GT_BDCDATA til the third screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want the user to enter some thing and return to your report, then use &amp;lt;b&amp;gt;SUBMIT&amp;lt;/b&amp;gt; command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 08:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction/m-p/2530563#M573745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T08:14:31Z</dc:date>
    </item>
  </channel>
</rss>

