<?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 User-exit F-02 to avoid program termination. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-f-02-to-avoid-program-termination/m-p/5392116#M1239373</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've written a small validation in user-exit ZXF48U01 of module function EXIT_SAPLF048_001 od enhacement F180A001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At certain point, if data is not as requested a proper 'E' message is triggered but this is causing standard to trigger an 'A' message and abort the transaction causing all data to be lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e208(11) with text-e01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give an alternate use of message to avoid program termination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're in 4.6C release, so, message 'E' display like 'S' variant doesn't apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2009 19:33:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-23T19:33:10Z</dc:date>
    <item>
      <title>User-exit F-02 to avoid program termination.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-f-02-to-avoid-program-termination/m-p/5392116#M1239373</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've written a small validation in user-exit ZXF48U01 of module function EXIT_SAPLF048_001 od enhacement F180A001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At certain point, if data is not as requested a proper 'E' message is triggered but this is causing standard to trigger an 'A' message and abort the transaction causing all data to be lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message e208(11) with text-e01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you give an alternate use of message to avoid program termination?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're in 4.6C release, so, message 'E' display like 'S' variant doesn't apply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 19:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-f-02-to-avoid-program-termination/m-p/5392116#M1239373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T19:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: User-exit F-02 to avoid program termination.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-f-02-to-avoid-program-termination/m-p/5392117#M1239374</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;Try giving information Message and than EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message I208(11) with text-e01.&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 19:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-f-02-to-avoid-program-termination/m-p/5392117#M1239374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T19:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: User-exit F-02 to avoid program termination.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-f-02-to-avoid-program-termination/m-p/5392118#M1239375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i'm afraid that won't work. In fact, we've switch all message types, but it doesn't seems to work in the way we want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we are trying is to validate at item level sgtxt and zuonr field contents, if in certain conditions values don't match specific ones, don't let post the document but stand still in transaction to fix data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For message type E (and obviously A), validations occurs, but program is terminated and all data entered discarded. For all others message types, we get the message displayed, but document is posted which is suppossed to be restricted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be more specific, after this exit finishes, it returns to form fcode_bearbeitung(MF05AFF0_FCODE_BEARBEITUNG) at 'BREAKDOWN_RELATION_FI_DOC' call function, after this, for any error message triggered standard will send an 'A' message, this is what were are trying to avoid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps to clarify scenary.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 21:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-f-02-to-avoid-program-termination/m-p/5392118#M1239375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T21:42:38Z</dc:date>
    </item>
  </channel>
</rss>

