<?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: RFC_READ_TABLE with Excel VB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331618#M5449</link>
    <description>&lt;P&gt;Hello Stefan....&lt;/P&gt;&lt;P&gt;Thank you so mush for your reply.. Its working correctly. &lt;/P&gt;&lt;P&gt;If you do not mind , I have one more questions.&lt;/P&gt;&lt;P&gt;If I want to exclude some Item , how should I write ?   . I want to include Which has TA17 and Want to exclude which has BADTA17&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/16721-capture.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2017 12:08:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-01-23T12:08:05Z</dc:date>
    <item>
      <title>RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331616#M5447</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/16714-capture.png" /&gt;&lt;/P&gt;I want to pass the value to field BEDNR . but I do not have exact value, so I want to pass like *TEST* . means I want to add "*" front and back. when I enter  code shown in screen shot, RFC gives no result. How to use '*' to get the related entries from SAP.</description>
      <pubDate>Mon, 23 Jan 2017 11:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331616#M5447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-23T11:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331617#M5448</link>
      <description>&lt;P&gt;Hello Duraisamey,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;oRow.Value(1) = "WERKS = '5000' AND BEDNR LIKE '%TEST%'"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Let us know your result.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 11:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331617#M5448</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2017-01-23T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331618#M5449</link>
      <description>&lt;P&gt;Hello Stefan....&lt;/P&gt;&lt;P&gt;Thank you so mush for your reply.. Its working correctly. &lt;/P&gt;&lt;P&gt;If you do not mind , I have one more questions.&lt;/P&gt;&lt;P&gt;If I want to exclude some Item , how should I write ?   . I want to include Which has TA17 and Want to exclude which has BADTA17&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/16721-capture.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 12:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331618#M5449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-23T12:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331619#M5450</link>
      <description>&lt;P&gt;Hello Duraisamy,&lt;/P&gt;&lt;P&gt;as far as I can see is your SQL statement correct.&lt;/P&gt;&lt;P&gt;I check it with this statement on the table SFLIGHT:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CARRID = 'AA' AND (PLANETYPE LIKE '%-%' AND PLANETYPE NOT LIKE '%300%')&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Plantypes are 747-400 and A310-300. With this statement I expect only the flights with 747-400 planetype, and that is what I get.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/16882-sflight.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 11:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331619#M5450</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2017-01-24T11:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331620#M5451</link>
      <description>&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;Thanks for your reply.. Sorry its not working. I am using Visual basic (VB) to download data from SAP table. First statement is working correctly. second is not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/16948-capture.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 04:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331620#M5451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-25T04:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331621#M5452</link>
      <description>&lt;P&gt;Hello Duraisamy,&lt;/P&gt;&lt;P&gt;sure it is not working because the length of your line is to long.&lt;/P&gt;&lt;P&gt;This line is okay, because it is &amp;lt; 72 characters:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WERKS = '5000' AND LOEKZ &amp;lt;&amp;gt; 'X' AND BEDNR LIKE '%TA17%'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But this line is not okay, it is &amp;gt; 72 characters:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;WERKS = '5000' AND LOEKZ &amp;lt;&amp;gt; 'X' AND (BEDNR LIKE '%TA17%' AND BEDNR NOT LIKE '%TG%')&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;OPTIONS is from type SO_TEXT072 (CHAR with a length of 72).&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/16990-length.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Add a new line.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/17002-length2.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 07:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331621#M5452</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2017-01-25T07:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331622#M5453</link>
      <description>&lt;P&gt;Hello Stefan, I am getting syntax error.  when split it to two lines&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/17049-capture.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 10:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331622#M5453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-25T10:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331623#M5454</link>
      <description>&lt;P&gt;Hello Duraisamy,&lt;/P&gt;&lt;P&gt;try&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Set oRow = oTOPT.Rows.Add
oRow.Value(1) = "WERKS = '5000' AND LOEKZ &amp;lt;&amp;gt; 'X' AND "
Set oRow = oTOPT.Rows.Add
oRow.Value(1) = "(BEDNR LIKE '%TA17%' AND BEDNR NOT LIKE '%TG%')"
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheers&lt;BR /&gt;Stefan&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 06:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331623#M5454</guid>
      <dc:creator>Stefan-Schnell</dc:creator>
      <dc:date>2017-01-26T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: RFC_READ_TABLE with Excel VB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331624#M5455</link>
      <description>&lt;P&gt;hello Stefan.. Thank you so much..  Its working Correctly.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 11:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-read-table-with-excel-vb/m-p/331624#M5455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-29T11:27:28Z</dc:date>
    </item>
  </channel>
</rss>

