<?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 Return Mesage in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-mesage/m-p/2114743#M442499</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 have developed one Remote Funstion Module with Import parameter as PO number and i need to get some PO details in the output structure. And also i have one RETURN parameter. Now i need to return the message "PO number xxxxx does not exist" in the return structure if the PO number is not availale. Can anyone let me know how to write this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 05:33:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T05:33:48Z</dc:date>
    <item>
      <title>Return Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-mesage/m-p/2114743#M442499</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 have developed one Remote Funstion Module with Import parameter as PO number and i need to get some PO details in the output structure. And also i have one RETURN parameter. Now i need to return the message "PO number xxxxx does not exist" in the return structure if the PO number is not availale. Can anyone let me know how to write this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 05:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-mesage/m-p/2114743#M442499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T05:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Return Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-mesage/m-p/2114744#M442500</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 need to declare a Table/Export field for this one, and write the code in the function module like if the PO number is Blank, then pass the message to that Field/Table saying that PO Number is not existed.&lt;/P&gt;&lt;P&gt;we can not popup the messages in the RFC function module&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 05:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-mesage/m-p/2114744#M442500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T05:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Return Mesage</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-mesage/m-p/2114745#M442501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rammohan,&lt;/P&gt;&lt;P&gt;  try this..&lt;/P&gt;&lt;P&gt;  while displaying messgae..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If PO  available.&lt;/P&gt;&lt;P&gt;     return message I(msgnum) with &amp;lt;parameter&amp;gt;.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;     return message 'PO number xxxxx does not exist' TYPE i'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rammohan Nagam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 05:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-mesage/m-p/2114745#M442501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T05:37:27Z</dc:date>
    </item>
  </channel>
</rss>

