<?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: About BDC Session Method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238787#M1210666</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 error mode in the session method and then check if its working fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2009 12:38:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-27T12:38:52Z</dc:date>
    <item>
      <title>About BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238785#M1210664</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;              I am executing sales order (VA01) ZBDC function module in call transaction method  then it will create both Foreground &amp;amp; Background Methods.It will execute successfully while giving longtext in sales order header data.&lt;/P&gt;&lt;P&gt;              If I executes same above bdc in session method of background.it will show error.Here also giving Long Text.If I execute Foreground in session method then it will create successfully.&lt;/P&gt;&lt;P&gt;             If I use SHDB creating new recording with bdc function module for va01 tcode with out taking  text tab on sales order header level then I executes that function module in session method of both foreground &amp;amp; background it will generated sales order successfully.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 12:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238785#M1210664</guid>
      <dc:creator>former_member532868</dc:creator>
      <dc:date>2009-02-27T12:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: About BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238786#M1210665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;  Can you tell me what is the error your getting in the session method.You can see it by double clicking and there will be detailed error description.&lt;/P&gt;&lt;P&gt;Or you can also use &lt;STRONG&gt;bdcmsgcoll&lt;/STRONG&gt; table. Take a internal table of this table type and loop it iot gives you all the messgea that have occured during the BDC,you might find your error ther.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 12:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238786#M1210665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T12:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: About BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238787#M1210666</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 error mode in the session method and then check if its working fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddarth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 12:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238787#M1210666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T12:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: About BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238788#M1210667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi hari&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC will with some transactions give errors in background&lt;/P&gt;&lt;P&gt;better use this BAPI BAPI_SALESORDER_CREATEFROMDAT2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pushpraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 12:38:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238788#M1210667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T12:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: About BDC Session Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238789#M1210668</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;See that you are not calling any popup screen in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use function module &lt;STRONG&gt;create_text&lt;/STRONG&gt; to create the text.  set the processing in 'E'  mode and analyse the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 12:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-bdc-session-method/m-p/5238789#M1210668</guid>
      <dc:creator>santosh_kumarm</dc:creator>
      <dc:date>2009-02-27T12:42:28Z</dc:date>
    </item>
  </channel>
</rss>

