<?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 ERROR WHEN USING SM35 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-using-sm35/m-p/1686663#M302201</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;you have not mentioned what kind of error you r getting while working with sm35 .Though you r using the BDCSession besically you use SM35 to run your sessions.i could not understand if you r using BDC Sessiion than why you have put this line in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcode USING bdcdata&lt;/P&gt;&lt;P&gt;OPTIONS FROM l_opt&lt;/P&gt;&lt;P&gt;MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link who ll give you better idea about the BDC Session , go through this and use accordingly.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.guidancetech.com/people/holland/sap/abap/zutbdcer.htm" target="test_blank"&gt;http://www.guidancetech.com/people/holland/sap/abap/zutbdcer.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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 08:33:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T08:33:50Z</dc:date>
    <item>
      <title>BDC ERROR WHEN USING SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-using-sm35/m-p/1686661#M302199</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;     I have got an error in my bdc program in processing sm35 ,but it didn't occur in transaction, my code is below:&lt;/P&gt;&lt;P&gt;data:  l_opt  TYPE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  l_opt-dismode = CTUMODE.&lt;/P&gt;&lt;P&gt;  l_opt-updmode = 'S'.&lt;/P&gt;&lt;P&gt;  l_opt-nobinpt = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;batch input session&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF SESSION = 'X'.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;         EXPORTING TCODE     = TCODE&lt;/P&gt;&lt;P&gt;                   CTUPARAMS = l_opt&lt;/P&gt;&lt;P&gt;         TABLES    DYNPROTAB = BDCDATA.&lt;/P&gt;&lt;P&gt;    IF SMALLLOG &amp;lt;&amp;gt; 'X'.&lt;/P&gt;&lt;P&gt;      WRITE: / 'BDC_INSERT'(I03),&lt;/P&gt;&lt;P&gt;               TCODE,&lt;/P&gt;&lt;P&gt;               'returncode:'(I05),&lt;/P&gt;&lt;P&gt;               SY-SUBRC,&lt;/P&gt;&lt;P&gt;               'RECORD:',&lt;/P&gt;&lt;P&gt;               SY-INDEX.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call transaction using&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call transaction using&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  REFRESH messtab.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; CALL TRANSACTION TCODE USING BDCDATA&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                    MODE   CTUMODE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                    UPDATE CUPDATE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                    MESSAGES INTO MESSTAB.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION tcode USING bdcdata&lt;/P&gt;&lt;P&gt;                   OPTIONS FROM l_opt&lt;/P&gt;&lt;P&gt;                   MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the error point . if  l_opt-nobinpt = ' '.  session mode and transaction mode are all error, but I can't find how to make session mode right.&lt;/P&gt;&lt;P&gt;I don't know how to show my picture ,sorry!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 08:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-using-sm35/m-p/1686661#M302199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T08:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: BDC ERROR WHEN USING SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-using-sm35/m-p/1686662#M302200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the reply in your other thread and close this thread to avoid confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 08:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-using-sm35/m-p/1686662#M302200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T08:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: BDC ERROR WHEN USING SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-using-sm35/m-p/1686663#M302201</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;you have not mentioned what kind of error you r getting while working with sm35 .Though you r using the BDCSession besically you use SM35 to run your sessions.i could not understand if you r using BDC Sessiion than why you have put this line in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION tcode USING bdcdata&lt;/P&gt;&lt;P&gt;OPTIONS FROM l_opt&lt;/P&gt;&lt;P&gt;MESSAGES INTO messtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link who ll give you better idea about the BDC Session , go through this and use accordingly.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.guidancetech.com/people/holland/sap/abap/zutbdcer.htm" target="test_blank"&gt;http://www.guidancetech.com/people/holland/sap/abap/zutbdcer.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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 08:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-error-when-using-sm35/m-p/1686663#M302201</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T08:33:50Z</dc:date>
    </item>
  </channel>
</rss>

