<?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: smartforms - function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352685#M1838220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing, that you would not want your end user to execute you FM, instead create a report program which can have input parameters for your FM, with exact LABELs (display name) as you require. This program will then call your FM and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 06:57:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-17T06:57:22Z</dc:date>
    <item>
      <title>smartforms - function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352683#M1838218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif;"&gt;Hi all!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif;"&gt;I try to create a function module to call a smartform. And I have 2 questions with export parameters:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Can I change parameters name when I call this module?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #800080; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="text-align: left;"&gt;&lt;SPAN style="color: #800080; font-family: 'courier new', courier;"&gt;...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: blue; background: white;"&gt;PARAMETERS &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;:&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aufnr_in &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: blue; background: white;"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;afpo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: gray; background: white;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;aufnr&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prod_mng &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: blue; background: white;"&gt;like &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;makt&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: gray; background: white;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;maktx&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fin_mng &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: blue; background: white;"&gt;like &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;makt&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: gray; background: white;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;maktx&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; background: white;"&gt;.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prod_mng &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;'Mr.Anderson&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'courier new', courier; color: purple; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;fin_mng &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;'Mr.Smith&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: 'courier new', courier; color: purple; background: white;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800080;"&gt;...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;&lt;SPAN style=": ; color: #800080; background: white; font-size: 10pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-US" style="font-size: 10pt; color: blue; background: white;"&gt;CALL FUNCTION &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;fm_name&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: blue; background: white;"&gt;EXPORTING&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aufnr_in &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;aufnr_in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; prod_mng &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;prod_mng&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fin_mng &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;fin_mng&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="text-align: left;"&gt;&lt;SPAN style=": ; color: #800080; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800080; font-family: 'courier new', courier;"&gt;...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style=": ; color: #575757; background: white; font-size: 10.0pt; font-family: arial, helvetica, sans-serif;"&gt;In module I get names of the fields: aufnr_in, prod_mng, fin_mng. How to change it? For example like this: number, product manager, financial manager.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style=": ; color: #575757; background: white; font-size: 10.0pt; font-family: arial, helvetica, sans-serif;"&gt;Also, can I change this names to other language (to russian)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style=": ; color: #800080; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style=": ; color: #800080; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; &lt;SPAN style="color: #000000; font-family: arial, helvetica, sans-serif;"&gt; &lt;SPAN style="color: #000000;"&gt;2. some of the fields have deafult parameters:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #333333; font-family: arial, helvetica, sans-serif;"&gt;prod_mng &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;&lt;SPAN style="color: #333333; font-family: arial, helvetica, sans-serif;"&gt;=&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;'Mr.Anderson&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: purple; font-size: 10pt; font-family: 'courier new', courier; background-color: white; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #800080; font-size: 10pt; background: white; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #333333;"&gt;fin_mng&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;&lt;SPAN style="color: #800080; font-family: arial, helvetica, sans-serif;"&gt;=&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;'Mr.Smith&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: purple; font-size: 10pt; font-family: 'courier new', courier; background-color: white; background-position: initial;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;&lt;SPAN style="color: #333333; font-family: arial, helvetica, sans-serif;"&gt;When I run the module, i can't change it. I type another value into this fields, but in report I get the same &lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;Mr.Anderson&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background: white;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: purple; font-size: 10pt; font-family: 'courier new', courier; background-color: white; background-position: initial;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: #4da619; background-position: initial;"&gt;Mr.Smith&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: purple; font-size: 10pt; font-family: 'courier new', courier; background-color: white; background-position: initial;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; color: purple; background: white;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style=": ; color: #800080; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;SPAN style=": ; color: #800080; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif;"&gt;Regards, Alexander.&lt;/SPAN&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352683#M1838218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-17T06:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms - function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352684#M1838219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i understand correctly, you have FM_CALL to call the smartform. For point one aufnr_in, prod_mng, fin_mng are the input fields of FM_CALL that you want to change. You can change that in tcode SE37 and rename it under the tab IMPORT and then use the new names whenever this FM is called. You can not leave space in the parameter name though.&lt;/P&gt;&lt;P&gt;You have an option to maintain translations as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second issue fields &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'courier new', courier; background: transparent;"&gt;&lt;SPAN style="color: #333333; font-size: 10pt; background: transparent; font-style: inherit; font-family: arial, helvetica, sans-serif; font-weight: inherit; background-position: initial;"&gt;prod_mng &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: purple; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, helvetica, sans-serif; color: #333333; background: transparent;"&gt;=&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #4da619; background-position: initial;"&gt;'Mr.Anderson&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #4da619; background-position: initial;"&gt;'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: purple; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'courier new', courier; color: purple; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #333333; background: transparent;"&gt;fin_mng&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background-position: initial;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: arial, helvetica, sans-serif; background: transparent;"&gt;=&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #4da619; background-position: initial;"&gt;'Mr.Smith&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #4da619; background-position: initial;"&gt;'&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background-position: initial;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you need to remove these hard codings, i guess this is being done inside the FM_CALL, thus the value that you input is getting overwritten by values inside the FM (which are hardcoded).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let em know if this doesnt help or you still have doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352684#M1838219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-17T06:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms - function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352685#M1838220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing, that you would not want your end user to execute you FM, instead create a report program which can have input parameters for your FM, with exact LABELs (display name) as you require. This program will then call your FM and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352685#M1838220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-17T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms - function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352686#M1838221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Deepak - question is about a Smartform, not about a function module, so the information provided is not relevant in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@OP - well, Smartform essentially is a function module. Just like with any FM, the parameters have a certain name. Naturally, the same name is entered in the FM itself and in the calling program, otherwise these two would never be able to communicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you must change this (keep it mind that we can't make changes in the standard forms), go to the Smartform Interface and make changes there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values could be in Russian or any language installed in your system. Just like in an FM, you can't change the input values that were passed to it, you can only return another value in another variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 16:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-function-module/m-p/10352686#M1838221</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2014-06-17T16:56:50Z</dc:date>
    </item>
  </channel>
</rss>

