<?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 Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924081#M1484741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I got a wierd requirement from one of my client.&lt;/P&gt;&lt;P&gt;They said i have to create Remote Enabled FM where user will enter multiple single values and the resultant output should get the details of all the values.And the function module cannot use ranges for output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want ot know how can a user enter multiple values as I have to check "pass by value" in import for RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  As I am using Web RFC fro the same. I guess it will still be difficult for publishing the same on portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone give good suggestionfor my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sany.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 May 2010 09:40:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-05T09:40:02Z</dc:date>
    <item>
      <title>Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924081#M1484741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      I got a wierd requirement from one of my client.&lt;/P&gt;&lt;P&gt;They said i have to create Remote Enabled FM where user will enter multiple single values and the resultant output should get the details of all the values.And the function module cannot use ranges for output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want ot know how can a user enter multiple values as I have to check "pass by value" in import for RFC FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  As I am using Web RFC fro the same. I guess it will still be difficult for publishing the same on portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone give good suggestionfor my query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sany.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 09:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924081#M1484741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924082#M1484742</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;Pass your result in tables parameter along with the input provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say u got input of 10 values, your result will be one tables parameter with input value provided in field1 and result in field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 09:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924082#M1484742</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-05-05T09:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924083#M1484743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if i am fully clear of your requirement.&lt;/P&gt;&lt;P&gt;but why cant u send a table and return the table i mean in changing mode&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 09:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924083#M1484743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T09:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924084#M1484744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   Ofcourse my output will be in tables parameters. But my input would be just like how we choose multiple single values for &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS in reports.I want to make user enter multiple values to get the resultant output.&lt;/P&gt;&lt;P&gt;  The user wont mind to enter again n again the single values but he wants the resultant output in table format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 09:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924084#M1484744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T09:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924085#M1484745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so what would be your problem, take the input into a itab pass it to your function and display the return. you can display it as a alv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nafran Shiraz on May 5, 2010 11:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 09:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924085#M1484745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T09:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924086#M1484746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For multiple input ou can use Table parameter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a report and call it in From RFC.(submit or call transaction).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the user wants in table format then create a module pool programming and pass the input using submit or call from RFC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 10:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924086#M1484746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T10:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924087#M1484747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nafran i am using RFC here not a report and can you tell me how can you take tables in changing parameters using pass by value as it is mandatory to check pass by value in Function module.&lt;/P&gt;&lt;P&gt;I am not using any report here.. Please read my query and then comment on it.. Here ALV doesn't exist at all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide  valid answers.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 10:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924087#M1484747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T10:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924088#M1484748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dharma ,&lt;/P&gt;&lt;P&gt;  I tried using submit but its then used in portal where there is no provision of taking selection-screen dyanamically during run time.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sany&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 10:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924088#M1484748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T10:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924089#M1484749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;I thought when you said portal you using the portal  to view using sap portal where you can add the normal screen to it.&lt;/P&gt;&lt;P&gt;anyway i think i dont get what your trying to explain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 11:41:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/6924089#M1484749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-05T11:41:47Z</dc:date>
    </item>
  </channel>
</rss>

