<?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: Changing the import parameter while debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520275#M1560451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can change the value of import parameters ONLY if you set the pass value attribute as TURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Nov 2010 07:27:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-25T07:27:07Z</dc:date>
    <item>
      <title>Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520266#M1560442</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;   While Calling a Function Module , I have hard coded one Import Parameter to SPACE and transport it to the Production. Now in Production the Function Module is not working with that Import parameter so i want to check in production itself with which String it will work. So i want to chane the Import Paramter of that function Module while Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do so?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : I can provide a Local Variable to the Import Parameter but in that case i have to change the code in Dev System and Transport it to the Production to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kapil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520266#M1560442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520267#M1560443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the compiler is going inside FM, Keep a break point in the first line of that FM and change the import parameter there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520267#M1560443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520268#M1560444</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; Thanks for your reply ! when i get into the first line of the FM, and check the attribute of that Parameter in debugger, it is Read Only.&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;Kapil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520268#M1560444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520269#M1560445</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;&lt;STRONG&gt;Import parameter of a FM cant be changed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;You can try to look into function module, if this inport parameter is getting assigned to any othe global/local variable inside the FM. Then change this variable content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520269#M1560445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520270#M1560446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Navneeth , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While getting inside the FM it status is read only, how to change then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kapil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520270#M1560446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520271#M1560447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya its read only.&lt;/P&gt;&lt;P&gt;I want you to check if that import parameter is getting transferring its value to any of the local / global variable present in the FM.&lt;/P&gt;&lt;P&gt;Then you can change the content of the  local / global variable. No way you can change the content of import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know the FM you are using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:51:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520271#M1560447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520272#M1560448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi navneeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  No inside the FM it is used in the select statemnt to fetch record from the Table, there also the status is read only.&lt;/P&gt;&lt;P&gt;it is not transferring to any Varaible.&lt;/P&gt;&lt;P&gt;this is the internal FM for our project not any standard FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kapil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: KapilG on Nov 25, 2010 10:23 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520272#M1560448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520273#M1560449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, You cant change the import parameter in debug mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520273#M1560449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520274#M1560450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I think you have passed the parameter by reference ,so u will not be able to change it . &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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 04:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520274#M1560450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T04:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the import parameter while debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520275#M1560451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can change the value of import parameters ONLY if you set the pass value attribute as TURE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 07:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-the-import-parameter-while-debugging/m-p/7520275#M1560451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-25T07:27:07Z</dc:date>
    </item>
  </channel>
</rss>

