<?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: bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628448#M280614</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;1.Recoed your BDC and fill the BDC structure with the data .&lt;/P&gt;&lt;P&gt;2. Now open the BDC session using FM BDC_OPEN_GROUP.&lt;/P&gt;&lt;P&gt;2. Insert the Transactions data in BDC table using BDC_INSERT Group. You will use as many Function module calls as number odf transactions used.&lt;/P&gt;&lt;P&gt;3. Now call function module BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2006 06:13:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-19T06:13:20Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628446#M280612</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;it was said that session method used to transfer data for multiple transaction.how to do it.plz explain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 06:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628446#M280612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T06:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628447#M280613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai ,&lt;/P&gt;&lt;P&gt;we can do BDC for mutiple tcodes using session method.&lt;/P&gt;&lt;P&gt;case1.&lt;/P&gt;&lt;P&gt;having single session for multiple tcodes .&lt;/P&gt;&lt;P&gt;in this .&lt;/P&gt;&lt;P&gt;first create the session using bdc_open_group.&lt;/P&gt;&lt;P&gt;populate FIRST tcode bdcdata.&lt;/P&gt;&lt;P&gt;call bdcinsert.&lt;/P&gt;&lt;P&gt;refresh bdcdata.&lt;/P&gt;&lt;P&gt;populate bdcdata for second tcode.&lt;/P&gt;&lt;P&gt;call bdcinsert.&lt;/P&gt;&lt;P&gt;refresh bdcdata.&lt;/P&gt;&lt;P&gt;call bdc_close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case2.&lt;/P&gt;&lt;P&gt;having different session for multiple tcode.&lt;/P&gt;&lt;P&gt;in this .&lt;/P&gt;&lt;P&gt;first create the session using bdc_open_group.&lt;/P&gt;&lt;P&gt;populate FIRST tcode bdcdata.&lt;/P&gt;&lt;P&gt;call bdcinsert.&lt;/P&gt;&lt;P&gt;refresh bdcdata.&lt;/P&gt;&lt;P&gt;call bdc_close-group.&lt;/P&gt;&lt;P&gt;creat the session for second tcode.&lt;/P&gt;&lt;P&gt;call bdec_open_group.&lt;/P&gt;&lt;P&gt;populate bdcdata for second tcode.&lt;/P&gt;&lt;P&gt;call bdcinsert.&lt;/P&gt;&lt;P&gt;refresh bdcdata.&lt;/P&gt;&lt;P&gt;call bdc_close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 06:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628447#M280613</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2006-10-19T06:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628448#M280614</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;1.Recoed your BDC and fill the BDC structure with the data .&lt;/P&gt;&lt;P&gt;2. Now open the BDC session using FM BDC_OPEN_GROUP.&lt;/P&gt;&lt;P&gt;2. Insert the Transactions data in BDC table using BDC_INSERT Group. You will use as many Function module calls as number odf transactions used.&lt;/P&gt;&lt;P&gt;3. Now call function module BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 06:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628448#M280614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T06:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628449#M280615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In FM BDC_OPEN_GROUP, u need to mention the session name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BDC_OPEN_GROUP'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            CLIENT   = SY-MANDT&lt;/P&gt;&lt;P&gt;            GROUP    = 'SESSION1'&lt;/P&gt;&lt;P&gt;            USER     = SY-UNAME&lt;/P&gt;&lt;P&gt;            KEEP     = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BDC_INSERT, mention the tcode and after that in BDC_CLOSE_GROUP, close the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create another session in same manner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 06:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628449#M280615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628450#M280616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this i hope this ll give you detail idea about the bdc session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Batch Input is a SAP technic that allows automating the input in transactions. It lies on a BDC  (Batch Data Commands) scenario.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         BDC_OPEN_GROUP : Opens a session group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         BDC_CLOSE_GROUP : Closes a session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         BDC_INSERT : Insert a BDC scenario in the session&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·         The ABAP statement "CALL TRANSACTION" is also called to run directly a transaction from its BDC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It runs the program RSBDCSUB in order to launch automatically the session. The session management is done through the transaction code SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object itself is maintanable through the transaction SE24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC methods:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method &lt;/P&gt;&lt;P&gt; Description &lt;/P&gt;&lt;P&gt; Parameters &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;OPEN_SESSION&lt;/P&gt;&lt;P&gt; Opens a session&lt;/P&gt;&lt;P&gt; SUBRC (Return Code &amp;#150; 0 OK)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SESSIONNAME (Session to be created)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CLOSE_SESSION&lt;/P&gt;&lt;P&gt; Closes a session&lt;/P&gt;&lt;P&gt; None&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;RESET_BDCDATA&lt;/P&gt;&lt;P&gt; Resets the BDC Internal Table...&lt;/P&gt;&lt;P&gt; None. Normally, for internal purpose&amp;#133;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;BDC_DYNPRO&lt;/P&gt;&lt;P&gt; Handles a new screen&lt;/P&gt;&lt;P&gt; PROGNAME (Name of the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNPRONR (Screen Number)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;BDC_FIELD&lt;/P&gt;&lt;P&gt; Puts a value on the screen&lt;/P&gt;&lt;P&gt; FIELDNAME (Name of the field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELDVALUE (Value to be passed)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CONSTRUCTOR&lt;/P&gt;&lt;P&gt; Constructor - Initializes NO_DATA&lt;/P&gt;&lt;P&gt; NODATA (No data character). The constructor is called automatically when the object is created.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;RUN_SESSION&lt;/P&gt;&lt;P&gt; Launches a session with RSBDCBTC&lt;/P&gt;&lt;P&gt; None&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL_TRANSACTION&lt;/P&gt;&lt;P&gt; Calls a transaction with the current BDC Data&lt;/P&gt;&lt;P&gt; MODE (Display Mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE (Update Mode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE (Transaction to be called)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;BDC_INSERT&lt;/P&gt;&lt;P&gt; Inserts the BDC scenario in the session&lt;/P&gt;&lt;P&gt; TCODE (Transaction to be called)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BDC techniques used in programs: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)      Building a BDC table and calling a transaction,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)      Building a session and a set of BDC scenarios and keeping the session available in SM35,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)      Building a session and lauching the transaction right after closing the session. &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/bdc_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 06:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1628450#M280616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T06:53:22Z</dc:date>
    </item>
  </channel>
</rss>

