<?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: Validate Z output while processing manually thru VF02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807437#M1680779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, In the NACE configuration, General data tab, tick the option 'Can not be changed'. If you tick this option, the manual processing of the output type is restricted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 09:23:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-27T09:23:55Z</dc:date>
    <item>
      <title>Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807436#M1680778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created a Z - output and made it to trigger automatically if all conditions are satisfied. We have activated routine RV61B902 to validate conditions.&lt;/P&gt;&lt;P&gt;This 902 routine is working fine when Z - output is triggered automatically.(means its not processing Z output if condition are not satisfied). But still user are free to manually trigger Z output at VF02 and process it by saving. This manual processing of Z output need to be validated. Is there any user exit / badi / screen exit where we can implement this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. Once a invoice is created, due to some reason accounting doc has not generated and hence Z - output not triggered as per validation in 902 routine. Now user open VF02 and triggered Z output(still acct doc not created). Need to write code to restrict this manual output trigger. Is there any user exit / badi / screen exit where we can implement this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 09:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807436#M1680778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T09:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807437#M1680779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, In the NACE configuration, General data tab, tick the option 'Can not be changed'. If you tick this option, the manual processing of the output type is restricted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 09:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807437#M1680779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T09:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807438#M1680780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have seen this option, but in our case there should be option for manual processing also.&lt;/P&gt;&lt;P&gt;In some rare case, it is required to regenerate I doc and send to third party system. Thats why we would like to restrict it in user exit / screen exit / badi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 09:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807438#M1680780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T09:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807439#M1680781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include the conditions In your driver Program as well , if it fails do not call the Form and&amp;nbsp; set the return code to '3 before exit ' , .....Routines will not work when you add the output type manually !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 09:54:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807439#M1680781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T09:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807440#M1680782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramachandran for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, as I mentioned in initial post routine will not work for manual processing. But we need to some how stop user from processing manually if some validations are not satisfied. So where can we write that code. We are using standard program RSNASTED and form routine EDI_PROCESSING to trigger IDOC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Again,&lt;/P&gt;&lt;P&gt;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 12:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807440#M1680782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T12:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807441#M1680783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check in from routine EDI_PROCESSING , is there a parameter returnn code , something like, that as in RSNAST00 i remember seeing one... not sure in RSNASTED , by setting the reurn code to 3 the output will not be processed....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 12:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807441#M1680783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T12:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807442#M1680784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramachandran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we do have a return code(RC) in RSNASTED. Is it possible to make the change you suggested thru a user exit / any enhancement. Is it possible to do this by without standard code change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 13:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807442#M1680784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-27T13:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807443#M1680785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably you can try an implicit enhancement ... For my case it was a print program , so&amp;nbsp; i set the return code to '3' in it&amp;nbsp; and when i did that&amp;nbsp; the RSNAST00&amp;nbsp; did nt consider that a valid return code and it just exited from the processing (no NAST entry)... can u try that in ur debuggin&amp;nbsp; whether it works ????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 05:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807443#M1680785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-28T05:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807444#M1680786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could find a work around in this case.&lt;/P&gt;&lt;P&gt;In this case, it was triggering, Message Type = INVOIC and function module, IDOC_OUTPUT_INVOICE was triggering. Used user exit LVEDF001 available in this FM. Code change made to trigger error message in case manual output triggering and acct doc is not existing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 12:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807444#M1680786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-08T12:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807445#M1680787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could find a work around in this case.&lt;/P&gt;&lt;P&gt;In this case, it was triggering, Message Type = INVOIC and function module, IDOC_OUTPUT_INVOICE was triggering. Used user exit LVEDF001 available in this FM. Code change made to trigger error message in case manual output triggering and acct doc is not existing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 13:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807445#M1680787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-08T13:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807446#M1680788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have the same requirement. Can you please explain in detail? I see you have mentioned that "&lt;STRONG style="text-decoration: underline;"&gt;Message type = INVOIC&lt;/STRONG&gt;". I guess message type is the field "&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;KSCHL&lt;/STRONG&gt;&lt;/SPAN&gt;" and its of &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;CHAR4&lt;/STRONG&gt;&lt;/SPAN&gt; which is the &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Z output type&lt;/STRONG&gt;&lt;/SPAN&gt; that we give. Can you brief as to how you found the function module? It will be really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Susmitha Pritam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 11:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807446#M1680788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-11T11:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807447#M1680789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Susmitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you read thru the message, my requirement was totrigger IDOC, and INVOIC is the message type of IDOC, not KSCHL. IDOC_OUTPUT_INVOICE is the function module triggering for this message type and user exit LVEDF001 available in this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarify your doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sabu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 14:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807447#M1680789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-11T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Validate Z output while processing manually thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807448#M1680790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sabu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you so much for the reply i figured it out for my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Susmitha Pritam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 14:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validate-z-output-while-processing-manually-thru-vf02/m-p/8807448#M1680790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-11T14:26:40Z</dc:date>
    </item>
  </channel>
</rss>

