<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119324#M108455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou all,&lt;/P&gt;&lt;P&gt; i solved the problem. it was in the select statements. i changed the source code to the following and it worked. thankyou for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: l_skfor LIKE knkk-skfor,&lt;/P&gt;&lt;P&gt;        l_ssobl LIKE knkk-ssobl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT skfor ssobl INTO (l_skfor, l_ssobl)&lt;/P&gt;&lt;P&gt;  FROM knkk&lt;/P&gt;&lt;P&gt;  WHERE kunnr EQ l_kunnr.&lt;/P&gt;&lt;P&gt;  ENDSELECT.&lt;/P&gt;&lt;P&gt;    itab-total = l_skfor + l_ssobl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    y_kunnr = l_kunnr.&lt;/P&gt;&lt;P&gt;    i_balance = itab-total.&lt;/P&gt;&lt;P&gt;    APPEND itab.&lt;/P&gt;&lt;P&gt;    CLEAR itab.&lt;/P&gt;&lt;P&gt;  ENDFUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2006 05:40:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-27T05:40:33Z</dc:date>
    <item>
      <title>rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119315#M108446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anybody explian me, what does the floowing error mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT name1 ort01 FROM kna1 INTO TABLE itext WHERE name1 = name1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119315#M108446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T08:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119316#M108447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, that was a statement in the source code,&lt;/P&gt;&lt;P&gt;but the error says:&lt;/P&gt;&lt;P&gt;"Error in module RSQL accessing the database interface"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119316#M108447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T08:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119317#M108448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. NAME1 must be a variable&lt;/P&gt;&lt;P&gt;  containing some value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(name1 on right of &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119317#M108448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T08:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119318#M108449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether you have created the variable 'name1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the error still persists try renaming the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119318#M108449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T08:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119319#M108450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you tell us the definition of the itab itext &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess thats what is causing the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119319#M108450</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-01-25T08:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119320#M108451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i created a RFC and &lt;/P&gt;&lt;P&gt;import = kunnr like knkk-kunnr&lt;/P&gt;&lt;P&gt;export = return like bapireturn&lt;/P&gt;&lt;P&gt;tables = itab like zacc_balance( which has fields like kunnr,skfor, ssobl ,total like skfor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssource code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: l_skfor LIKE knkk-skfor,&lt;/P&gt;&lt;P&gt;        l_ssobl LIKE knkk-ssobl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT skfor ssobl INTO TABLE itab&lt;/P&gt;&lt;P&gt;  FROM knkk&lt;/P&gt;&lt;P&gt;  WHERE kunnr EQ kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT itab..&lt;/P&gt;&lt;P&gt;    itab-total = l_skfor + l_ssobl.&lt;/P&gt;&lt;P&gt;    MODIFY itab.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to store the difference of skfor and ssobl in my table itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119320#M108451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T08:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119321#M108452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 where is the problem exactly u are facing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. use CORRESPONDING-FIELDS OF &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT skfor ssobl INTO&lt;/P&gt;&lt;P&gt;CORRESPONDING-FIELDS OF &lt;/P&gt;&lt;P&gt; TABLE itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119321#M108452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T08:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119322#M108453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The structure of itab must be similar to the structure of the select query..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else change your select query as:&lt;/P&gt;&lt;P&gt;SELECT skfor ssobl &lt;/P&gt;&lt;P&gt;INTO &amp;lt;b&amp;gt;CORRESPONDING FIELDS OF&amp;lt;/b&amp;gt; TABLE itab&lt;/P&gt;&lt;P&gt;FROM knkk&lt;/P&gt;&lt;P&gt;WHERE kunnr EQ kunnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119322#M108453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T08:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119323#M108454</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 that in the internal table declaration you have entered all required field which you are extracting from knkk. If you accidentally leave out one object the RSQL error is dumped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119323#M108454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T09:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: rfc error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119324#M108455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou all,&lt;/P&gt;&lt;P&gt; i solved the problem. it was in the select statements. i changed the source code to the following and it worked. thankyou for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: l_skfor LIKE knkk-skfor,&lt;/P&gt;&lt;P&gt;        l_ssobl LIKE knkk-ssobl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT skfor ssobl INTO (l_skfor, l_ssobl)&lt;/P&gt;&lt;P&gt;  FROM knkk&lt;/P&gt;&lt;P&gt;  WHERE kunnr EQ l_kunnr.&lt;/P&gt;&lt;P&gt;  ENDSELECT.&lt;/P&gt;&lt;P&gt;    itab-total = l_skfor + l_ssobl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    y_kunnr = l_kunnr.&lt;/P&gt;&lt;P&gt;    i_balance = itab-total.&lt;/P&gt;&lt;P&gt;    APPEND itab.&lt;/P&gt;&lt;P&gt;    CLEAR itab.&lt;/P&gt;&lt;P&gt;  ENDFUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 05:40:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-error/m-p/1119324#M108455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-27T05:40:33Z</dc:date>
    </item>
  </channel>
</rss>

