<?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: What does BDC Session part mean in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625110#M1089449</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;Using Session Method is a two step process in general. When u execute your BDC program using session method,that is calling FM BDC_INSERT... The system would create a session which needs to up processed to update the database. When you create a session,database does not gets updated, Only when you process the session,database is updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Transaction updates the database immediately....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Oct 2008 16:11:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-19T16:11:14Z</dc:date>
    <item>
      <title>What does BDC Session part mean</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625108#M1089447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;As you know,when generating BDC program using t-code SHDB,we got two ways to re-execute the certain transaction,which are 'CALL TRANSACTION ... USING bdcdata' and 'CALL FUNCTION 'BDC_INSERT'' .&lt;/P&gt;&lt;P&gt;I just know how to use the previous one, so could you tell me the meaning of the latter one,how to use it?&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 13:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625108#M1089447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T13:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: What does BDC Session part mean</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625109#M1089448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read SAP Help on BDC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 14:28:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625109#M1089448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T14:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: What does BDC Session part mean</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625110#M1089449</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;Using Session Method is a two step process in general. When u execute your BDC program using session method,that is calling FM BDC_INSERT... The system would create a session which needs to up processed to update the database. When you create a session,database does not gets updated, Only when you process the session,database is updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Transaction updates the database immediately....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 16:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625110#M1089449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T16:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: What does BDC Session part mean</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625111#M1089450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;There are lots of threads for your same query please do spend some time to search yourself you will get lots of post for your paot.&lt;/P&gt;&lt;P&gt;Anyways BDC_INSERT is one of the function module which will create a session while we upload data using BDC technique this is the sample example ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Load BDC as a transaction in BDC session&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;call function 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;tcode = v_tcode&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;dynprotab = itab_bdc_tab&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;internal_error = 01&lt;/P&gt;&lt;P&gt;not_open = 02&lt;/P&gt;&lt;P&gt;queue_error = 03&lt;/P&gt;&lt;P&gt;tcode_invalid = 04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this link will get complete information.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fa/097133543b11d1898e0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fa/097133543b11d1898e0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2008 17:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-does-bdc-session-part-mean/m-p/4625111#M1089450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-19T17:42:59Z</dc:date>
    </item>
  </channel>
</rss>

