<?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: MESSAGE...INTO versus FORMAT_MESSAGE function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111468#M1362318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    Thanks for pointing that out, I sure did not check that was not released and would have issues in maintainence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2009 18:59:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-31T18:59:30Z</dc:date>
    <item>
      <title>MESSAGE...INTO versus FORMAT_MESSAGE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111462#M1362312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would be interested to know why many developers still use FORMAT_MESSAGE function module as there is the abap statement MESSAGE ... INTO ... since at least 2001. [Note 171952 - Funct. mod. FORMAT_MESSAGE evaluates &amp;amp;1 to &amp;amp;4 false|https://service.sap.com/sap/support/notes/171952] says it must not be used (because not released for customer).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe because of language field, but I guess developers generally never check if it's of some interest, and usually the message language is the same as the connection's language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw this function module was indicated today in the forum, for getting text from messages returned by a BAPI (&lt;SPAN __jive_macro_name="thread" id="1457233"&gt;&lt;/SPAN&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2009 18:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111462#M1362312</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-08-30T18:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE...INTO versus FORMAT_MESSAGE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111463#M1362313</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 still use FORMAT_MESSAGE for getting message text. Dint know that it should not be used. May be its time to check and avoid using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2009 18:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111463#M1362313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-30T18:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE...INTO versus FORMAT_MESSAGE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111464#M1362314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's really great that you pointed out such a flaw in the code. I also came across similar scenarios where we were using an obsolete function module "GUID_CREATE' to generate globally unique identifiers. We have a new advance OO Method which handles the GUID Generation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the good thing here is that once you run the code inspector check on the Development Object, it will immediatly figure out the Use Access error and will flag a priority 1 error. So, it will be always be brought to notice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that scenario similar for you also? Did the ABAP Code Inspector check flagged a similar error? If not, possibly we can raise this so that all obsolete function module and also all Function Modules that are not released to customers can be identified whenever used by any developer in the code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 04:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111464#M1362314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T04:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE...INTO versus FORMAT_MESSAGE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111465#M1362315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Vikranth for the info.&lt;/P&gt;&lt;P&gt;Samantak, my comment was not especially about my team, but any developer (in the world). Your idea is nice, I didn't know that code inspector could check that. I looked at the "Search functions / Find unwanted language elements" check, we can put a warning for any statement we want (for example CALL FUNCTION 'FORMAT_MESSAGE', CALL FUNCTION * GUID * , etc.) It seems that SAP doesn't display warnings when we use "not released" function modules (FORMAT_MESSAGE, GUID_CREATE, for example). Note that the CL_SYSTEM_UUID class exists only since SAP NetWeaver 7.00 Enhancement Package 2 and SAP NetWeaver 7.10, see [note 935047 - Creating and using GUIDs (UUIDs)|https://service.sap.com/sap/support/notes/935047], and GUID_CREATE has to be used in releases before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sandra Rossi on Aug 31, 2009 8:32 PM (formatting problem with * GUID * which appeared previously as bold)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 09:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111465#M1362315</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-08-31T09:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE...INTO versus FORMAT_MESSAGE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111466#M1362316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But please note that the error has been corrected as of release 4.6B. So why do you think that it is not safe to use the FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the FM being "not released" we use many FMs which are not released (e.g., ALSM_EXCEL_TO_INTERNAL_TABLE). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be aware that when an FM is not released for customers, SAP does not guarantee upward compatibility. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i put my idea clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 10:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111466#M1362316</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-08-31T10:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE...INTO versus FORMAT_MESSAGE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111467#M1362317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree, we use non released function modules at our own risk (which, for me, just means a risk of spending more time in maintenance) . So why don't we use official abap statement which is recommended.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 11:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111467#M1362317</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-08-31T11:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE...INTO versus FORMAT_MESSAGE function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111468#M1362318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    Thanks for pointing that out, I sure did not check that was not released and would have issues in maintainence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 18:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-into-versus-format-message-function-module/m-p/6111468#M1362318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T18:59:30Z</dc:date>
    </item>
  </channel>
</rss>

