<?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: NAST Protocol Update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nast-protocol-update/m-p/2142651#M451523</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;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'NAST_PROTOCOL_UPDATE'
  EXPORTING
    msg_arbgb    = 'VN'              "&amp;lt;--- SYST-MSGID
    msg_nr       = '149'             "&amp;lt;--- SYST-MSGNO
    msg_ty       = 'I'               "&amp;lt;--- SYST-MSGTY
    MSG_V1       = 'Sales Order has been sent for credit check'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2007 15:34:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-13T15:34:46Z</dc:date>
    <item>
      <title>NAST Protocol Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nast-protocol-update/m-p/2142649#M451521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'NAST_PROTOCOL_UPDATE'
  EXPORTING
    msg_arbgb                    = ?
    msg_nr                       = ?
    msg_ty                       = ?
    MSG_V1                       = 'Sales Order has been sent for credit check'
*   MSG_V2                       = ' '
*   MSG_V3                       = ' '
*   MSG_V4                       = ' '
* EXCEPTIONS
*   MESSAGE_TYPE_NOT_VALID       = 1
*   NO_SY_MESSAGE                = 2
*   OTHERS                       = 3
          .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to use this function module to populate the message after clicking processing log for output determination of sales order. I simply need to say that Sales Order No X has been sent for credit check. &lt;/P&gt;&lt;P&gt;What should the values be&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 15:27:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nast-protocol-update/m-p/2142649#M451521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: NAST Protocol Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nast-protocol-update/m-p/2142650#M451522</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;You can create a message in SE91...And give the message number &amp;amp; message class..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can give an existing message class which has just &amp;amp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'NAST_PROTOCOL_UPDATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    msg_arbgb                    = '00'&lt;/P&gt;&lt;P&gt;    msg_nr                       = '208'&lt;/P&gt;&lt;P&gt;    msg_ty                       = 'S'&lt;/P&gt;&lt;P&gt;    MSG_V1                       = 'Sales Order has been sent for credit check'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MSG_V2                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MSG_V3                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MSG_V4                       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  MESSAGE_TYPE_NOT_VALID       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_SY_MESSAGE                = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                       = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 15:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nast-protocol-update/m-p/2142650#M451522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T15:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: NAST Protocol Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nast-protocol-update/m-p/2142651#M451523</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;Please try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'NAST_PROTOCOL_UPDATE'
  EXPORTING
    msg_arbgb    = 'VN'              "&amp;lt;--- SYST-MSGID
    msg_nr       = '149'             "&amp;lt;--- SYST-MSGNO
    msg_ty       = 'I'               "&amp;lt;--- SYST-MSGTY
    MSG_V1       = 'Sales Order has been sent for credit check'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2007 15:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nast-protocol-update/m-p/2142651#M451523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-13T15:34:46Z</dc:date>
    </item>
  </channel>
</rss>

