<?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 Session method not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441013#M1928279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a session method and call transaction method in the same program using different radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC's are created. I'm inserting the session and the session is getting created. But when I run the session, table is not getting updated even though the status of the session is Green and says 'Processed'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same BDC works in call transaction and the table is getting updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using BDC_OPEN_GROUP, BDC_INSERT and BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea as what could be missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Nov 2015 16:17:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-11-28T16:17:02Z</dc:date>
    <item>
      <title>Session method not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441013#M1928279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a session method and call transaction method in the same program using different radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC's are created. I'm inserting the session and the session is getting created. But when I run the session, table is not getting updated even though the status of the session is Green and says 'Processed'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same BDC works in call transaction and the table is getting updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using BDC_OPEN_GROUP, BDC_INSERT and BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea as what could be missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2015 16:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441013#M1928279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-28T16:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Session method not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441014#M1928280</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;can you post the code, so we can look at how you are using BDC_OPEN_GROUP and BDC_INSERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2015 17:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441014#M1928280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-28T17:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Session method not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441015#M1928281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to security concerns I cannot post the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But will let you know as how I have written the code, it as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if r_sess = abap_true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform open.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform transaction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; perform close.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;In perform open, BDC_OPEN_GROUP is written. In perform transaction, there is a loop which is reading the data from the file one by one and BDC_INSERT is inside this loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Nov 2015 20:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441015#M1928281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-28T20:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Session method not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441016#M1928282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you checked the log in SM35?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Nov 2015 04:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/session-method-not-working/m-p/11441016#M1928282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-29T04:59:31Z</dc:date>
    </item>
  </channel>
</rss>

