<?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: No processing log exists in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290034#M1832790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your question, I need the following information -&lt;/P&gt;&lt;P&gt;&amp;nbsp; Does the same print program cater to all PO output types ?&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is it a custom print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For analysis, first check the dispatch time of the output type in tcode NACE. If it is '4', it is processed immediately when PO document is&amp;nbsp; saved. If it is '3', then output will get triggered through tcode ME9F. For '1' &amp;amp; '2' , through&amp;nbsp; program RSNAST00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the output is successfully processed and dispatch time is '4', you will see green light.&lt;/P&gt;&lt;P&gt;If the output is waiting to be processed, you will see yellow light. This happens when dispatch time is '3' ( '1' OR&amp;nbsp; '2' is also possible ).&lt;/P&gt;&lt;P&gt;If there is error and it is your custom print program, we generally set RETCODE variable &amp;lt;&amp;gt; 0 in FORM ENTRY of our print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The processing log messages are updated by FM 'NAST_PROTOCOL_UPDATE' .&lt;/P&gt;&lt;P&gt;If your print program is a custom one, check whether the program contains call to FM 'NAST_PROTOCOL_UPDATE'.&amp;nbsp; If the FM is not there in your program, log will not get updated. So you need to add it after processing the output ( copy the code from the standard one ). If FM exists, put a breakpoint in CALL FUNCTION 'NAST_PROTOCOL_UPDATE' and see why the log is not getting updated. You can also add custom messages using 'NAST_PROTOCOL_UPDATE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DPM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 15:26:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-15T15:26:28Z</dc:date>
    <item>
      <title>No processing log exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290028#M1832784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In ME23N for a PO for perticular output type in messgae processing log not exsiting. But i have check for other Output type log is showing.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; So please help me out why the log is not showing for here. Thanks and Regards Sankil &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 12:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290028#M1832784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-15T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: No processing log exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290029#M1832785</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 the output type is process sucessfully(i.e Green in Colour) you will get the message 'No Processing Log exists'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Output type has error in it(i.e Red in colour) you will get the Processing Log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 12:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290029#M1832785</guid>
      <dc:creator>vikas_mulay2</dc:creator>
      <dc:date>2014-04-15T12:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: No processing log exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290030#M1832786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&amp;nbsp;&amp;nbsp; Thanks for your response. But i have seen some other PO also with different output type with green colour showing log. But in my case its not happening for (ZALL output type)Means not getting log, which my client want to see. Thanks Sankil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290030#M1832786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-15T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: No processing log exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290031#M1832787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the message below when I click "Processing log" in ME22n. How should I do? No processing log exists Message no. VN052 Diagnosis A processing log could not be found for the selected output. Procedure Possible reasons are as follows: The selected output has not yet been processed The processing program did not write a log System logging has been de-activated for the selected output type (use settings in Customizing for current application for the selected output type) I want to see the log as i have ssen with some other output type but i dont know ahy its showing with (ZALL). Thanks sankil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290031#M1832787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-15T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: No processing log exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290032#M1832788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well your problem seems to be that your update of the PO is successful. You should not be looking for problems once they are not present &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/718/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290032#M1832788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-15T13:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: No processing log exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290033#M1832789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right...Agreed with Jozef...:)&lt;/P&gt;&lt;P&gt;You will not get a log if things are processed.Infact i never get a log if my Output type trigerred&amp;nbsp; in Green(Processed Sucessfully)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get a log if The selected output has not yet been processed or processed with error(Red in colour).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can try if u can share the log that you get for processed entries(Green in colour)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 13:44:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290033#M1832789</guid>
      <dc:creator>vikas_mulay2</dc:creator>
      <dc:date>2014-04-15T13:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: No processing log exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290034#M1832790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your question, I need the following information -&lt;/P&gt;&lt;P&gt;&amp;nbsp; Does the same print program cater to all PO output types ?&lt;/P&gt;&lt;P&gt;&amp;nbsp; Is it a custom print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For analysis, first check the dispatch time of the output type in tcode NACE. If it is '4', it is processed immediately when PO document is&amp;nbsp; saved. If it is '3', then output will get triggered through tcode ME9F. For '1' &amp;amp; '2' , through&amp;nbsp; program RSNAST00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the output is successfully processed and dispatch time is '4', you will see green light.&lt;/P&gt;&lt;P&gt;If the output is waiting to be processed, you will see yellow light. This happens when dispatch time is '3' ( '1' OR&amp;nbsp; '2' is also possible ).&lt;/P&gt;&lt;P&gt;If there is error and it is your custom print program, we generally set RETCODE variable &amp;lt;&amp;gt; 0 in FORM ENTRY of our print program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The processing log messages are updated by FM 'NAST_PROTOCOL_UPDATE' .&lt;/P&gt;&lt;P&gt;If your print program is a custom one, check whether the program contains call to FM 'NAST_PROTOCOL_UPDATE'.&amp;nbsp; If the FM is not there in your program, log will not get updated. So you need to add it after processing the output ( copy the code from the standard one ). If FM exists, put a breakpoint in CALL FUNCTION 'NAST_PROTOCOL_UPDATE' and see why the log is not getting updated. You can also add custom messages using 'NAST_PROTOCOL_UPDATE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DPM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 15:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290034#M1832790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-15T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: No processing log exists</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290035#M1832791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM 'NAST_PROTOCOL_UPDATE' should be called two times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, First time SAP calls this FM always in program RSNAST00 in routine ' PROGRAMM_AUFRUFEN'&lt;/P&gt;&lt;P&gt;2, When you are calling this FM second time message id and message number should not be VN, 056.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is a little confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP trying to update one information message which is not so important, since SAP kept restriction not to update NAST "if no other message exists in the remaining program".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achieve the above scenario, SAP kept a counter for messages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 13:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-processing-log-exists/m-p/10290035#M1832791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-11-09T13:46:53Z</dc:date>
    </item>
  </channel>
</rss>

