<?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: session method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method/m-p/1800965#M343882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, two transactions can be executed in the same session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First a session is opened by calling the function module 'BDC_OPEN_GROUP'.&lt;/P&gt;&lt;P&gt;2) The screen elements of the first transaction are inserted into the t_bdc_tab which is of the type bdcdata.&lt;/P&gt;&lt;P&gt;After all the screen elements are introduced into the table t_bdc_tab, call the FM 'BDC_INSERT', and pass the transaction code and the table t_bdc_tab to the FM.&lt;/P&gt;&lt;P&gt;3) Step 2 has to be followed for the second transaction as well. Similarly, for the thrid, fourth and other successive transactions.&lt;/P&gt;&lt;P&gt;4) After all the transactions have been inserted into the session using bdc_insert FM, the session should be closed by calling the FM 'BDC_CLOSE_GROUP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when the session is executed from the transaction SM35, the transactions are executed one after the other in the order they have been introduced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2006 10:36:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-07T10:36:47Z</dc:date>
    <item>
      <title>session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method/m-p/1800963#M343880</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;&lt;/P&gt;&lt;P&gt;how can we run 2 transactions in a single session using bdc_insert_group?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 09:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method/m-p/1800963#M343880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T09:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method/m-p/1800964#M343881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure but I think it is &amp;lt;b&amp;gt;possible&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the link for more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this Helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 10:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method/m-p/1800964#M343881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T10:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: session method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method/m-p/1800965#M343882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, two transactions can be executed in the same session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First a session is opened by calling the function module 'BDC_OPEN_GROUP'.&lt;/P&gt;&lt;P&gt;2) The screen elements of the first transaction are inserted into the t_bdc_tab which is of the type bdcdata.&lt;/P&gt;&lt;P&gt;After all the screen elements are introduced into the table t_bdc_tab, call the FM 'BDC_INSERT', and pass the transaction code and the table t_bdc_tab to the FM.&lt;/P&gt;&lt;P&gt;3) Step 2 has to be followed for the second transaction as well. Similarly, for the thrid, fourth and other successive transactions.&lt;/P&gt;&lt;P&gt;4) After all the transactions have been inserted into the session using bdc_insert FM, the session should be closed by calling the FM 'BDC_CLOSE_GROUP'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when the session is executed from the transaction SM35, the transactions are executed one after the other in the order they have been introduced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 10:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method/m-p/1800965#M343882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-07T10:36:47Z</dc:date>
    </item>
  </channel>
</rss>

