<?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: One Doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621552#M278100</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;You can do that like Rob Burbank mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGES table contains the created sales order. You can use that in the subsequent transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Oct 2006 21:07:15 GMT</pubDate>
    <dc:creator>venkata_ramisetti</dc:creator>
    <dc:date>2006-10-10T21:07:15Z</dc:date>
    <item>
      <title>One Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621546#M278094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Everybody&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please clear the following doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"In call transaction how you code the two transaction codes in a single syntax? one transaction code output is input to the second trancsaction?How?". Thnxx in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 18:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621546#M278094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T18:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: One Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621547#M278095</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;Please always try to give some more details about your doubt. It helps you to get resolution  in less time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the first transaction is called, just use COMMIT WORK. Then the data will be saved in the system. So you can get the data from the database tables and you can use them in the second transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if this doesn't solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 18:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621547#M278095</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-10T18:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: One Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621548#M278096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call first transaction. and If sy-subrc = 0. call second transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way you are posting the first transaction data and if successfull then you are posting second trnsaction data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 18:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621548#M278096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T18:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: One Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621549#M278097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could not clearly understood ur requirement. Can you elaborate more precisely. Just a tip:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When your 1st call transaction is successful, the data should be available in DB for the 2nd transaction. Use Commit work and wait. This will update the data into DB and your 2nd transaction will be able to fetch the data from DB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 18:48:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621549#M278097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T18:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: One Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621550#M278098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RamaKrishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         Thnaks for your reply. But what I wana to know is that wheter there is any method through which the output of one transcation can become the input for other call transaction. Like if we use call transaction VA05 to list the sales order and then we can pass this list to other call transaction to change the orders. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Varun Sanghi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 20:57:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621550#M278098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T20:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: One Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621551#M278099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL TRANSACTION 'VA05' USING BDCDATA MODE U_MODE UPDATE 'S'
                                        MESSAGES INTO MESSTAB.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;MESSTAB will have all of the messages returned by the call including the sales order number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 21:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621551#M278099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-10T21:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: One Doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621552#M278100</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;You can do that like Rob Burbank mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGES table contains the created sales order. You can use that in the subsequent transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Oct 2006 21:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/one-doubt/m-p/1621552#M278100</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-10T21:07:15Z</dc:date>
    </item>
  </channel>
</rss>

