<?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 Simple Explanation about BDC. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252454#M487161</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any Experienced people around tell me..&lt;/P&gt;&lt;P&gt;What is BDC?&lt;/P&gt;&lt;P&gt;I donk have any idea abt it..&lt;/P&gt;&lt;P&gt;So how do i go about it..Any simple explanation..&lt;/P&gt;&lt;P&gt;Im one of the Trainee, i have created around 4 Screens in my Case Study(Railway Reservation).&lt;/P&gt;&lt;P&gt;So i have created for T-codes for them..&lt;/P&gt;&lt;P&gt;So using these screens, how shud i implement BDC interface on them..?&lt;/P&gt;&lt;P&gt;I need sume basic help and suggestions..&lt;/P&gt;&lt;P&gt;some Theory and examples..both are required &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2007 11:24:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-22T11:24:02Z</dc:date>
    <item>
      <title>Simple Explanation about BDC.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252454#M487161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any Experienced people around tell me..&lt;/P&gt;&lt;P&gt;What is BDC?&lt;/P&gt;&lt;P&gt;I donk have any idea abt it..&lt;/P&gt;&lt;P&gt;So how do i go about it..Any simple explanation..&lt;/P&gt;&lt;P&gt;Im one of the Trainee, i have created around 4 Screens in my Case Study(Railway Reservation).&lt;/P&gt;&lt;P&gt;So i have created for T-codes for them..&lt;/P&gt;&lt;P&gt;So using these screens, how shud i implement BDC interface on them..?&lt;/P&gt;&lt;P&gt;I need sume basic help and suggestions..&lt;/P&gt;&lt;P&gt;some Theory and examples..both are required &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252454#M487161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T11:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Explanation about BDC.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252455#M487162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;BDC:&lt;/P&gt;&lt;P&gt;Batch Data Communication (BDC) is the process of transferring data from one SAP System to another SAP system or from a non-SAP system to SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features :&lt;/P&gt;&lt;P&gt;BDC is an automatic procedure.&lt;/P&gt;&lt;P&gt;This method is used to transfer large amount of data that is available in electronic medium.&lt;/P&gt;&lt;P&gt;BDC can be used primarily when installing the SAP system and when transferring data from a legacy system (external system).&lt;/P&gt;&lt;P&gt;BDC uses normal transaction codes to transfer data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types of BDC :&lt;/P&gt;&lt;P&gt;CLASSICAL BATCH INPUT (Session Method)&lt;/P&gt;&lt;P&gt;CALL TRANSACTION &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BATCH INPUT METHOD:&lt;/P&gt;&lt;P&gt;This method is also called as &amp;#145;CLASSICAL METHOD&amp;#146;.&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Asynchronous processing. &lt;/P&gt;&lt;P&gt;Synchronous Processing in database update.&lt;/P&gt;&lt;P&gt;Transfer data for more than one transaction.&lt;/P&gt;&lt;P&gt;Batch input processing log will be generated.&lt;/P&gt;&lt;P&gt;During processing, no transaction is started until the previous transaction has been written to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION METHOD :&lt;/P&gt;&lt;P&gt;This is another method to transfer data from the legacy system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features:&lt;/P&gt;&lt;P&gt;Synchronous processing. The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.&lt;/P&gt;&lt;P&gt;Updating the database can be either synchronous or asynchronous. The program specifies the update type.&lt;/P&gt;&lt;P&gt;Transfer data for a single transaction.&lt;/P&gt;&lt;P&gt;Transfers data for a sequence of dialog screens.&lt;/P&gt;&lt;P&gt;No batch input processing log is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BDC:&lt;/P&gt;&lt;P&gt;&lt;A href="http://myweb.dal.ca/hchinni/sap/bdc_home.htm" target="test_blank"&gt;http://myweb.dal.ca/hchinni/sap/bdc_home.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&amp;amp;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;http://www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/&lt;/A&gt;&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;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2491514"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252455#M487162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Explanation about BDC.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252456#M487163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bdc is knothing but batch data communication.it is used to transfter the&lt;/P&gt;&lt;P&gt;data from legacy system i.e non sap to sap system.in case of bdc we need&lt;/P&gt;&lt;P&gt;some coding.but in lsmw there is no need to write the coding for transfer the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are three types of techniques to transfter the data from non sap to sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)recording&lt;/P&gt;&lt;P&gt;2)call transation&lt;/P&gt;&lt;P&gt;3)session method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252456#M487163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T11:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Explanation about BDC.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252457#M487164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC: Batch data Coomunication. Its a procedure for transfering data to SAP system without user dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SM 35&lt;/P&gt;&lt;P&gt;Press Recording to initiate the recording&lt;/P&gt;&lt;P&gt;Enter name of the processing (Z*) and transaction code &amp;amp; press start. It will take u to the initilal screen of that trans.&lt;/P&gt;&lt;P&gt;Make the changes requires.&lt;/P&gt;&lt;P&gt;Finally u will get Batch Input Recording&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get these details in the program. Use itab BDCDATA &amp;amp; fill the corresponding BDC input sequentially to this internal table &amp;amp; finally call transaction with this itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;P&gt;Reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252457#M487164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T11:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Explanation about BDC.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252458#M487165</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;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;BDC functions:&lt;/P&gt;&lt;P&gt;&amp;#149;         BDC_OPEN_GROUP : Opens a session group&lt;/P&gt;&lt;P&gt;&amp;#149;         BDC_CLOSE_GROUP : Closes a session&lt;/P&gt;&lt;P&gt;&amp;#149;         BDC_INSERT : Insert a BDC scenario in the session&lt;/P&gt;&lt;P&gt;&amp;#149;         The ABAP statement "CALL TRANSACTION" is also called to run directly a transaction from its BDC table.&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;The object itself is maintanable through the transaction SE24.&lt;/P&gt;&lt;P&gt;BDC methods:&lt;/P&gt;&lt;P&gt;Method 	Description 	Parameters &lt;/P&gt;&lt;P&gt;OPEN_SESSION	Opens a session	SUBRC (Return Code &amp;#150; 0 OK)&lt;/P&gt;&lt;P&gt;SESSIONNAME (Session to be created)&lt;/P&gt;&lt;P&gt;CLOSE_SESSION	Closes a session	None&lt;/P&gt;&lt;P&gt;RESET_BDCDATA	Resets the BDC Internal Table...	None. Normally, for internal purpose&amp;#133;&lt;/P&gt;&lt;P&gt;BDC_DYNPRO	Handles a new screen	PROGNAME (Name of the program)&lt;/P&gt;&lt;P&gt;DYNPRONR (Screen Number)&lt;/P&gt;&lt;P&gt;BDC_FIELD	Puts a value on the screen	FIELDNAME (Name of the field)&lt;/P&gt;&lt;P&gt;FIELDVALUE (Value to be passed)&lt;/P&gt;&lt;P&gt;CONSTRUCTOR	Constructor - Initializes NO_DATA	NODATA (No data character). The constructor is called automatically when the object is created.&lt;/P&gt;&lt;P&gt;RUN_SESSION	Launches a session with RSBDCBTC	None&lt;/P&gt;&lt;P&gt;CALL_TRANSACTION	Calls a transaction with the current BDC Data	MODE (Display Mode)&lt;/P&gt;&lt;P&gt;UPDATE (Update Mode)&lt;/P&gt;&lt;P&gt;TCODE (Transaction to be called)&lt;/P&gt;&lt;P&gt;BDC_INSERT	Inserts the BDC scenario in the session	TCODE (Transaction to be called)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; BDC techniques used in programs: &lt;/P&gt;&lt;P&gt;1)      Building a BDC table and calling a transaction,&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;3)      Building a session and lauching the transaction right after closing the session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2007 11:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-explanation-about-bdc/m-p/2252458#M487165</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-22T11:49:33Z</dc:date>
    </item>
  </channel>
</rss>

