<?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: Any Function module or any other way to update/change the Function module's fields ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859977#M1685920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ankur, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, this means that the parameter SUPPRESS_DIALOG has been added in a later release (I am testing on a SAP_BASIS 702 release, SAPKB70211).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then probably the method FU_ACTIVATE_FUNCTION_INTERNAL of class CL_FUNCTION_BUILDER doesn't have the parameter SUPPRESS_DIALOG either? If it does, replace lo_dark-&amp;gt;activate( 'X' ) by lo_fm-&amp;gt;fu_activate_function_internal( 'X' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it doesn't, try to call the function module RS_WORKING_OBJECT_ACTIVATE with object = 'FUNC' and object_name = your function module - compare with the way how the activate( ) method calls it internally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There probably is a completely independent report for activation of workbench objects that you could call at the end of all your changes. (Search it!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a good idea to save all your changes first, and then, at the end, to activate everything at once. If you change the interface of your function module, the source code that calls this function module will become incorrect and probably has to be adapted automatically, too. After having made all this changes, you can activate all the inactive objects of your work list in one step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rüdiger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jul 2012 08:11:05 GMT</pubDate>
    <dc:creator>Ruediger_Plantiko</dc:creator>
    <dc:date>2012-07-25T08:11:05Z</dc:date>
    <item>
      <title>Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859945#M1685888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to update/change fields of function module, say import or export parameter etc. So is there any FM available and if not any way of doing so ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to see in debug mode how the change happens, but not getting anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Sharma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 07:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859945#M1685888</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-20T07:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859946#M1685889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you need can't be done through any FM .&lt;/P&gt;&lt;P&gt;You certainly have two choices :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 &amp;gt; &lt;SPAN style="color: #000000; font-family: Arial; text-align: -webkit-auto; background-color: #ffffff;"&gt;Enhancement&lt;/SPAN&gt; in FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 &amp;gt; create you own Z .&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;Yogendra Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 07:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859946#M1685889</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2012-07-20T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859947#M1685890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Am asking about custom FMs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There must be a way, am searching for that way. Else i can make a new copy and replace it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 08:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859947#M1685890</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-20T08:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859948#M1685891</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;&amp;nbsp; You can do it by Enhancement.There is a option in Menu Function Module -&amp;gt; Enhance Interface.&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;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 08:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859948#M1685891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-20T08:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859949#M1685892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got the class and its method name, i.e. &lt;STRONG&gt;CL_FUNCTION_BUILDER &lt;/STRONG&gt;and method is&lt;STRONG&gt; UPDATE_PARAMETER.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;METHOD&lt;/SPAN&gt; obj1-&amp;gt;update_parameter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;parameter&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; par_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;line&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; &lt;SPAN class="L1S33"&gt;'1'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; parameter_type =&amp;nbsp; &lt;SPAN class="L1S33"&gt;'I'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;changing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; param_table&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; it_or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; param_docu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; it_doc1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; modparam&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; it_ch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; moddocu&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; it_doc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;others&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; sy-subrc &amp;lt;&amp;gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;MESSAGE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;ID&lt;/SPAN&gt; SY-MSGID &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; SY-MSGTY &lt;SPAN class="L1S52"&gt;NUMBER&lt;/SPAN&gt; SY-MSGNO&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; &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L1S52"&gt;else&lt;/SPAN&gt;. &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt;: &lt;SPAN class="L1S33"&gt;'TEST'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But getting confused in their parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PLEASE SUGGEST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 11:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859949#M1685892</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-20T11:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859950#M1685893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Experts please suggest.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 04:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859950#M1685893</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T04:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859951#M1685894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I dont know from where to fetch the data of FM's parameters. Please suggest something.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 05:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859951#M1685894</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T05:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859952#M1685895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i must say...please elaborate your requirement.&lt;/P&gt;&lt;P&gt;why you need to change the parameters of the function module.&lt;/P&gt;&lt;P&gt;come with your exact requirement.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;however if it is absolute necessary you can create your own custom function module.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;first u need to create a function group in which u will assign that FM.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;we will start after Your requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 07:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859952#M1685895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T07:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859953#M1685896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abhishek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, I want to rename the DATA ELEMENT used in a Function Module. And i want to do it programatically. This is not good, but i have to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to debug this but could not find much, only that the method &lt;STRONG&gt;update_parameter&lt;/STRONG&gt; of class &lt;STRONG&gt;CL_FUNCTION_BUILDER&lt;/STRONG&gt; is used, but i am not getting how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you can suggest anything, than pls help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 07:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859953#M1685896</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T07:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859954#M1685897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Please suggest something.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859954#M1685897</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T09:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859955#M1685898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;cl_function_builder will only create instance of the function module.&lt;/P&gt;&lt;P&gt;it will not change its parametrs.&lt;/P&gt;&lt;P&gt;why r u not creating your own z function module. custom function module will exactly same parameters.&lt;/P&gt;&lt;P&gt;revert back if problem not solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859955#M1685898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T09:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859956#M1685899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok i can create Z-FM to update the DE in FM, but from where i will fetch all the data, i mean from which table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like for tables&amp;nbsp; DD02l is there, for transport number E070/e071 etc is there, but from which table i will fetch FM's parameters info ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859956#M1685899</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T09:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859957#M1685900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you dont know how to create FM.&lt;/P&gt;&lt;P&gt;go through this link:&lt;/P&gt;&lt;P&gt;&amp;lt;link to blocked site removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way which function module u want to copy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Thomas Zloch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859957#M1685900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T09:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859958#M1685901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abhishek, I know how to create FM, but as you said create own custom FM to update FM parameters, so i was asking what functionality to write in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859958#M1685901</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T09:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859959#M1685902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. tell me which function module to want to change.&lt;/P&gt;&lt;P&gt;write exactly the same functionality.&lt;/P&gt;&lt;P&gt;copy the source code from original function module into ur custom FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859959#M1685902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T09:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859960#M1685903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brother, thats what i exactly i am asking, if there is anyway (FM, class, or anything) by which i can update the data element in some FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 09:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859960#M1685903</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T09:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859961#M1685904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and i am asking&amp;nbsp; which function module's data element&amp;nbsp; u want to change ?&lt;/P&gt;&lt;P&gt;there are field exits to changes the data elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 10:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859961#M1685904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859962#M1685905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose i have one custom FM whose import parameter is PARA1 and of type ZELEMENT. Now i want to change this ZELEMENT to YELEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 10:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859962#M1685905</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T10:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859963#M1685906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ques1: u want to change the import parameter of custom FM. or Standard Fm.&lt;/P&gt;&lt;P&gt;if this is custom FM-- simply create new data element in se11 and replace zelement with yelement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elseif this is standard Fm then create yelement and then create new FM say Zfm_local and write yelement in its import parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 10:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859963#M1685906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-23T10:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Any Function module or any other way to update/change the Function module's fields ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859964#M1685907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i have mentioned earlier, i want to &lt;STRONG&gt;UPDATE&lt;/STRONG&gt; the &lt;STRONG&gt;CUSTOM FM&lt;/STRONG&gt;. And i want to do it &lt;STRONG&gt;PROGRAMATICALLY&lt;/STRONG&gt;. User will give the &lt;EM&gt;old DE name&lt;/EM&gt; and &lt;EM&gt;new DE name&lt;/EM&gt;, and that new DE name should reflect into the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 10:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-function-module-or-any-other-way-to-update-change-the-function-module-s/m-p/8859964#M1685907</guid>
      <dc:creator>ankur_sharma16</dc:creator>
      <dc:date>2012-07-23T10:33:09Z</dc:date>
    </item>
  </channel>
</rss>

