<?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 Function call not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047239#M1351815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you checked above all and then also it is not working&lt;/P&gt;&lt;P&gt;then release the function module and try it out&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;s.janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2009 03:57:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-21T03:57:26Z</dc:date>
    <item>
      <title>RFC Function call not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047234#M1351810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am making a remote call to another system. I dont get any data back. Can someone please validate my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Salil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'ZAMC_GET_PANEL_FLDS_VALUES' DESTINATION gw_dest
                    EXPORTING
                      gw_adspec-motivid = p_tech_adspec_id
                    TABLES
                      gt_panel          = p_content_fields.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 01:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047234#M1351810</guid>
      <dc:creator>former_member188001</dc:creator>
      <dc:date>2009-08-21T01:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function call not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047235#M1351811</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;  Is the data available in other system.Has the connection with the other system available properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check if the data is avaialabe for the paratmerts that you have passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 01:47:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047235#M1351811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T01:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function call not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047236#M1351812</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;More than the call, let us see how you make teh connection and how you fill the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimas B. Salazar&lt;/P&gt;&lt;P&gt;ABAP - Consultant&lt;/P&gt;&lt;P&gt;Caracas, Venezuela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 02:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047236#M1351812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T02:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function call not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047237#M1351813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Run transaction SM59 to check the connection between your system and gw_dest &lt;/P&gt;&lt;P&gt;2. make sure 'ZAMC_GET_PANEL_FLDS_VALUES' is a remote-enabled function.&lt;/P&gt;&lt;P&gt;3. check the parameter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 02:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047237#M1351813</guid>
      <dc:creator>daixiong_jiang3</dc:creator>
      <dc:date>2009-08-21T02:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function call not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047238#M1351814</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 if your destination parameter in CALL FUNCTION .. DESTINATION .. is correctly defined (in SM59) and populated. If it is correct, then check if you have flagged your function module in R/3 as a remote enabled function module (in Attributes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurabh Goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 03:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047238#M1351814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T03:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function call not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047239#M1351815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you checked above all and then also it is not working&lt;/P&gt;&lt;P&gt;then release the function module and try it out&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;s.janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 03:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047239#M1351815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T03:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: RFC Function call not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047240#M1351816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello salil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you verify following things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Rfc destination is working fine.&lt;/P&gt;&lt;P&gt;2. Function module you are calling is remote enabled&lt;/P&gt;&lt;P&gt;3. id you are passing as input as relavant data in remote system&lt;/P&gt;&lt;P&gt;4. How you are passing the table? by reference or by val?&lt;/P&gt;&lt;P&gt;5. Try to debug the code, This will definetly help you to localize the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 06:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-function-call-not-working/m-p/6047240#M1351816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T06:09:05Z</dc:date>
    </item>
  </channel>
</rss>

