<?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: Exit from Batch Input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241012#M1526318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to find another user exit for FBU8 prior to or after the FB08 call. &lt;/P&gt;&lt;P&gt;Are you aware of any other user exit for FBU8 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Oct 2010 14:10:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-01T14:10:56Z</dc:date>
    <item>
      <title>Exit from Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241008#M1526314</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;I am trying to add a pop-up screen with some message in the user exit ZXF48U01 for tcode FBU8 when the&lt;/P&gt;&lt;P&gt;user is trying to post cross comp code documents over a certain value. Based on the answer by the user I would like to continue or exit from the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is FBU8 calls FB08 in batch input mode to do the reversal and hence my FM for pop-up is not executed.&lt;/P&gt;&lt;P&gt;I want to find a way to exit the batch input , force it to not go ahead with the posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an option to do this ? I want to exit from the user exit and also prevent the posting of the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Lalitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 06:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241008#M1526314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T06:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exit from Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241009#M1526315</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;Can you test SY-BINPT in the FB08 exit and if it's set, exit the FB08 routine without throwing the popup window?  Also, if there's a subsequent user-exit in the FBU8 transaction, if SY-BINPT is true when FB08 is called, export something to memory (at that point instead) and import that in the user-exit in FBU8 to control whether a popup is required there instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,   Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 07:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241009#M1526315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T07:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exit from Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241010#M1526316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably Iam misunderstanding this - but can't you just set the okcode to '/N' in the batch input - forcing it to terminate the current transaction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 08:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241010#M1526316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T08:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exit from Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241011#M1526317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi lalitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to just leave from the batch input, go to system -&amp;gt; log off. &lt;/P&gt;&lt;P&gt;it then exit from that session. then go to sm35 batch input session overview to start from the beginning.&lt;/P&gt;&lt;P&gt;kalidass.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 08:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241011#M1526317</guid>
      <dc:creator>former_member300258</dc:creator>
      <dc:date>2010-10-01T08:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exit from Batch Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241012#M1526318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to find another user exit for FBU8 prior to or after the FB08 call. &lt;/P&gt;&lt;P&gt;Are you aware of any other user exit for FBU8 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 14:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exit-from-batch-input/m-p/7241012#M1526318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T14:10:56Z</dc:date>
    </item>
  </channel>
</rss>

