<?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: function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094874#M979179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the Partner Manager receives a message via tRFC or an XML message that contains a TID (transaction ID), this message is registered in the Message Store. The recipient of the message is determined by Routing Rules. Routing Rules contain information about the sender, recipient, and message type. A message can be directed to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       An SAP Server (IDocs, RFCs, and BAPIs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       An SAP BC Service on a local or remote server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       HTTP with a URL as the recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       FTP with recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       An e-mail recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2008 10:07:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-09T10:07:41Z</dc:date>
    <item>
      <title>function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094871#M979176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;what is the purpose of 'message_store' function module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 09:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094871#M979176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094872#M979177</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;It is used to store a message in message class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094872#M979177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094873#M979178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Messages are displayed via ALV popup if you post it. These messages contain the posting information(what company it is posted, document number, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These mesages will be captured using this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'MESSAGE_STORE' &lt;/P&gt;&lt;P&gt;         EXPORTING &lt;/P&gt;&lt;P&gt;              arbgb                   = &lt;/P&gt;&lt;P&gt;              exception_if_not_active = ' ' &lt;/P&gt;&lt;P&gt;              msgty                   = &lt;/P&gt;&lt;P&gt;              msgv1                   = &lt;/P&gt;&lt;P&gt;              msgv2                   = &lt;/P&gt;&lt;P&gt;              msgv3                   = &lt;/P&gt;&lt;P&gt;              msgv4                   = &lt;/P&gt;&lt;P&gt;              txtnr                   = &lt;/P&gt;&lt;P&gt;              zeile                   = ' ' &lt;/P&gt;&lt;P&gt;         EXCEPTIONS &lt;/P&gt;&lt;P&gt;              message_type_not_valid  = 1 &lt;/P&gt;&lt;P&gt;              not_active              = 2 &lt;/P&gt;&lt;P&gt;              OTHERS                  = 3. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chandrasekhar Gandla on Jul 9, 2008 12:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094873#M979178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094874#M979179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the Partner Manager receives a message via tRFC or an XML message that contains a TID (transaction ID), this message is registered in the Message Store. The recipient of the message is determined by Routing Rules. Routing Rules contain information about the sender, recipient, and message type. A message can be directed to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       An SAP Server (IDocs, RFCs, and BAPIs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       An SAP BC Service on a local or remote server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       HTTP with a URL as the recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       FTP with recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·       An e-mail recipient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094874#M979179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094875#M979180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;By using this FM All the error messages will be stored&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094875#M979180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094876#M979181</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;It Stores message or output directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need pass the input parameters like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARBGB : Message ID&lt;/P&gt;&lt;P&gt;MSGTY  : Type of message (I, S, W, E, A).&lt;/P&gt;&lt;P&gt;EXCEPTION_IF_NOT_ACTIVE : X = exception not_active is     initialized if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSGV1 : First variable parameter of message&lt;/P&gt;&lt;P&gt;MSGV2 : Second variable parameter of message&lt;/P&gt;&lt;P&gt;TXTNR  : Message Number&lt;/P&gt;&lt;P&gt; ZEILE  : Reference line (if it exists).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output is &lt;/P&gt;&lt;P&gt;       Level of current message and  Maximum level of severity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094876#M979181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094877#M979182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is used for Protocol Updates. This is used for Issuing the Output using the Output types.&lt;/P&gt;&lt;P&gt;when there is some error then the below function called.&lt;/P&gt;&lt;P&gt;NAST_PROTOCOL_UPDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE_STORE is called from the above function to store the Log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 10:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/4094877#M979182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-09T10:24:20Z</dc:date>
    </item>
  </channel>
</rss>

