<?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: User Exit implementation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118432#M1510769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not familiar with 'UGBB' - so you're not using a BTE?  Is that a custom validation exit?  You're not going to be able to effect a popup in mass change mode; the transactions are called in the background in no-display mode.  The best you can hope for is to error out the transaction which will send a message to the log, or you can set up the change process such that a default payment block is applied per payment method via substitution or BTE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jul 2010 14:10:49 GMT</pubDate>
    <dc:creator>brad_bohn</dc:creator>
    <dc:date>2010-07-21T14:10:49Z</dc:date>
    <item>
      <title>User Exit implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118428#M1510765</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;For the TCode FBL5N, for the line items, if we wants to change the payment method then payment block is mandatory. For this user exit is implemented. However, when trying to mass change for morethan one line items the user exit is not being triggered, thus the mandatory error message like "Payment Block is required" is not displaying. I just wanted to know why this user exit is not being triggered while mass change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 09:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118428#M1510765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-16T09:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118429#M1510766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shankary &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for as i Know FBL5N is dispaly only, can you explian in detail what is the Requirment whether it should be applicable for cleared Item or Open items or both. explain in detail so we can try to help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 13:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118429#M1510766</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2010-07-16T13:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118430#M1510767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for as i Know FBL5N is dispaly only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not correct. You can't key on the output screen itself, but if you'll look at the toolbar and the menus you'll see the individual change and mass change functions for changing line items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the OP:  Can't say what the issue is because you didn't specify the exit or BTE that you used.  Mass change simply calls FB02 via function FI_ITEMS_MASS_CHANGE so it's unlikely there's much of a difference in the calls.  Use SE30 to trace the mass change call and check if your exit is called or debug the function call.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the other post, that thread has nothing to do with the exit call, it references G/L account changes, presumably for  field status configuration and opening a field for input - why is that related?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 14:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118430#M1510767</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-07-16T14:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118431#M1510768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Brad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The User Exit that is being triggered is UGBB, while changing the payment method with initial value of Payment Block, while making individual change. Thorugh this user exit, the message "Payment Block is Required" is being poped-up. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be helpful, if i can know how to apply this user exit to be triggered even for mass change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 08:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118431#M1510768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-21T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118432#M1510769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not familiar with 'UGBB' - so you're not using a BTE?  Is that a custom validation exit?  You're not going to be able to effect a popup in mass change mode; the transactions are called in the background in no-display mode.  The best you can hope for is to error out the transaction which will send a message to the log, or you can set up the change process such that a default payment block is applied per payment method via substitution or BTE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 14:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-implementation/m-p/7118432#M1510769</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-07-21T14:10:49Z</dc:date>
    </item>
  </channel>
</rss>

