<?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 Vb Sample for import in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-sample-for-import/m-p/5373889#M1236110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Set RFC = sapconn.Add("BAPI_VENDOR_GETDETAIL") 'BAPI name
RFC.Exports("VENDORNO") = "000100043"
RFC.Exports("COMPANYCODE") = "0001"

'initiate rfc call
nret = RFC.Call

'get Import Value
'retntabletype = RFC.tables("RETURN")(1, "TYPE")
retntabletype = RFC.Imports("RETURN")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I Use RFC.imports for structure instead of single strings? have been getting some runtime errors for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2009 10:22:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-20T10:22:33Z</dc:date>
    <item>
      <title>Vb Sample for import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-sample-for-import/m-p/5373889#M1236110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Set RFC = sapconn.Add("BAPI_VENDOR_GETDETAIL") 'BAPI name
RFC.Exports("VENDORNO") = "000100043"
RFC.Exports("COMPANYCODE") = "0001"

'initiate rfc call
nret = RFC.Call

'get Import Value
'retntabletype = RFC.tables("RETURN")(1, "TYPE")
retntabletype = RFC.Imports("RETURN")&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I Use RFC.imports for structure instead of single strings? have been getting some runtime errors for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 10:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-sample-for-import/m-p/5373889#M1236110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T10:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Vb Sample for import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-sample-for-import/m-p/5373890#M1236111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Is retntabletype is type compatible to RETURN?&lt;/P&gt;&lt;P&gt;2) In bracket did you try putting RETURN.str.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 19:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-sample-for-import/m-p/5373890#M1236111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T19:28:33Z</dc:date>
    </item>
  </channel>
</rss>

