<?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 Help on Parameters in RFC Function Module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921964#M382952</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;I am creating a RFC function module. The requirement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a report program, the user enters ABC and XYZ values on the selection screen. These 2 fields are select options so will have From-Value and To-Value. This report program will pass these values to my RFC FM and depending upon these values I have to read a DB table and pass the data back to the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is, how should I intake these select options value? i.e should I specify them in import tab or tables tab? What TYPE/LIKE should I use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nimma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Feb 2007 12:05:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-14T12:05:07Z</dc:date>
    <item>
      <title>Help on Parameters in RFC Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921964#M382952</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;I am creating a RFC function module. The requirement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a report program, the user enters ABC and XYZ values on the selection screen. These 2 fields are select options so will have From-Value and To-Value. This report program will pass these values to my RFC FM and depending upon these values I have to read a DB table and pass the data back to the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My doubt is, how should I intake these select options value? i.e should I specify them in import tab or tables tab? What TYPE/LIKE should I use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Nimma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921964#M382952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Parameters in RFC Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921965#M382953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You have to declare the INPUT Parameters as IMPORT like WSELKUNNR (kust Example).&lt;/P&gt;&lt;P&gt;and the for the Values fetched from DB tables delclare an Internal Table in TABLES paramters of the FUn module. and populate into that Int table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921965#M382953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Parameters in RFC Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921966#M382954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nimma,&lt;/P&gt;&lt;P&gt;   YOu should go to the SE11 transaction and create one Z structure each with the fields.&lt;/P&gt;&lt;P&gt;SIGN	CHAR1&lt;/P&gt;&lt;P&gt;OPTION	CHAR2&lt;/P&gt;&lt;P&gt;LOW	&amp;lt;with data element of ABC/XYZ&amp;gt;&lt;/P&gt;&lt;P&gt;HIGH	&amp;lt;with data element of ABC/XYZ&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use that as structure in the tables TAB of the se37 transaction.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921966#M382954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Parameters in RFC Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921967#M382955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is 'WSELKUNNR'? Is it a user defined type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing as below in the IMPORT tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameter name/Type Spec/Associated Type&lt;/P&gt;&lt;P&gt;ABC/LIKE/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what type I have to use here as the incoming values will be of type SELECT-OPTIONS. Is there any standard type to specify here? If not, what should I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nimma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 12:15:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921967#M382955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T12:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Parameters in RFC Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921968#M382956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the standard table type RSELOPTION (which has got sign, option, low, high) in tables parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 13:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921968#M382956</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2007-02-14T13:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help on Parameters in RFC Function Module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921969#M382957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Z Structure, as specified by Ravi, and it solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have assigned the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nimma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 13:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-parameters-in-rfc-function-module/m-p/1921969#M382957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-14T13:42:15Z</dc:date>
    </item>
  </channel>
</rss>

