<?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: Destination in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087372#M977267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the function called - as a first guess I would say, that the input is stored either in the function (STATIC) or in the function group as a global variable. If the input is initial the old value might be used else it is overwritten.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, &lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 17:01:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-25T17:01:03Z</dc:date>
    <item>
      <title>Destination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087368#M977263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given below is a FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ABCD'&lt;/P&gt;&lt;P&gt;    DESTINATION dest&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        im_it           = p_it&lt;/P&gt;&lt;P&gt;        im_rt           = lv_rt&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;      failure = 1&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this, the variable dest n the export parameter lv_rt contain no value(i.e. they are blank) while i m tryin to call this FM in a report.&lt;/P&gt;&lt;P&gt;The prgram ends in an undesired output bcoz of this.&lt;/P&gt;&lt;P&gt;If i manually insert the entries in these variables during the runtime (debugging), the program runs successfully.&lt;/P&gt;&lt;P&gt;What could be the reason? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jun 25, 2008 3:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087368#M977263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T09:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Destination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087369#M977264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put a break point just before the FM and try to see what values are  the parameters containing...&lt;/P&gt;&lt;P&gt;See if they are blank..or having wrong value.....and try to rectofy the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jun 25, 2008 3:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:14:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087369#M977264</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-25T09:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Destination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087370#M977265</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;generally this statement is used to call a function module which is in another server through RFc connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087370#M977265</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-25T09:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Destination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087371#M977266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the values being exported to the Function module which might be causing the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R Adarsh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 09:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087371#M977266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T09:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Destination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087372#M977267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the function called - as a first guess I would say, that the input is stored either in the function (STATIC) or in the function group as a global variable. If the input is initial the old value might be used else it is overwritten.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, &lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 17:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087372#M977267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T17:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Destination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087373#M977268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if the dest is blank then lv_rt will also be blank.. its happening becoz its an RFC call and you need to mention which destination that RFC need to go and hit..using &lt;STRONG&gt;destination&lt;/STRONG&gt; addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check where that dest variable is being filled and make sure the right destination value is assigned to that variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 19:42:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/destination/m-p/4087373#M977268</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-06-25T19:42:03Z</dc:date>
    </item>
  </channel>
</rss>

