<?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 ABAP BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043600#M720397</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;What is call transaction and Session ?&lt;/P&gt;&lt;P&gt;Step by Step procedure for Call transaction and Session?&lt;/P&gt;&lt;P&gt; when ( which  secenario ) we go for call transaction and when ( which  secenario ) we go for Session method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2007 09:26:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-29T09:26:04Z</dc:date>
    <item>
      <title>ABAP BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043600#M720397</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;What is call transaction and Session ?&lt;/P&gt;&lt;P&gt;Step by Step procedure for Call transaction and Session?&lt;/P&gt;&lt;P&gt; when ( which  secenario ) we go for call transaction and when ( which  secenario ) we go for Session method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043600#M720397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T09:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043601#M720398</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;BDC Document Links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go thur these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/fa/097119543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&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;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.sap-img.com/bdc.htm" target="test_blank"&gt;http://www.sap-img.com/bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&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.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;Table Control in BDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concept is easy: it has to indicate the index of the table control in the field name, so if you have to populate the first record of table control:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC-FIELDNAME = &amp;lt;FIELDNAME&amp;gt;(01).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you fill the second row:&lt;/P&gt;&lt;P&gt;BDC-FIELDNAME = &amp;lt;FIELDNAME&amp;gt;(02).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is usually on how many records you have to load, because u can fill only the rows of table control available in the screen, If you have more records than it can be displayed yuo have to simulate the command to go next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of recod can be displayed can depend on pc resolution and many program haven't command to go to next page (in this case it could be impossible create a BDC program9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A way to create a bdc program resolution indipendent is to work on the first and second row.&lt;/P&gt;&lt;P&gt;- Place the first hit in the first row of bdc;&lt;/P&gt;&lt;P&gt;- Place the second insert in the second row of bdc;&lt;/P&gt;&lt;P&gt;- Place the last hit to the top of table control;&lt;/P&gt;&lt;P&gt;- Place the next hit in the second row;&lt;/P&gt;&lt;P&gt;- Place the last hit to the top of table control;&lt;/P&gt;&lt;P&gt;- Place the next hit in the second row;&lt;/P&gt;&lt;P&gt;- .... and so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info: Search in SDN with TABLE CONTROL IN BDC.&lt;/P&gt;&lt;P&gt;Will get a lot of related links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Difference between both: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-	The most important aspects of the Batch session interface are:&lt;/P&gt;&lt;P&gt;1) Asynchronous processing&lt;/P&gt;&lt;P&gt;2) Transfers data for multiple transactions&lt;/P&gt;&lt;P&gt;3)Synchronous database update&lt;/P&gt;&lt;P&gt;    During processing, no transaction is started until the previous transaction  &lt;/P&gt;&lt;P&gt;    has been written to the database.&lt;/P&gt;&lt;P&gt;4)	A batch input processing log is generated for each session            &lt;/P&gt;&lt;P&gt;5)	Sessions cannot be generated in parallel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important aspects of the CALL TRANSACTION USING interface are:&lt;/P&gt;&lt;P&gt;1) Synchronous processing&lt;/P&gt;&lt;P&gt;2) Transfers data for a single transaction&lt;/P&gt;&lt;P&gt;3) Synchronous and asynchronous database updating both possible&lt;/P&gt;&lt;P&gt; The program specifies which kind of updating is desired.&lt;/P&gt;&lt;P&gt;4) Separate LUW for the transaction : The system performs a database commit immediately before and after the CALL TRANSACTION USING statement. &lt;/P&gt;&lt;P&gt;   5) No batch input processing log is generated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the below article, which will show which is one is better&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this Helps.&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043601#M720398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T09:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043602#M720399</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;Check the below link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vasudha L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043602#M720399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T09:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043603#M720400</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;Go through this link.You have detailed info along with the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://allaboutsap.blogspot.com/search/label/BDC" target="test_blank"&gt;http://allaboutsap.blogspot.com/search/label/BDC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043603#M720400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T09:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043604#M720401</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;BOTH CALL TX &amp;amp; SESSION R USED FOR DATA MIGRATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC TYPES :  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) BATCH INPUT : TWO TYPES a)SESSION METHOD&lt;/P&gt;&lt;P&gt;                                                b)CALL TX&lt;/P&gt;&lt;P&gt;2) DIREXT METHOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SESSION METHOD : IT IS A TWO PHASE MODEL &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      AFTER EXECUTING REPORT , AGAIN WE HAVE TO GO TO SESSION OVERVIEW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEPS : i) DEFINE AN INTERNAL TABLE &lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;              ii)UPLOAD FLAT FILE INTO INTERNAL TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              iii) LOOP AT INTERNAL TABLE WHICH WE UPOLOADED&lt;/P&gt;&lt;P&gt;                   PREPARE BDC TABLE ( THIS TABLE SOULD BE LIKE ""BDCDATA"")&lt;/P&gt;&lt;P&gt;                   ENDLOOP.&lt;/P&gt;&lt;P&gt;              IV) EXECUTE REPORT&lt;/P&gt;&lt;P&gt;              V) GO TO SESSIUON OVERVIEW  IN SM35&lt;/P&gt;&lt;P&gt;              VI) EXECUTE THE SESSION&lt;/P&gt;&lt;P&gt;                    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PREPARING BDC TABLE USING  ""SHDB"" RECORDING&lt;/P&gt;&lt;P&gt;_______&lt;/P&gt;&lt;P&gt;CALL TX : &lt;/P&gt;&lt;P&gt;________&lt;/P&gt;&lt;P&gt; ITS A ONE PHASE MODEL , ALSO CALLED AS ONLINE MODEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STEPS : PREPARE A INTERNAL TABLE&lt;/P&gt;&lt;P&gt;              UPLOAD A FLAT FILE TO INTERNAL TABLE&lt;/P&gt;&lt;P&gt;              LOOP AT INTERNAL TABLE&lt;/P&gt;&lt;P&gt;              CALL TX SYNTAX&lt;/P&gt;&lt;P&gt;              ENDLOOP &lt;/P&gt;&lt;P&gt;              EXECUTE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GENERALLY WE WILL GO TO SESSION METHOD IF CLIENT DONT SPECIFY ANYTHING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF U WANT TO SEE OUTPUT ONLINE GO TO CALL TX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2007 09:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-bdc/m-p/3043604#M720401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-29T09:47:32Z</dc:date>
    </item>
  </channel>
</rss>

