<?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: Call Remote Function Module with SAEURI  dataelement as Export parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-remote-function-module-with-saeuri-dataelement-as-export-parameter/m-p/10352485#M1838206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naveenraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know which type of URL you want in output but you can check&amp;nbsp; entries in table HTTPURLLOC and or if you want URL of employee photo then you have to use this FM HRWPC_RFC_EP_READ_PHOTO_URI.&lt;/P&gt;&lt;P&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;Shahezad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 06:04:44 GMT</pubDate>
    <dc:creator>former_member214915</dc:creator>
    <dc:date>2014-05-29T06:04:44Z</dc:date>
    <item>
      <title>Call Remote Function Module with SAEURI  dataelement as Export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-remote-function-module-with-saeuri-dataelement-as-export-parameter/m-p/10352483#M1838204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, Am creating a program in a Gateway system, where i need to call a FM from HR system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Code is like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: lname(20) type c,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lv_url type SEAURI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call 'Z_EMP_GET' Destination 'HR_DEST'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exporting&lt;/P&gt;&lt;P&gt;Pernr = '12345678'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importing&lt;/P&gt;&lt;P&gt;lname = lv_lname&lt;/P&gt;&lt;P&gt;Url = lv_url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At HR Destination system, I have a FM 'Z_EMP_GET ' with signature as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Importing : Pernr Type NUMC&lt;/P&gt;&lt;P&gt;Exporting : lname Type Char20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Url Type SAEURI(Char 4096).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i debugged it, I see the Remote FM is getting Perner value and returning only lname, but URL paramter is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe i have problem in receiving Long Text (URL - Char 4096).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i handle this and let me know if need to specify String length parameter for RFC call somewhere.&lt;/P&gt;&lt;P&gt;Also let me know if need more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 09:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-remote-function-module-with-saeuri-dataelement-as-export-parameter/m-p/10352483#M1838204</guid>
      <dc:creator>naveenraj_sap</dc:creator>
      <dc:date>2014-05-26T09:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Call Remote Function Module with SAEURI  dataelement as Export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-remote-function-module-with-saeuri-dataelement-as-export-parameter/m-p/10352484#M1838205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, Did somebody found a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is to Get a Very Long Text (char - 4096), through a RFC call, where the FM has an Export parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 05:38:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-remote-function-module-with-saeuri-dataelement-as-export-parameter/m-p/10352484#M1838205</guid>
      <dc:creator>naveenraj_sap</dc:creator>
      <dc:date>2014-05-29T05:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Call Remote Function Module with SAEURI  dataelement as Export parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-remote-function-module-with-saeuri-dataelement-as-export-parameter/m-p/10352485#M1838206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi naveenraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know which type of URL you want in output but you can check&amp;nbsp; entries in table HTTPURLLOC and or if you want URL of employee photo then you have to use this FM HRWPC_RFC_EP_READ_PHOTO_URI.&lt;/P&gt;&lt;P&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;Shahezad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 06:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-remote-function-module-with-saeuri-dataelement-as-export-parameter/m-p/10352485#M1838206</guid>
      <dc:creator>former_member214915</dc:creator>
      <dc:date>2014-05-29T06:04:44Z</dc:date>
    </item>
  </channel>
</rss>

