<?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: error in FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788396#M339325</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;this is code which aim trying to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : doc_typ type vbak-auart,&lt;/P&gt;&lt;P&gt;       sal_org type vbak-vkorg.&lt;/P&gt;&lt;P&gt;DATA: DESTI  LIKE RFCDES-RFCDEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;DESTI = 'z_xi'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_DEMO_46' DESTINATION DESTI&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    DOC_TYP = doc_typ&lt;/P&gt;&lt;P&gt;    SAL_ORG = sal_org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC name is 'z_xi' and it is other server where i want to pass the data.&lt;/P&gt;&lt;P&gt;z_demo_46 isthe  RFM which  i had created in other server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;shuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 09:20:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T09:20:51Z</dc:date>
    <item>
      <title>error in FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788392#M339321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have created a RFC function module and an RFC destination as well. When I execute the RFC function module giving RFC destination as the input, I get a short dump saying that the function module does not exist. I have checked the RFC destination and it is working fine. &lt;/P&gt;&lt;P&gt;Can any body tell what the error is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 08:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788392#M339321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T08:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: error in FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788393#M339322</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;please check u r all the furnction module parameters .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then decide which u r going to give as exporting and which u r importing.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how u  know that that function module is created.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one morething u can do is ...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use function module RS_FUNCTIONMODULE_INSERT......use this to craete a fm.... otherwise u check all the import,export,tables data with this fm....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise u give me u r code once i will check it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788393#M339322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: error in FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788394#M339323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you created the funciton in the system which you are specifying the in the RFC destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you have created the function in the same system in which you are making a call with a different system name in the RFC dest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your code here and make sure the function exists in the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788394#M339323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: error in FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788395#M339324</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;Please check in server your going to call the RFC. Porbably you are calling from testing server,but you created RFC destination for testing server. Please create the RFC where the code locates. You can call other systems .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788395#M339324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: error in FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788396#M339325</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;this is code which aim trying to execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : doc_typ type vbak-auart,&lt;/P&gt;&lt;P&gt;       sal_org type vbak-vkorg.&lt;/P&gt;&lt;P&gt;DATA: DESTI  LIKE RFCDES-RFCDEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;DESTI = 'z_xi'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'Z_DEMO_46' DESTINATION DESTI&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    DOC_TYP = doc_typ&lt;/P&gt;&lt;P&gt;    SAL_ORG = sal_org.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC name is 'z_xi' and it is other server where i want to pass the data.&lt;/P&gt;&lt;P&gt;z_demo_46 isthe  RFM which  i had created in other server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;shuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788396#M339325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: error in FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788397#M339326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;give the destination in upper case and try out...not sure but just a guess&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DESTI = 'Z_XI'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788397#M339326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: error in FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788398#M339327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Specify the RFC destinatoin in UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788398#M339327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: error in FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788399#M339328</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;can u tell me what is the export parameter or u execute this fm in the frunction module what i have given to u by giving export and import parameters..................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because that function module can test whether u r output is as per the required by u or not.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can check u r function module here...&lt;/P&gt;&lt;P&gt;other wise u can go for change in the parameters u have added to the function module ......so please test u r function module with this one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 09:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-fm/m-p/1788399#M339328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T09:33:15Z</dc:date>
    </item>
  </channel>
</rss>

