<?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 structure in function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430936#M543443</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;      How to add message or comments for return structure in a function module. I dont have any idea about this. Can  you please suggest how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if you could help me out in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POINTS PROMISED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Buvana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 16:06:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-29T16:06:01Z</dc:date>
    <item>
      <title>Return structure in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430936#M543443</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;      How to add message or comments for return structure in a function module. I dont have any idea about this. Can  you please suggest how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if you could help me out in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POINTS PROMISED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Buvana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 16:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430936#M543443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T16:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Return structure in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430937#M543444</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;If you observe any fun module after the exceptions &lt;/P&gt;&lt;P&gt;there will be check for &lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0&lt;/P&gt;&lt;P&gt; message with Message fields f1 f2 f3 f4 ...&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;&amp;lt;do processing&amp;gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you have to format this message fields into a string and to display the text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 16:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430937#M543444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Return structure in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430938#M543445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean you have a custom Z function module to which you want to add a return structure with a message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you clarify what you want to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 19:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430938#M543445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T19:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Return structure in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430939#M543446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, its a custom function module only. I have to update a custom table which maintains the return deliveries from the customers using this function module. So i need to return errors when irrelevant data are passed into the function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jun 2007 10:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/return-structure-in-function-module/m-p/2430939#M543446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-30T10:09:33Z</dc:date>
    </item>
  </channel>
</rss>

